I have been trying to customise my website using PC Forge Pro and I can’t see the templates in the cloud library. How do I access them?
My aim is to make individual products on the woo product archive page to display using modules similar to those used in the PC Forge Completed Builds page..
-
This topic was modified 1 year by
Bart Leonard.
Hello,
Is there a way to create a post loop displayed in an actual HTML table format, similar to how it’s done on:
I’d like to display my custom post type (CPT) archive pages in a real <table> layout—not just CSS grid designs that mimic tables—because actual tables are better for SEO, allow for easier product/spec comparisons, and scale more effectively across screen sizes.
Each row should include the post title and relevant meta fields or taxonomy terms, with built-in sorting and filtering functionality.
Also, does the Newspaper Theme support filtering and sorting using WP Grid Builder? Or is there another reliable way to enable sorting and filtering of CPTs based on custom taxonomies and fields?
Hello!
Check this guide: https://forum.tagdiv.com/use-posts-lists-shortcode/
Unfortunately, the WP Grid Builder plugin has not been tested with our theme.
We have a filter shortcode for CPTs: https://demo.tagdiv.com/newspaper_pc_forge_pro/completed-builds/ -> https://forum.tagdiv.com/filters-sorting-taxonomies/
I hope that helps you!
Thank you!
Thanks for the reply. However, I didn’t quite get an answer to my main question about how to display posts in a table layout instead of cards or grids on archive pages.
The first link you shared refers to front-end post submission forms, which isn’t what I’m currently focusing on.
What I’m looking for is a way to display posts on a shop category page or a custom post type archive page in a real HTML table, like this:
<table>
<tr>
<td>Post Title 1</td>
<td>Taxonomy Term 1</td>
<td>Taxonomy Term 2</td>
</tr>
<tr>
<td>Post Title 2</td>
<td>Taxonomy Term 3</td>
<td>Taxonomy Term 4</td>
</tr>
</table>
Each row would represent a post, with its title and associated taxonomy terms or meta fields displayed in separate table cells.
That’s the structure I’m trying to achieve. Any help or guidance would be appreciated!
