开发者

Posts in Custom postype not visible on frontpage wordpress

开发者 https://www.devze.com 2023-01-16 04:16 出处:网络
I have created a custom post type restaurant. But Its not coming on the main page. But I\'m able to see the post in single view when using the permalink. Is it that I have to make any changes in the i

I have created a custom post type restaurant. But Its not coming on the main page. But I'm able to see the post in single view when using the permalink. Is it that I have to make any changes in the index.php? If yes what changes? I'm using the default Twenty Ten theme in wordpress 3.

And how can I get o开发者_如何学Cnly the custom post type in another page with pagination?


It's best to use postmeta for this instead of messing with the post_type as there is wordpress functionality which is depended on post_type.

0

精彩评论

暂无评论...
验证码 换一张
取 消