Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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.

    #1335084

    Hey,

    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,
    Yigit

    #1335109

    Yigit,
    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/

    #1335312

    Hi,

    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,
    Yigit

    #1335316

    See below

    #1335359

    Hi 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,
    Nikko

    #1335385

    Nikko, you have to login to see it.

    #1335386

    Try this below

    #1335429

    Hi,

    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,
    Yigit

    #1335467

    That’s not the best solution for our non-coding authors.

    #1335758

    Hi,
    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,
    Mike

    #1343889

    You can close this, suggestion worked.

    #1343908

    Hi,

    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

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Links are not showing withing blog post on home page view’ is closed to new replies.