Can’t make posts display under specific pages
-
I just made a post on Machine Learning for Everyone and updated its category as ‘Tutorials’ which is similar to the name of page I want it to be shown under. But it still does not show under the said page.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
‘Tutorials’ page that you have on your website is a static page and will not show the dynamic content (posts like Machine Learning) on its own.
1. You can make use of Display Posts Shortcode to display posts on your page.
Eg. [display-posts category="tutorial" image_size="thumbnail"]
2. The better way is to have Category Pages.
The custom menu can be edited to add a “tab” to your site which will display only the posts that belong to the category “Tutorial”. On clicking this menu, it will show you all the posts that are assigned the “Tutorial” category. Eg. You can remove the ‘Tutorial’ page from your menu and instead add the ‘Tutorial’ category.Here’s how to do it:
https://en.support.wordpress.com/category-pages/Difference between posts and pages
- The topic ‘Can’t make posts display under specific pages’ is closed to new replies.