Forums
Forums / Theme: Anarcho Notepad / Post author's comments
(@laura-bertoli)
12 years, 4 months ago
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
(@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.
Great! Thank you for your support! 🙂
You are welcome!
The topic ‘Post author's comments’ is closed to new replies.
(@laura-bertoli)
12 years, 4 months ago
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