• RT
    wpjam-basic 插件开启缩略图,自动获取第一张图片之后,会自动将缩略图插入到文章前面,这个.,…………不是很友好吧,能不能禁止在文章里面出现?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lijonghui

    (@lijonghui)

    我尝试用Hide featured image on all single page/post 插件来压制,但是一点用都没有……

    wordpress特色图片 禁止在文章中显示
    这个搜索的人还是有的

    Kava主题,

    Thread Starter lijonghui

    (@lijonghui)

    现在是如果自动获取第一张图为缩略图,浏览文章的时候,最前面自动插入图片,
    这样的话文章之中就会有两张图,这……….太难受了

    大哥,能不能出手一下?

    Thread Starter lijonghui

    (@lijonghui)

    搞定了。

    转到外观 > 自定义 > 附加 CSS。
    
    复制以下代码:
    
    /*
    帖子中隐藏特色图片
     */
    .entry-content img {
    
    display: none;
    
    }

    ————————————
    下面这个代码是:隐藏特定帖子的特色图片
    代码将隐藏单个帖子的特色图片。如果您想隐藏特定帖子的特色图片,请输入以下代码:

    .post-12345 .post-image {

    display: none;

    • This reply was modified 4 years, 4 months ago by lijonghui.
    Thread Starter lijonghui

    (@lijonghui)

    这个代码还有不完美
    使用这个代码之后,文章里面的图片会消失……

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘大哥,我设施缩略图之后,’ is closed to new replies.