Changeset 834835
- Timestamp:
- 01/08/2014 10:15:35 AM (12 years ago)
- File:
-
- 1 edited
-
wp-basics/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-basics/trunk/readme.txt
r834832 r834835 42 42 43 43 * Breadcrumb: if ( function_exists( 'wb_breadcrumbs' ) ) { echo wb_breadcrumbs(); } 44 * Pagination: if ( function_exists( 'wb_pagination' ) ) { echo wb_pagination(); }* Post pagination: if ( function_exists( 'wb_post_pagination' ) ) { echo wb_post_pagination(); } 44 * Pagination: if ( function_exists( 'wb_pagination' ) ) { echo wb_pagination(); } 45 * Post pagination: if ( function_exists( 'wb_post_pagination' ) ) { echo wb_post_pagination(); } 45 46 * Related content: if ( function_exists( 'wb_related_content' ) ) { echo wb_related_content(); } 46 47 * Author info: if ( function_exists( 'wb_author_info' ) ) { echo wb_author_info(); }
Note: See TracChangeset
for help on using the changeset viewer.