Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2);
- function avia_change_archive_blog_layout($layout, $context){
- if($context == 'archive') $layout = 'blog-grid';
- return $layout;
- }
Advertisement
Add Comment
Please, Sign In to add comment