• Resolved laura bertoli

    (@laura-bertoli)


    http://www.pennadoca.net/wordpress/?p=53

    Hi, I cannot find a way to correct the appearance of post authors’s comments. I should add a space between “Post Author” and the date, but I cannot find where in the files.

    This is the layout I got:

    Laura Bertoli Post author27/01/2014 at 16:53

    Thanks for your help!
    Laura

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    Hi Laura!
    Indeed In this part of the code was a mistake.
    In the file functions.php search and replace this:

    ( $comment->user_id === $post->post_author ) ? '<span>' . __( 'Post author', 'anarcho-notepad' ) . '</span>' : ''

    to this:

    ( $comment->user_id === $post->post_author ) ? '<span>' . __( '(Post author) ', 'anarcho-notepad' ) . '</span>' : ''

    Please let me know if this helped.

    Thread Starter laura bertoli

    (@laura-bertoli)

    Great! Thank you for your support! 🙂

    Theme Author arthur-gareginyan

    (@arthur-gareginyan)

    You are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post author's comments’ is closed to new replies.