Hi Ismael,
Thank you for your reply.
I did what you tell to do, but it not work.
Could you please help me?
Thanks in advanced
Hi,
I have a blog in a multi-author way. It´s ok. It works with excerpt.
I also have a archive page changed to blog-grid and works fine, but I would like to know if is possible to remove the excerpts only in the archive pages.
Thanks in advance
Works fine! Thanks guys! Well done!
Works fine!
Thanks!
Ismael,
I added this code in the functions.php file:
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;
}
It´s works ok.
Could you please teach me how to remove date and excerpt in new archive layout?
Thanks in advanced,
Andre
Thank you!
Thank you, Dude!