WordPress is_home = true
我正在为我的 WordPress 博客使用缩略图摘录。 可以选择在档案、主页和搜索上设置缩略图。
我构建了一个额外的模板页面,仅显示新闻,因为我的主主页显示最新事件。
有什么方法可以设置另一个变量,使模板页面看起来像 is_home() ,这样它也会给我缩略图。
谢谢
I am using thumbnail excerpts for my wordpress blog.
This has to the option to set thumbnails on archives, homepage and search.
I built an extra template page to only show news as my main homepage shows the latest events.
Is there any way you can set another variable that it makes your template page look as is_home(), this way it'll give me the thumbnails as well.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以在你的模板中尝试这个。
You could try this in your template.