Tagged: ,

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

    the following is my settings for magazine: http://screencast.com/t/c1Jss3eUhY

    i was wondering how i can show snippets for all the entries, not just the first entry: http://screencast.com/t/3ILTBGoRsl

    thanks!

    #591190

    Hi,

    Open /enfold/config-templatebuilder/avia-shortcodes/magazine.php and place the following in line 570:

    $excerpt = get_the_content();
    

    Regards,
    Josue

    #591274

    hello, thanks of the response. however, after adding that to 570: http://screencast.com/t/1fpC13ga

    my site turned to this: http://screencast.com/t/qzQi5kEdb

    please let me how i can add just a few sentences as the snippet. your help is much appreciated

    #591364

    Hey!

    Try setting a manual Excerpt for each Post and change the line to:

    $excerpt = get_the_excerpt();
    

    Best regards,
    Josue

    #591406

    hello,

    how do we set manual excerpt for posts?

    i was hoping we can pull the first 3 sentences from each post to be the excerpt like it is doing for the first entry…

    to set manual excerpt for so many posts would really make me crazy… ahhaha

    how does the first entry display the first sentences of a post?

    #592302

    Hey!

    Manual Excerpt can be activated at the top right (Screen Options).

    WordPress can build an automated excerpt with the post content (if no manual excerpt is present), however (as i see in your screenshots) it appears some of your Posts are using Enfold’s ALB, because of that the post content is filled with a bunch of [shortcodes], so the solution would be to either stop using ALB on Post or set a manual Excerpt for them.

    Regards,
    Josue

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