Plugin Directory

Changeset 2527500


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

Updated README.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • recommend/trunk/README.txt

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