badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: want remove post author text

#42643

Hi rajatpoonia37,

Please remove the above css that we have provided. The above CSS will remove the author name below your post title.
The comment author is displayed from the core of WordPress files. So its not possible. You have to remove it from the core file of WordPress.

If you add below css then your client comments will also lost. you may try it.

.comment-author cite.fn {
    display: none;
}

Thank you!