仅从单个帖子中删除TweetMeme按钮

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了仅从单个帖子中删除TweetMeme按钮相关的知识,希望对你有一定的参考价值。

One drawback: Removal of button leaves a small indent in first line of paragraph, probably an element:style DIV. Don't yet know how to get rid of that.
  1. function no_single_tweetmeme() {
  2. if (is_single()) {
  3. ?>
  4. <style>
  5. .custom .tweetmeme_button {
  6. display:none;
  7. }
  8. </style>
  9. <?php }
  10. }
  11. add_action('thesis_hook_before_post', 'no_single_tweetmeme');

以上是关于仅从单个帖子中删除TweetMeme按钮的主要内容,如果未能解决你的问题,请参考以下文章

使用 onBackPressed 仅从第一个片段退出 App

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

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

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

如何在按下单个片段的手动后退按钮时返回上一个片段?

仅从 Alexa Skills Kit 获取单个单词参数