Hello, I am well aware of the fact that wordpress pages are static. I want to know if there are any plugins/ways to add posts to certain pages that I add through admin. If I add a post, the post will be displayed in the home page... So say if I make a page called "world news" and "sports" I want to know if there is a way to add posts to the "news" and "sports" pages. I do not want the post to show up under the home page. Thanks
You want to show only one post? Or many posts? Or posts from certain categories? There are some categories, but they does not work. All you have to do is to create custom page template in form of page-pageslug.php (eg: page-posting.php). And also you have to use custom query there to execute the loop.