Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1044935

    // 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/

    #1045436

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.