[ad_1]
[ad_2]
I have been building a site in WordPress using the Astra theme for a company. The site requires a "Resources" page that will have categories for News, Projects, and Happenings. I know in the Post section in Gutenberg, there is a way to categorized the posts. I'm wondering if there is a plugin or a way to build out a page that has a clean way of categorizing the posts? I've tried the query loop, but that is all over the place. If there are any video tutorials or any references you could direct me to, I'd appreciate the help.

You can build a landing page and break it into sections for categories.
If you already know the WP_Query, that’s the best solution. Surely, there are no better plugins or alternative than WP_Query.
If you love to display a TOC ( Table of Content ) in your documentation page, I written a blog post about how to create dynamic TOC with custom code.
[https://sarathlal.com/dynamically-generating-table-of-contents-wordpress/](https://sarathlal.com/dynamically-generating-table-of-contents-wordpress/)