Plugin Directory

Changeset 2527503


Ignore:
Timestamp:
05/06/2021 09:31:04 PM (5 years ago)
Author:
mattlitzinger
Message:

Updated README.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • recommend/trunk/README.txt

    r2527500 r2527503  
    2626
    2727To display the like count/link in your template, add the below code: 
    28 ```
    29 <?php if( function_exists('wp_recommend_show_likes') ) wp_recommend_show_likes(); ?>
    30 ```
    3128
    32 Or use the shortcode: 
    33 ```
    34 [wp-recommend-likes]
    35 ``` 
     29    <?php if( function_exists('wp_recommend_show_likes') ) wp_recommend_show_likes(); ?>
     30
     31Or use the shortcode: `[wp-recommend-likes]` 
    3632 
Note: See TracChangeset for help on using the changeset viewer.