Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1344259
    ankitdesigns
    Participant

    I tried adding <?php echo date(“Y”); ?> to the “Footer Content” in Customize but it did nothing.

    #1344558
    Thai
    Moderator

    Hi There,

    Please add the following code to the footer content:

    <span class="current_year"></span>

    After that add the following code under Customizer > Custom > Global Javascript:

    jQuery('.current_year').text(new Date().getFullYear());

    Hope it helps 🙂

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