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

Block or report aarifhsn

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. mountaviary mountaviary Public

    HTML 1

  2. wpmountaviary wpmountaviary Public

    PHP 1

  3. formphp formphp Public

    Hack

  4. phpLearn phpLearn Public

    PHP

  5. Register custom post type Register custom post type
    1
    /**
    2
    *Custom Post Types
    3
    */
    4
    
                  
    5
    	function wpdevs_custom_post() {
  6. pagination index.php pagination index.php
    1
    <?php if (function_exists("WpDevs_pagination")) {
    2
        WpDevs_pagination($wp_query->max_num_pages);
    3
    } ?>