Tagged: archive, page, portfolio categories, portfolio entries
Hi,
I would like to style the archive page of portfolio entries, this one for example of the demo theme:
http://kriesi.at/themes/enfold/portfolio_entries/css/
I would like for example to
– add a Advanced Layer Slider
– an own sidebar with unique widgets content only for this page(s)
Is this easily to do, which files are relevant for these pages?
Thanks.
Hi,
The file related to that page is /wp-content/themes/enfold/archive.php
If you want to set a specific sidebar for that page you can do it in the Theme Options page (Sidebar section).
Regards,
Josue
thanks, but how can I create THERE a sidebar section for a portfolio archive page??
Hi colorit2,
You would need to use a plugin like http://wordpress.org/plugins/widget-logic/ to give your widgets in that sidebar conditional logic to only appear on a specific archive page.
The alternatives are all code based as far as I know since the theme doesn’t have an option to customize archive pages for WordPress.
Regards,
Devin
okay, I understand, thanks a lot.