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

    Currently, I can select the first entry in the magazine blog layout (Enfold) and it will display the excerpt of the entry. Is there a way to easily modify the theme so that it shows the excerpt for all of the entries as well?

    Thanks

    #259055

    correction, display the excerpt for the TOP entry. I’d like to display excerpts for all entries.

    #259540

    I’m wondering about the same thing also : )

    #259576

    Yeah, I’ve searched through everything and I can’t figure out how to display the excerpt on all of the entries. I really need this. Please advise.

    #259924

    Hi!

    Open up wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\magazine.php and replace:

    
    					$style = ($loop === 1 && !empty($this->atts['first_big'])) ? "big" : "small";
    

    with

    
    					//$style = ($loop === 1 && !empty($this->atts['first_big'])) ? "big" : "small";
    					$style = (!empty($this->atts['first_big'])) ? "big" : "small";
    

    and tick the “Should the first entry be displayed bigger” checkbox.

    Regards,
    Peter

    #260290

    Thanks Dude!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Show excerpt in all magazine blog list’ is closed to new replies.