Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #580650

    I found this snipet of code in another thread:

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-small';
    return $layout;
    }

    What other options can I assign to the $layout variable?

    I just want to display the posts abstract and thumbnail to the left…

    #581811
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.