-
AuthorPosts
-
March 14, 2014 at 6:40 pm #237771
I’ve selected for the blog page to show only excerpts with read more link, but it’s still showing the full blog posts (as you can see here: http://lovepolarityandpassion.com/blog/) – can you tell me how to fix this?
Thanks,
Claire
March 17, 2014 at 6:29 pm #238898Hi ClaireBrummell!
Have you tried using the built-in, read more on the wp content manager ? i think this will definably solve your problem.
Let us know if this help,
Cheers!
DavidMarch 18, 2014 at 12:16 am #239039This is what I’m currently using David, but as you can see from the link, it doesn’t appear to be working…
March 19, 2014 at 9:17 am #239946Hey!
Please try to deactivate all plugins and check if the “read more” feature starts to work. If yes a plugin breaks it and you must activate the plugins one by one to find the culprit. If this doesn’t solve the issue please create me an admin account and post the login credentials as private reply.
Best regards,
PeterApril 30, 2014 at 1:32 pm #258260This reply has been marked as private.May 4, 2014 at 7:25 pm #259990Hey!
The current version of Enfold is the only one set to work with WordPress 3.9 so before anything else please update your theme files so that we are on the same build.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
DevinMay 6, 2014 at 1:27 pm #260705Hi Devin
My website’s Enfold section in the back end is saying that I’m running the most up to date version of Enfold? Is that not correct?
Thanks,
Claire
May 6, 2014 at 1:30 pm #260707Hi!
No, you are currently using an older version. Please refer to video tutorial Devin posted here – https://kriesi.at/support/topic/blog-excerpt-not-working-2/#post-259990 and update the theme via FTP
Cheers!
YigitMay 6, 2014 at 2:36 pm #260734How’s that, is it now running the latest version?
Thanks,
Claire
May 8, 2014 at 9:05 am #261689Hey!
Yes, you’re using v2.7.1 now which is the latest version.
Best regards,
PeterMay 8, 2014 at 10:36 am #261702If I’m now using the latest version, can I please now get a response to my original support query?!
May 9, 2014 at 8:57 am #262233Hi!
Did you use the read more quicktag ( http://en.support.wordpress.com/splitting-content/more-tag/ ) to separate the excerpt from the rest of the content? You can also use the “excerpt” option field on the post editor page to insert a custom excerpt text but if you’re using the default blog template you need to add this code to your child theme functions.php file or enfold/functions.php:
add_filter( 'post-format-standard', 'avia_category_content_filter', 15, 1); function avia_category_content_filter($current_post) { if(!is_single()) { $current_post['content'] = get_the_excerpt(); $current_post['content'] .= '<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>'; } return $current_post; }
to query the excerpt from the “excerpt” field.
Cheers!
PeterAugust 18, 2014 at 8:39 pm #305977This reply has been marked as private.August 21, 2014 at 4:54 am #307147Hi Claire!
If you are using ALB to build the blogpage you need to deselect this option – http://screencast.com/t/be7wlZxbbk
Cheers!
JosueAugust 21, 2014 at 6:06 pm #307479Thanks so much for this! I really appreciate it :)
August 21, 2014 at 7:00 pm #307493You are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.