xdementia
Member
Posted 2 years ago #
Hey everyone. I need to figure out how to list a bunch of posts on one of my wordpress "pages" that are linked in the main menu. I'd like to list it by category, but when I put php code in the html field in the edit page it comes out as mumbo-jumbo. Is there any html that will call a list of posts?
Thanks.
You need a custom page template and an additional Loop to pull posts into a page. See:
http://codex.wordpress.org/Pages#A_Page_of_Posts
for an example template.
xdementia
Member
Posted 2 years ago #
This is awesome and worked perfectly, and the whole article helped my understanding a bit better too. Thank you!