Title: Pagination by HocWP Team
Author: skylarkcob
Published: <strong>September 9, 2014</strong>
Last modified: October 30, 2017

---

Search plugins

![](https://ps.w.org/sb-paginate/assets/banner-772x250.png?rev=1755172)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/sb-paginate/assets/icon-256x256.png?rev=1755179)

# Pagination by HocWP Team

 By [skylarkcob](https://profiles.wordpress.org/skylarkcob/)

[Download](https://downloads.wordpress.org/plugin/sb-paginate.zip)

 * [Details](https://wordpress.org/plugins/sb-paginate/#description)
 * [Reviews](https://wordpress.org/plugins/sb-paginate/#reviews)
 *  [Installation](https://wordpress.org/plugins/sb-paginate/#installation)
 * [Development](https://wordpress.org/plugins/sb-paginate/#developers)

 [Support](https://wordpress.org/support/plugin/sb-paginate/)

## Description

Pagination by HocWP Team is a pagination plugin that allows to set up navigation
on WordPress site. Pagination by HocWP Team not only supports the default query 
but also it can be used to show navigation for the custom query on WordPress.

**Features**

 * Add the pagination on your WordPress site.
 * Show pagination for the custom query.

**Translations**

 * English
 * Vietnamese

### Updates

Updates to the plugin will be posted on [www.hocwp.net](https://hocwp.net/) and 
the [Pagination by HocWP Team homepage](https://wordpress.org/plugins/sb-paginate/)
will always link to the newest version.

## Screenshots

 * [[
 * Pagination with default style.
 * [[
 * Options page for customizing pagination.

## Installation

Install this plugin from your WordPress site Dashboard or follow these steps below:

 1. Download plugin from WordPress Plugins directory and extract it.
 2. Upload the `sb-paginate` folder to the `/wp-content/plugins/` directory.
 3. Activate the Pagination by HocWP Team plugin through the ‘Plugins’ menu in WordPress.
 4. Configure the plugin by going to the `Settings  Pagination` menu that appears in
    your admin menu.

Examples:

For the default query:

    ```
    <?php if(function_exists("hocwp_pagination")) hocwp_pagination(); ?>
    ```

For the custom query usage with arguments:

    ```
    <?php $query = new WP_Query(array("posts_per_page" => 1, "paged" => ( get_query_var( 'paged' ) ) ? absint( get_query_var( 'paged' ) ) : 1)); ?>
    <?php while ( $query->have_posts() ) : $query->the_post(); ?>
        <?php get_template_part( 'content', get_post_format() ); ?>
    <?php endwhile; wp_reset_postdata(); ?>
    <?php if(function_exists("hocwp_pagination")) hocwp_pagination(array("query" => $query)); ?>
    ```

For basic usage, you can also have a look at the [plugin homepage](http://hocwp.net/).

## FAQ

Please visit [www.hocwp.net](http://hocwp.net) for more details.

  Installation Instructions

Install this plugin from your WordPress site Dashboard or follow these steps below:

 1. Download plugin from WordPress Plugins directory and extract it.
 2. Upload the `sb-paginate` folder to the `/wp-content/plugins/` directory.
 3. Activate the Pagination by HocWP Team plugin through the ‘Plugins’ menu in WordPress.
 4. Configure the plugin by going to the `Settings  Pagination` menu that appears in
    your admin menu.

Examples:

For the default query:

    ```
    <?php if(function_exists("hocwp_pagination")) hocwp_pagination(); ?>
    ```

For the custom query usage with arguments:

    ```
    <?php $query = new WP_Query(array("posts_per_page" => 1, "paged" => ( get_query_var( 'paged' ) ) ? absint( get_query_var( 'paged' ) ) : 1)); ?>
    <?php while ( $query->have_posts() ) : $query->the_post(); ?>
        <?php get_template_part( 'content', get_post_format() ); ?>
    <?php endwhile; wp_reset_postdata(); ?>
    <?php if(function_exists("hocwp_pagination")) hocwp_pagination(array("query" => $query)); ?>
    ```

For basic usage, you can also have a look at the [plugin homepage](http://hocwp.net/).

  Where is the settings page for Pagination by HocWP Team?

Go to Settings  Pagination and change the value for customizing pagination.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Pagination by HocWP Team” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ skylarkcob ](https://profiles.wordpress.org/skylarkcob/)
 *   [ HocWP Team ](https://profiles.wordpress.org/hocwp/)
 *   [ Cuong Lai Dinh ](https://profiles.wordpress.org/sauhi/)

[Translate “Pagination by HocWP Team” into your language.](https://translate.wordpress.org/projects/wp-plugins/sb-paginate)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/sb-paginate/), check
out the [SVN repository](https://plugins.svn.wordpress.org/sb-paginate/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/sb-paginate/) by
[RSS](https://plugins.trac.wordpress.org/log/sb-paginate/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.1

 * Add function for displaying dynamic sizes.

#### 2.0.0

 * Update all code, change to new pagination style.
 * Change name to Pagination by HocWP Team.

#### 1.1.3

 * Try to change SB Paginate plugin name to Pagination by HocWP

#### 1.1.1

 * Stop using SB Plugins if current theme doesn’t support.

#### 1.1.0

 * Update testing filter.
 * Re-struct SB Paginate.

#### 1.0.9

 * Tested up to WordPress 4.1 version.

#### 1.0.8

 * Make Vietnamese as the default language.

#### 1.0.7

 * Update new check core functions.

#### 1.0.6

 * Update check core function.

#### 1.0.5

 * Update new check core functions.

#### 1.0.4

 * New: Add option for user change pagination label.

#### 1.0.3

 * Fix: Missing committed files.

#### 1.0.2

 * Update: Compress css and javascript.
 * Fix: Plugin settings link bugs.

#### 1.0.1

 * New: Add SB Options page to the Dashboard menu.
 * New: Now you can set option for pagination to show.

#### 1.0.0

 * First release of SB Paginate.

## Meta

 *  Version **2.0.1**
 *  Last updated **8 years ago**
 *  Active installations **100+**
 *  WordPress version ** 4.7 or higher **
 *  Tested up to **4.8.28**
 * Tags
 * [Paginate](https://wordpress.org/plugins/tags/paginate/)[pagination](https://wordpress.org/plugins/tags/pagination/)
 *  [Advanced View](https://wordpress.org/plugins/sb-paginate/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/sb-paginate/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/sb-paginate/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/sb-paginate/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/sb-paginate/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/sb-paginate/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/sb-paginate/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/sb-paginate/reviews/)

## Contributors

 *   [ skylarkcob ](https://profiles.wordpress.org/skylarkcob/)
 *   [ HocWP Team ](https://profiles.wordpress.org/hocwp/)
 *   [ Cuong Lai Dinh ](https://profiles.wordpress.org/sauhi/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/sb-paginate/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://hocwp.net/donate/)