Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #310401
    javadth
    Participant

    HI

    in the end of every post i have the line that includes the author and permalink links

     

    how can i remove that part ?

     

    #310412
    tikaram
    Keymaster

    @javadth : Login to your WordPress admin section.
    Go to Appearance => Customize => Additional css and add the following css

    footer.entry-meta {
      display: none;
    }

    Regards,
    Tikaram

    #310413
    javadth
    Participant

    how can i remove it with php ? i dont want to google index that parts

    #310434
    tikaram
    Keymaster

    @javadth : You will need to create a child theme and customize your site as desired. Let me know if you are comfortable with child theme customization. I will guide you through the process.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘how to remove author and permalink line ?’ is closed to new replies.