Skip to content
View banago's full-sized avatar

Block or report banago

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
banago/README.md

👋 Hi there, I'm Baki

I'm a full-stack WordPress engineer with extensive experience in the WordPress platform and deep expertise in PHP, JavaScript and Linux servers.

🖥 Skills

  • WordPress Theme Development
  • WordPress Plugin Development
  • PHP/Laravel App Development
  • CLI App Development
  • Web Server Setup

⚙️ Tech Stack

Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap Bootstrap

📊 GitHub Stats:

banago banago

Pinned Loading

  1. PHPloy PHPloy Public

    PHPloy - Incremental Git (S)FTP deployment tool that supports multiple servers, submodules and rollbacks.

    PHP 1.4k 197

  2. simple-php-website simple-php-website Public

    An introductory example of how to build a simple and minimal website built with PHP.

    HTML 291 721

  3. curated-posts curated-posts Public

    Create lists of curated posts that you can show anywhere on your site.

    PHP 1 1

  4. base base Public

    A developer-friendly WordPress base theme.

    PHP 8 3

  5. Stickr.js Stickr.js Public

    Contained Sticky Scrolling jQuery Plugin

    JavaScript 28 14

  6. Infinite next and previous post loop... Infinite next and previous post looping in WordPress
    1
    <?php 
    2
    /**
    3
     *  Infinite next and previous post looping in WordPress
    4
     */
    5
    if( get_adjacent_post(false, '', true) ) {