Skip to content
View banago's full-sized avatar
Block or Report

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

Pinned

  1. PHPloy PHPloy Public

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

    PHP 1.4k 195

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

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

    HTML 280 703

  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) ) {