Hi Cosmin. Thanks very much for the ongoing support.
A couple of further points:
(1) I still need to use the Recent Posts to display an excerpt on the Homepage, so I modified your code as follows:
if ($_SERVER[“REQUEST_URI”] == ‘/news/’){
$post_excerpt = get_the_content(‘Read more’);
} else {
$post_excerpt = excerpt($excerpt_length);
}
(2) Recent Posts element doesn’t appear compatible with Page Builder and/or shortcodes, therefore using this modified version to display full posts displays page builder code rather than desired output. Is there any way to correct this?
(3) Recent Posts element appears to have an issue with paragraph spacing. I have had to manually edit the post with <br class=”blank” /> to keep desired spacing. However when the same post is viewed on single, category or archive pages it has double paragraph spacing. Is there any way to correct this?
(4) Is there a theme setting to change layout of single, category or archive pages. I want them all to have right-sidebar. I cant find how to do this.
Thanks again
James