Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272710
    Bastien Chilloux
    Participant

    Hi,

    How can I disable/hide the “see all posts from author” (“Voir tous les articles de”) at the end of each post ?

    Website : https://bastienchilloux.com

    Thank you !

    #272719
    tikaram
    Keymaster

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

    .author-description .author-link {
    	display: none;
    }

    Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #272720
    Bastien Chilloux
    Participant

    Perfect !
    Thank you !

    #272959
    tikaram
    Keymaster

    @bastienchill: Glad to know that the issue has been resolved.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable “See all posts from author”’ is closed to new replies.