Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #669181

    Hi,

    I would like to change the category view (http://www.rock-die-boerse.de/category/aktien-fuer-einsteiger). I would like to have a grid with little blog entry pictures. I don’t like the actual view…is that possible?

    #670762

    Hey Webtext-Autor,

    Thank you for using Enfold.

    Please add this in the functions.php file:

    add_filter('avf_blog_style','avia_change_tag_blog_layout', 10, 2); 
    function avia_change_tag_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }

    Best regards,
    Ismael

    #671050

    Thank you…on which position?

    #671057

    Hi!

    You can add to very bottom of the file in Appearance > Editor

    Best regards,
    Yigit

    #671088

    In WordPress or Enfold Customization? How do I do this? Sorry for the question, but I am a beginner…

    #671318

    Hi,

    Go to Appearance–>Editor in the WordPress menu and open the file called functions.php, paste the code at the very bottom of it.

    Regards,
    Rikard

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