Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在帖子中有一个视频……它在主页上显示得非常好,因为我已经安装了 Youtube Embedded Plugin……。但现在,我的摘录同时显示了视频和特色图片。我只想删除视频帖子摘录中的特色图片。可能吗?
我刚刚找到了完美的解决方案。感谢您的提示...
万一其他人需要它......我只使用了CSS:
.format-video .single-featured { display:none; }
所以......这样,我只从视频帖子中隐藏它。