Hi,
I would like to change the category view (http://www.rock-die-boerse.de/category/aktien-fuer-einsteiger). I would like to have a grid with little blog entry pictures. I don’t like the actual view…is that possible?
Hey Webtext-Autor,
Thank you for using Enfold.
Please add this in the functions.php file:
add_filter('avf_blog_style','avia_change_tag_blog_layout', 10, 2);
function avia_change_tag_blog_layout($layout, $context){
if($context == 'archive') $layout = 'blog-grid';
return $layout;
}
Best regards,
Ismael
Thank you…on which position?
Hi!
You can add to very bottom of the file in Appearance > Editor
Best regards,
Yigit
In WordPress or Enfold Customization? How do I do this? Sorry for the question, but I am a beginner…