Support » Theme: businesso » Username in Comments

  • Resolved dancurranjr

    (@dancurranjr)


    All of the comments visitors have left have my name instead of theirs. One every post.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Asiathemes

    (@asiathemes)

    Hello Dear @dancurranjr,

    For Repair this error please go to your

    public_html/wp-content/themes/businesso/core-functions/comment-section/comment-function.php

    and edit above given file.

    go to line no 20
    you will see this code
    <h4 class="comment_detail_title"><?php the_author();?></h4>

    Please replace that with below give code
    <h4 class="comment_detail_title"><?php comment_author();?></h4>

    We will also resolve this error in next version of theme.

    In case of any issue please reply.

    Thanks and Regards

    ASIATHEMES

    Did your issue resolved ?

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