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.
I have the same request. I would be glad about information for solving this chase.
Best regards,
Martina
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
Ok Thanks for your reply.
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
Hi Rikard,
Since we can not move forward, I think it can be closed.
Thank you.