Changeset 2527499
- Timestamp:
- 05/06/2021 09:21:13 PM (5 years ago)
- File:
-
- 1 edited
-
recommend/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recommend/trunk/README.txt
r2527495 r2527499 22 22 * Custom label text for like count 23 23 * Disable label text for count site-wide 24 * Choose between a \"Thumbs Up\" or a \"Heart\" icon24 * Choose between a "Thumbs Up" or a "Heart" icon 25 25 * Disable plugin CSS or add custom styling rules 26 26 27 To display the like count/link in your template, add the below code: 27 To display the like count/link in your template, add the below code: 28 28 `<?php if( function_exists('wp_recommend_show_likes') ) wp_recommend_show_likes(); ?>` 29 29 30 Or use the shortcode: 31 `Shortcode [wp-recommend-likes]` 30 Or use the shortcode: 31 `[wp-recommend-likes]` 32
Note: See TracChangeset
for help on using the changeset viewer.