1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved Links being added to Blog Post Titles?

Discussion in 'Free Divi Community Forum' started by Chris Nyland, Dec 22, 2023.

  1. Chris Nyland

    Chris Nyland New Member

    Anyone have any idea please why this has started happening - or more importantly how to stop it.
    All updates have been run, so on the latest version of divi and wordpress.
    As you can see, the url's are showing in the post titles? When you "Enable Visual Builder" they're not there, but reappear when you Close it.
    https://schoolofjournalism.co.uk/getting-into-journalism/
    Have tried creating a new test page with new module, and tried without featured image, but no change
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Powerful Child Theme - Power up your Divi sites with tons of new functionalities & premade elements:Learn More
  2. Chris Nyland

    Chris Nyland New Member

    Someone replied with rhjs and it fixed the issue for me, thank you so much divi.help.



    I had the same issue.

    There is a Bug in the Code of the following file:

    DIVI/includes/builder/module/Blog.php

    Line 1607 and 1610
    The function the_permalink() directly prints the link instead of returning it.

    To fix the issue, replace the_permalink() by get_permalink().

    I hope it will be fixed with the next update.