Is it possible to remove actual post pages in wordpress but keep them in categories

admin2025-01-07  4

I have little content on my post pages so I would like the actual post pages to be hidden but I would like the content of the post to show on the category pages. Will wordpress allow this?

I have little content on my post pages so I would like the actual post pages to be hidden but I would like the content of the post to show on the category pages. Will wordpress allow this?

Share Improve this question edited Jan 21, 2017 at 2:31 Brandon asked Jan 21, 2017 at 1:09 BrandonBrandon 11 bronze badge 3
  • Sorry, it's not entirely clear what you're asking for. Do you want to have full posts shown on category pages and no singular post view? – Milo Commented Jan 21, 2017 at 1:29
  • Let me try and be more clear...Would like post pages to be eliminated or hidden on site but would like the content on the post pages to be visible on the category pages. – Brandon Commented Jan 21, 2017 at 2:22
  • probably yes. I'd achieve with some custom theme files. Make the single.php redirect to archive.php type stuff. – Matthew Brown aka Lord Matt Commented Dec 29, 2024 at 0:01
Add a comment  | 

2 Answers 2

Reset to default 0

If you have posts that only should be displayed on category extract-type pages, then set your site to show a static page on the home page, rather than the latest posts.

This setting may be in your theme options, or in the Settings, Reading screen. (Some themes may override the Settings, Reading settings, so check both place.)

Added 2/28

If you want to have a page that only shows posts of a certain category, then creating a template for that category might be the answer. One way to do that is discussed here: http://www.wpbeginner.com/wp-themes/how-to-create-category-templates-in-wordpress/ . You can use that as a starting point.

There are also 'category page' plugins, but a template might be best.

I know i am late however this link should help you out https://www.wpbeginner.com/plugins/how-to-hide-a-post-from-home-page-in-wordpress/

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736256035a329.html

最新回复(0)