• Resolved faabiian3

    (@faabiian3)


    Hello again, is it possible to remove the author and the authors display picture from posts on the ‘posts’ page, but keep the date and time?

    Also if it’s possible to hide tags from posts?

    Thanks

Viewing 15 replies - 1 through 15 (of 15 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Can you please let us know your site address?

    Thanks

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Custom CSS

    .single_metainfo i.fa-user,
    .single_metainfo a.vcard.author.post-author,
    .single_metainfo .catag_list,
    .single_metainfo i.fa-th-list{
        display:none;
    }

    Thanks

    Thread Starter faabiian3

    (@faabiian3)

    Apologies the website is: http://www.realbeing.co.uk

    Thread Starter faabiian3

    (@faabiian3)

    Hello, I tried putting that code into the themes CSS, as well as the custom CSS and had no luck. Thanks

    Theme Author OptimizerWP

    (@layerthemes)

    Are you sure you added this to Appearance > Miscellaneous > Custom Code > Custom CSS ?

    Thnaks

    Thread Starter faabiian3

    (@faabiian3)

    Hello, yeah I placed the code under some code that I already added, and it’s present there now, yet the posts still show the publisher.
    Thanks

    Maybe it is orverwritten by another css. Please try add !important tag as `follows:
    .single_metainfo .fa-user,
    .single_metainfo .vcard .author .post-author,
    .single_metainfo .catag_list,
    .single_metainfo .fa-th-list{
    display:none!important;
    }`

    Regards.
    Wallbreaker

    Thread Starter faabiian3

    (@faabiian3)

    Still no luck! Thanks for all the help guys, but maybe it isn’t possible! It’s not too much of an issue so it’s probably not worth investing your time into!

    Thanks again.

    Theme Author OptimizerWP

    (@layerthemes)

    Its not working becuase you added this: ` in your custom css field. Please remove it and the css should work fine.

    Thanks

    Thread Starter faabiian3

    (@faabiian3)

    Hello, it was removed and still appears.

    Theme Author OptimizerWP

    (@layerthemes)

    Just checked. The css works fine now:

    View post on imgur.com

    Thread Starter faabiian3

    (@faabiian3)

    Hi there, yes I see that it’s removed from the posts themselves, however I was aiming to get it removed from the ‘feed’ or posts, section itself. Thanks

    View post on imgur.com

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Custom CSS

    .post_content .meta_comm,
    .post_content i.fa-comments,
    .post_content a.auth_meta{display:none;}

    if you want to keep the comments, insert this only:
    .post_content a.auth_meta{display:none;}

    Thanks

    Thread Starter faabiian3

    (@faabiian3)

    Thanks a bunch! Worked a treat

    Thread Starter faabiian3

    (@faabiian3)

    Resolved

    Hi

    Insert this in Custom CSS

    .post_content .meta_comm,
    .post_content i.fa-comments,
    .post_content a.auth_meta{display:none;}
    if you want to keep the comments, insert this only:
    .post_content a.auth_meta{display:none;}

    Thanks

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Remove author and author profile picture from posts.’ is closed to new replies.