Tagged: post
Hi, I have just updated to the latest Enfold version and now my blogs are showing the whole post rather than a summary. I have searched the forum and cannot find a solution, but i know it is here as I have done it before.
There was a solution saying insert the more quick tag but how do i do that for existing posts.
There was also a suggestion to change the following script
$current_post[‘content’] = get_the_content(__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”> →</span>’);
to
$current_post[‘content’] = get_the_content(__(‘Read more’,’avia_framework’).'<span class=”more-link-arrow”> →</span>’);
if(!is_single()) $current_post[‘content’] = get_the_excerpt();
But i cannot find this string anywhere.
Please help as it was fine before the update
Thanks
Steve
Disregard this post. It was for the wrong theme.