Changeset 834832
- Timestamp:
- 01/08/2014 10:11:55 AM (12 years ago)
- File:
-
- 1 edited
-
wp-basics/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-basics/trunk/readme.txt
r834803 r834832 41 41 knowledge to do this. 42 42 43 * breadcrumb: if ( function_exists( wb_breadcrmbs() ) ) {wb_breadcrumbs(); }44 * pagination: if ( function_exists( wb_pagination() ) ) { wb_pagination(); }45 * related content: if ( function_exists( wb_related_content() ) ) {wb_related_content(); }46 * author info: if ( function_exists( wb_author_info() ) ) {wb_author_info(); }47 * social sharing: if ( function_exists( wb_social_sharing() ) ) {wb_social_sharing(); }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(); } 45 * Related content: if ( function_exists( 'wb_related_content' ) ) { echo wb_related_content(); } 46 * Author info: if ( function_exists( 'wb_author_info' ) ) { echo wb_author_info(); } 47 * Social sharing: if ( function_exists( 'wb_social_sharing' ) ) { echo wb_social_sharing(); } 48 48 49 49 If you do it, deactivate the function in the option panel. The other options will still work,
Note: See TracChangeset
for help on using the changeset viewer.