I am a complete wordpress n00b. I spun up a WP instance on bluehost (since I’ve been a longtime customer there for a legacy web site I hosted there) and have been populating the blog section which is my primary use (this is for a personal review blog).
How do I create an index of all of the blog posts so that a viewer doesn’t have to page through all the posts? I’ve tried searching around a bit. The best I found was a plugin I can purchase to do this, but is there another way to do this? I’m not against purchasing a plugin even for just my personal blog, but if there is an easier an less expensive way to do, I’d much appreciate hearing how to do this.
[ad_2]
the simplest way would be with a query loop block, specifically the “posts list” query loop. remove everything inside the posts template except title. set the number of items per page to 100 or however many posts you want to show per page. this will not group posts by their date or category or anything, but it’s a simple way to have an index that stays automatically updated.