-
AuthorPosts
-
January 10, 2022 at 3:08 pm #1334952
Greetings,
Links within blog posts are not showing active on home page display for the latest post.
https://truthbook.com/ – see Trending Now latest post upper left below banner.
https://snipboard.io/b9NneY.jpg
I am not using the builder for posts. The link shows on the actual blog list, but not on the home page view.January 11, 2022 at 2:25 pm #1335084Hey,
Thanks for contacting us!
Please add following code to bottom of Functions.php file of your child theme
function new_avf_post_slider_entry_excerpt($excerpt, $prepare_excerpt, $permalink, $entry ) { $excerpt = $entry->post_content; return wpautop($excerpt); } add_filter('avf_post_slider_entry_excerpt', 'new_avf_post_slider_entry_excerpt', 10, 4);
Best regards,
YigitJanuary 11, 2022 at 4:03 pm #1335109Yigit,
That didn’t work. I made the words “the rally.” a hyperlink in the post, but as you can see in the Trending now post on the home page, the link is not enabled.
https://truthbook.com/January 12, 2022 at 7:11 pm #1335312Hi,
It worked on my local installation – https://imgur.com/a/Ngs0N3m
Could you please enable ALB debugging mode – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and share the shortcode of your element using – https://pastebin.com/? You can copy the shortcode from the debug window right below Advanced Layout Builder.
Best regards,
YigitJanuary 12, 2022 at 7:32 pm #1335316See below
January 13, 2022 at 5:18 am #1335359Hi hostworks,
The pastebin link isn’t showing up, this warning is showed instead:
Error, this is a private paste or is pending moderation. If this paste belongs to you, please login to Pastebin to view it.
Please check.Best regards,
NikkoJanuary 13, 2022 at 12:21 pm #1335385Nikko, you have to login to see it.
January 13, 2022 at 12:25 pm #1335386Try this below
January 13, 2022 at 3:02 pm #1335429Hi,
I noticed it works for Grid layout however you can edit your post, click “Screen options” on the top right corner and check “excerpt” and then insert your excerpt manually in excerpt field. Links would automatically work then :)
Best regards,
YigitJanuary 13, 2022 at 5:34 pm #1335467That’s not the best solution for our non-coding authors.
January 16, 2022 at 6:20 pm #1335758Hi,
Try using the plugin Advanced Excerpt, in my test it allowed links in the excerpt of the blog post element displaying Classic Editor posts such as yours.Best regards,
MikeMarch 9, 2022 at 8:03 pm #1343889You can close this, suggestion worked.
March 9, 2022 at 8:40 pm #1343908Hi,
Thanks for the update, I’m glad that found something which worked out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
AuthorPosts
- The topic ‘Links are not showing withing blog post on home page view’ is closed to new replies.