Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1422843
    #1422880

    Hey diogovareta,

    Thank you for the inquiry.

    You can add this filter in the functions.php file to adjust the layout of the category or archive pages.

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
       if($context == 'archive') $layout = 'blog-grid';
       return $layout;
    }
    

    Best regards,
    Ismael

    #1422906
    This reply has been marked as private.
    #1422923

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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