Plugin Directory

Changeset 834832


Ignore:
Timestamp:
01/08/2014 10:11:55 AM (12 years ago)
Author:
laura20
Message:

v1.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-basics/trunk/readme.txt

    r834803 r834832  
    4141knowledge to do this.
    4242
    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(); }
    4848
    4949If 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.