• Hi, great little plugin! I wished it was part of GeneratePress Premium which I use a lot for my client sites. One question: is it possible to unlink the title? I want them to be static and let visitors use the Read More button to continue.

    • This topic was modified 4 years, 1 month ago by argosmedia.
    • This topic was modified 4 years, 1 month ago by argosmedia.
Viewing 2 replies - 1 through 2 (of 2 total)
  • En18Zone

    (@en18zone)

    Hi
    This is possible

    //Disable wpsp title link
    add_filter( 'wpsp_disable_title_link', 'jam_no_title_link' );
    function jam_no_title_link()
    { 
        return 'true';
    }
    Thread Starter argosmedia

    (@argosmedia)

    Hey, thanks man, I’ll try that!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unlink title’ is closed to new replies.