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*

want remove post author text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42560
    rajatpoonia37
    Participant

    when i reply comment then it’s show my name along “post author” taxt. i wnat to remove post author title. plz guide me. Link is– http://www.masurim.com/success-story-of-auto-rickshaw-drivers-kids/

    #42590

    Hi rajatpoonia37,

    Go to Appearance -> theme options -> Design Options -> Custom CSS paste the below CSS code and Click on Save all changes

    .entry-meta .by-author {
        display: none;
    }

    Thank you!

    #42626
    rajatpoonia37
    Participant

    my problem has not solved. sir you can check again. i done accoroding to you, but problem still there. post author text has not removed.

    #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!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.