Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1054001
    Valerio
    Participant

    Hi,
    is there any easy way to make the pages and posts titles as links on all the website?
    Kindly,
    Valerio

    #1054183
    Thai
    Moderator

    Hey Valerio,

    Please add the following code under Customizer > Custom > Global Javascript:

    jQuery(document).ready(function($) {
    	$("h1.entry-title").wrap('<a href="'+window.location.href +'" />');
    });

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1054001 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>