开发者 |
designwall
oryc9x |
---|---|
更新时间 | 2016年4月27日 13:11 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 4.4.2 |
版权: | GPLv3 |
版权网址: | 版权信息 |
reactions
to the /wp-content/plugins/
directoryDashboard > Settings > Reactions
.wp-content/themes/<Your theme folder>/
.archive.php
, single.php
, post.php
or page.php
also.<?php while (have_posts()) : the_post(); ?>
.<?php if (function_exists('dw_reactions')) { dw_reactions(); } ?>
.
[reactions]
into the selected post/page and it will embed reactions into that post/page only.
[reactions id="1"]
, where 1 is the ID of the post/page.[reactions count="false" button="true"]
.[reactions count="true" button="false"]
.