【问题标题】:How to hide featured image in Wordpress Single Post pages?如何在 Wordpress Single Post 页面中隐藏特色图片?
【发布时间】:2013-09-16 20:23:49
【问题描述】:

有一些关于此的帖子,但解决方案对我不起作用..

感谢您的帮助..

hier 是代码@my single.php

<?php echo '<div class="thecontent">' . apply_filters('the_content', get_the_content()) . '</div>';

这个我试过了,不知道怎么替换代码?

echo preg_replace('/<img[^>]+\>/i', '', get_the_content(), 1);

【问题讨论】:

    标签: image wordpress wordpress-featured-image


    【解决方案1】:

    您也可以使用 css 隐藏特定帖子的特色图片

    喜欢,

    #(here your id of your post)img {
    display : none;
    }
    

      #(here your id of your post)img {
        visibility : hidden;
        }
    

    【讨论】:

      猜你喜欢
      • 2015-09-01
      • 2020-04-07
      • 1970-01-01
      • 2013-05-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多