Hello. I’m currently editing a WP template for a custom taxonomy. The template is called “taxonomy-speaker.php”. The page works as you can see at http://dev.trinitybozeman.org/speaker/scott-herron/. However, I’m wondering if I could instead build a page like this with Advanced Layout Builder and on click of any category link on a post it would pass that category URL parameter to this ALB page. I could create each category page manually, but I’m looking to create this page once for all taxonomy terms. This way I wouldn’t have to use the WP page templates. Thanks
Hey brandtreed,
Thank you for using Enfold.
This is possible but then you’ll have to make sure that every links towards that particular taxonomy redirects to the page that was created with the advance layout builder. That is where things get a little complicated because you’ll have to modify every templates (widget, post page, shortcodes etc) with the taxonomy link. One workaround is to create an ALB version of the term or taxonomy and then do a 301 redirect. Yes, you have to create one page for each taxonomy or term.
// https://wordpress.org/plugins/simple-301-redirects/
Best regards,
Ismael