Changeset 2527503
- Timestamp:
- 05/06/2021 09:31:04 PM (5 years ago)
- File:
-
- 1 edited
-
recommend/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recommend/trunk/README.txt
r2527500 r2527503 26 26 27 27 To 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 ```31 28 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 31 Or use the shortcode: `[wp-recommend-likes]` 36 32
Note: See TracChangeset
for help on using the changeset viewer.