开发者 |
thanhlt
designwall |
---|---|
更新时间 | 2017年4月3日 15:11 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 4.7 |
版权: | GPLv3 |
版权网址: | 版权信息 |
wp_post_likes()
template tag which generates simple and efficient likes button. See the installation instructions for using it in your theme.
Development
Translations
http://dev.wp-plugins.org/browser/wp-post-likes/i18n/
wp-content/plugins
FolderFolder: wp-post-likes
WP Post Likes
Pluginwp-content/themes/<YOUR THEME NAME>/index.php
<?php while (have_posts()) : the_post(); ?>
<?php if ( function_exists( 'wp_post_likes' ) ) { wp_post_likes(); } ?>
[wp-post-likes]
into the selected post/page content and it will embed likes into that post/page only.