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!
Hi,
Open /enfold/config-templatebuilder/avia-shortcodes/magazine.php and place the following in line 570:
$excerpt = get_the_content();
Regards,
Josue
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
Hey!
Try setting a manual Excerpt for each Post and change the line to:
$excerpt = get_the_excerpt();
Best regards,
Josue
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?
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