이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Pagination by HocWP Team

설명

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 and the Pagination by HocWP Team homepage will always link to the newest version.

스크린샷

  • Pagination with default style.
  • Options page for customizing pagination.

설치

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.

FAQ

Please visit www.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.

Where is the settings page for Pagination by HocWP Team?

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

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Pagination by HocWP Team”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Pagination by HocWP Team”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.