Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1030283
    Chris
    Participant

    Dear Team,
    is it possible to set the date on/above the title.
    Kind regards,
    Chris

    #1030285
    Chris
    Participant
    This reply has been marked as private.
    #1030825
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > Javascript in the Customizer.

    jQuery( document ).ready(function( $ ) {
     $('.h-recent-posts').each(function() {
       $(this).siblings('.x-recent-posts-date').after(this);
     });
    });

    Hope this helps – thanks!

    #1031543
    Chris
    Participant

    perfect. thank you very much
    and so fast…
    🙂

    #1032120
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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