将此按钮添加到论文中的单个帖子*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).
  1. // Add ShareThis to single posts only
  2. function custom_byline() {
  3. if (is_single()) {
  4. ?>
  5. <p class="custom_byline">
  6. <?php if (function_exists('sharethis_button')) { sharethis_button(); } ?>
  7. </p>
  8. <?php }
  9. }
  10. add_action('thesis_hook_after_post', 'custom_byline');

以上是关于将此按钮添加到论文中的单个帖子*only*的主要内容,如果未能解决你的问题,请参考以下文章

如何在单个活动中使用片段中的主要活动浮动操作按钮?

从单个按钮从多个片段中提取数据

片段中的按钮在android中不起作用

Android Studio片段没有响应后按按钮

将字符串从对话框片段返回到活动 [重复]

在单个片段事务中添加多个返回堆栈条目