Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #100229
    luismarioochoa
    Participant

    Hello,

    I am trying to hide the the admin, date and share buttons from posts
    see an example here. http://destinationvows.ca/a-twist-on-a-classic/

    Thank you

    Luis

    #100293
    Mahesh
    Keymaster

    @luismarioochoa: For hiding users and date, go to Dashboard=> Appearance=> Customization=> Theme Options=> Custom CSS box and add the following CSS:

    .entry-meta {
        display: none;
    }

    For hiding share buttons, disable Share Daddy plugin.
    Let me know if any problem.

    Regards,
    Mahesh

    #100308
    luismarioochoa
    Participant

    Hi Mahesh,

    thank you. The CSS worked perfect, but I don’t have a Share Daddy plugin, so the share buttons issue was not resolved. See here: http://destinationvows.ca/a-twist-on-a-classic/
    Also, the bottom show three “related” posts links in three columns that I would also like to get rid of. Please advice.

    Thank you!

    #100358
    Mahesh
    Keymaster

    @luismarioochoa: Both the share buttons and related posts are from Jetpack plugin, please go to Jetpack plugin’s settings and disable these modules and it will solve your issue.

    Regards,
    Mahesh

    #100361
    luismarioochoa
    Participant

    Thank you!

    #100374
    Mahesh
    Keymaster

    @luismarioochoa: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘disabling meta data from posts, share buttons and related posts links’ is closed to new replies.