• Resolved The Autism Dad

    (@the-autism-dad)


    I’m looking to remove the comment count from above the single posts and excerpts. I’m using facebook comments and I don’t need the count to display anymore.

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author galussothemes

    (@galussothemes)

    Hi,

    Go to Appearance > Editor select custom-style.css file and paste the following:

    .comments-in-full-posts{
    	display:none;
    }
    .comments-in-excerpts{
    	display:none;
    }

    Regards.

    Thread Starter The Autism Dad

    (@the-autism-dad)

    Thanks for the quick reply. Can this be done is advanced cos?

    Thread Starter The Autism Dad

    (@the-autism-dad)

    It worked but then created another issue… Could you please check out https://www.theautismdad.com/blog

    Now the date is messed up…

    Theme Author galussothemes

    (@galussothemes)

    The date is displayed correctly if you follow the above instructions.

    You have to add them to custom-styles.css file. If you put them somewhere else, will not operate correctly. If you edited any file, I can not help you.

    Regards.

    Thread Starter The Autism Dad

    (@the-autism-dad)

    Thanks again but I did as you said and the result is the same. The date looks like this

    Rob Gorski September 6,
    2016

    Theme Author galussothemes

    (@galussothemes)

    I’ve been looking at that this behavior can occur. It is due to the font used. The fonts ‘Bitter’ (which you are using) and ‘Asap’ cause this behavior. With the rest, the date is displayed correctly. Therefore, if you use another font, the date is displayed correctly.

    Regards.

    Thread Starter The Autism Dad

    (@the-autism-dad)

    Thank you. That did it… ? Excellent support..

    Is it possible to adjust the number of articles that appear in the sidebar widgets?
    Thanks

    Matthew

    (@revdarkwing)

    I added the code as instructed and it did nothing. I used a plugin to get rid of the author and the date but the 0 Comments persisted. any other thoughts?
    here’s an example https://happinessnowhypnosis.com/hypnosis-works-perfectly-weight-loss-methods/

    suzanneturner

    (@suzanneturner)

    Hi Revdarkwing
    These are the codes I put into the custom css to remove author, date and comments from posts (note- the spelling ie. autor and word usage ie. fecha for date are as written in the content.php so the code must match):

    .autor-in-full-posts {
    display: none;
    }

    .fecha-in-full-posts {
    display: none;
    }

    .comments-in-full-posts {
    display: none;
    }

    .entry-meta {
    display: none;
    }

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Removing the comment count from the top of the post and excerpt’ is closed to new replies.