// Change Tag Blog Style
add_filter(‘avf_blog_style’,’avia_change_tag_blog_layout’, 10, 2);
function avia_change_tag_blog_layout($layout, $context){
if($context == ‘tag’) $layout = ‘single-small’;
return $layout;
}
// Change Category Blog Style
add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2);
function avia_change_category_blog_layout($layout, $context){
if($context == ‘archive’) $layout = ‘single-small’;
return $layout;
}
Category is not correct https://www.dicasafalcone.com/news/ there is a double image
Tag is correct https://www.dicasafalcone.com/tag/pastore-tedesco-carattere/
Hey Stefano,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria