Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1041695

    Hi:
    In any of my category pages, it shows 10 total posts in 3 column, but I would like to increase the number of post an only two columns. Any idea?

    Actualy I’ve this code in my functions.php (in child theme):

    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;
    }
    add_filter(‘avf_blog_style’,’avia_change_tag_blog_layout’, 10, 2);
    function avia_change_tag_blog_layout($layout, $context){
    if($context == ‘tag’) $layout = ‘blog-grid’;
    return $layout;
    }

    Regards.

    #1042043

    I have the same request. I would be glad about information for solving this chase.
    Best regards,
    Martina

    #1044550

    Hi Jose Ramon,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #1044556

    Ok Thanks for your reply.

    #1045112

    Hi,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1045207

    Hi Rikard,
    Since we can not move forward, I think it can be closed.
    Thank you.

    #1045573

    Hi,

    Thanks for letting us know. I’ll close this for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Category page layout like Blog’ is closed to new replies.