Tagged: categories, Feed, layout, posts
I have a question regarding the layout of category pages. As far as I have reasearched in the forum, I have two options to influence the layout for categories:
As option A seems rather difficult, I would prefer to go for option B.
My questions:
Example: http://www.mydomain.com/category/news/ would be redirected to the nicely layouted page http://www.mydomain.com/blog/news/
Thanks in advance!
Best,
Daniel
Hi Daniel!
You can change the blog style in Dashboard > Enfold > Blog Layout. This effects the archives (category pages) as well.
Other than that you could edit the archive.php file and use the do_shortcode function, https://codex.wordpress.org/Function_Reference/do_shortcode, to create your own layout. I don’t recommend doing redirects.
Cheers!
Elliott
Hi Elliott,
thanks for getting back.
And it also works when you choose to use the advanced layout builder in the dropdown here Dashboard > Enfold > Blog Layout so that the categories also take the same layout?
Hey!
Yes, the category archives will use the same layout as the blog layout you set there.
Regards,
Elliott
Ok, thanks! Can be closed!