将此按钮添加到论文中的单个帖子*only*
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将此按钮添加到论文中的单个帖子*only*相关的知识,希望对你有一定的参考价值。
Once the automatic button placement for the ShareThis plugin has been deactivated, this function added to custom_functions.php will place the button on single posts only (not the home page).
// Add ShareThis to single posts only function custom_byline() { if (is_single()) { ?> <p class="custom_byline"> </p> <?php } } add_action('thesis_hook_after_post', 'custom_byline');
以上是关于将此按钮添加到论文中的单个帖子*only*的主要内容,如果未能解决你的问题,请参考以下文章