Forum Replies Created
-
AuthorPosts
-
April 29, 2016 at 3:30 pm in reply to: Category/Tag Archive: show "read more text-link" and 2 columns instead of 3? #624566
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
April 26, 2016 at 8:07 pm in reply to: Category/Tag Archive: show "read more text-link" and 2 columns instead of 3? #622495Hi,
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
October 17, 2015 at 8:10 pm in reply to: had my blog set to single author small thumbnail featured image with ‘excerpt a #520463Thank you!
Thank you, Dude!
-
AuthorPosts
