PC Forge Pro Templates MIssing in Cloud Library

Posted in: Newspaper
Post count: 10

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..

Post count: 21065

Hello!

They are not there yet. If you tell me which templates you need, I can help you with the code. This demo is made with listings, not products. So, you can’t use a CPT template as a shop template.

Thank you!

Post count: 10

Hello,
Is there a way to create a post loop displayed in an actual HTML table format, similar to how it’s done on:

PCPartPicker CPU Listings

TechPowerUp CPU Specs

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?

Post count: 21065

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!

Post count: 10

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!

Post count: 21065

Hello!

Unfortunately, we do not have a built-in shortcode. But you can use the RAW HTML shortcode and add the code. Please save only if the code is written correctly otherwise the tagdiv Composer will throw an error.

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.