Removing meta - Acme Themes
Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • #6657
    acmesupports
    Moderator

    Please add the below CSS codes.

    .archive .entry-meta {
        display: none;
    }
    
    .archive span.comments-link {
        display: none;
    }
    
    .single .entry-meta {
        display: none;
    }

    If the problem is not solved again, please email us. We will help you to solve the problem with another way.

    Thank you

    #6664
    thaigerweb
    Participant

    Hi Guys

    That code removes the date and the category page is ok

    However it also removes the stats from the Post Counter Plugin which no longer show

    #6667
    acmesupports
    Moderator

    Hello Thaigerweb,
    We are sorry that we can’t find that Stats from the post counter plugin. Would you please provide us the screenshot where that status is appear on your site? We wrote the above CSS code only for the date and comments on the single and archive page. We are novice about the issues arise.

    Warm Regards,
    Acme Supports

    #6676
    thaigerweb
    Participant

    If you look on the home page

    Soi 15 Pattaya

    You can see the page visit stats under the Facebook share button

    They show on pages but no longer show on posts now i have added your code

    #6720
    acmesupports
    Moderator

    Hello,
    Please remove the below Code, and let us know. After that it will visible on the single post, and we will provide you the other code for date and comment hide.

    .single .entry-meta {
        display: none;
    }

    Thank you

    #6734
    thaigerweb
    Participant

    OK I have removed that so we are pretty much back at stage one again 🙁

    Date and author showing on the single posts which is the main thing I want removing

    To be clear – I just want the meta data removing from the top of posts – date, author, comment

    We have gone totally round in a circle here and are back where we started from

    • This reply was modified 6 years, 8 months ago by thaigerweb.
    • This reply was modified 6 years, 8 months ago by thaigerweb.
    #6738
    acmesupports
    Moderator

    Please add the below CSS codes, hope it will works,

    .single .entry-header .entry-meta {
        display: none;
    }

    Thank You

    #6753
    thaigerweb
    Participant

    Thats seems ot have worked thank you

    #6754
    acmesupports
    Moderator

    Nice to know that your problem is solved.

    Thank You

Viewing 9 posts - 16 through 24 (of 24 total)
  • The topic ‘Removing meta’ is closed to new replies.