Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1070186
    Missy S
    Participant

    Hello,

    I am building a large site for one author so I want to change the default citation “mr. wordpress” in blockquotes to the authors name. I’m using ethos and I cannot locate the proper file in views. Please assist. Thank you.

    #1070190
    Christopher
    Moderator

    Hi there,

    You can change it in blockquotes element directly, see the attachment.
    If you want to change all citation at once, please add following code in Customize -> Custom -> JavaScript :

    jQuery(".x-cite").html("author");

    Hope it helps.

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