Hi,
I want to make the Archive page identical to the results page.
For example, as Yellowpages does:
Results page: hidden link
Archive page: hidden link
In mywebsite:
Results page (for renewable energy): hidden link
Archive page (for renewable energy): hidden link
My questions:
1. How can I create a table in the archive page? I don't have the option to create it as a normal page (it offers all other options but not a table).
2. How can I design the title & description in the archive page (for example, instead of the title: "Stock Category: Renewable Energy" I want the title "Renewable Energy Stocks List") ?
The table format isn't available for custom WordPress archives.
A possible workaround would be to use a View inside your WPA, but you could run into problems, it's not an intended use, you would have to try it and see.
You will need to remove everything from the output of the archive, and then within the WordPress Archive Output section insert a View block, which you can use the table output style for. You'll be outputting posts with the View block rather than the archive block.
It looks like you are using the Astra theme, in which case theme options are supported in Toolset templates and custom archives.
With the WordPress Archive block itself selected, in the sidebar settings at the bottom you'll find a theme options panel, and you can disable the archive title output by the theme there (screenshot).
You can add a heading block to provide your own title.
I don't understand. I already tried to remove everything to insert a view block but it didn't work. In the archive template it automatically "jumped" again to create the default view.
Can you please create a demo in my site so I can understand better your guidance? I can create WP login user for you (just please change my post to private)
My website is only table based. similar to: hidden link hidden link
I must have table based solution for the archive page.
Hello,
Q1. How can I create a table in the archive page? I
Are you using Blocks editor to create the Toolset WordPress Archive?
If it is, within Blocks editor of Toolset WordPress Archive, it does not support Table layout, but it is possible with classic editor, for example:
Dashboard-> Toolset-> Settings-> General, in section "Editor to use for WordPress Archives", enable option "Classic Editor"
2) Dashboard-> Toolset-> WordPress Archive, create a new one, and test again
Q2) How can I design the title & description in the archive page
It should be in your theme file, for example, with WordPress default theme 2020, it is in theme file index.php, line 57~77: