如何在主页中创建自定义帖子类型?
我的网站中有一个自定义主页。我想添加 3 个自定义帖子区域来更新图像、文本和链接。在 WordPress 3.1 中如何做到这一点?
I have an custom home page in my site. I want to add 3 custom post ares to update images, text and links. How it can be done in wordpress 3.1?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在functions.php 中创建自定义帖子类型。 如何制作自定义帖子类型! 然后添加对于每种帖子类型,自定义循环到您的静态主页模板,如下所示:
Create your custom post types in functions.php. How to make custom post type! Then add custom loops to your static homepage template as follows for each post type: