Answer the question
In order to leave comments, you need to log in
How to create a separate page for Wordpress posts?
Please tell me how to create a separate page for displaying posts of a certain category, if on the main page, in the index.php file, I display posts and I need to create, for example, news-post.php, and display certain posts in this file and so that I can menu go to this page
Answer the question
In order to leave comments, you need to log in
1) create a page and remember the id of this page
2) create a template. For example, page-{id}.php
3) In the template, display the WP_Query loop and specify the category to be displayed or the id of the posts to be displayed, etc.
Ready
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question