Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #97568
    Jvece1
    Participant

    Hi, I was just wondering, is there a way to remove the date stamp of a post from the post excerpts on my website’s front page, so that the date of the post only shows up in the full post? If so, can I move the date to the bottom of the post or will it always show up at the top?

    Thanks

    Jeff

    #97602
    Pratik
    Keymaster

    @jvece1,
    Can you post in your site url. What you are saying is possible, but will require some customization via child theme. If you are comfortable with it, i will provide you the code.

    Just hiding it does not need customization, I will provide you custom CSS for it after you post in your site url.

    Regards,
    Pratik

    #98559
    Jvece1
    Participant

    Thanks for the fast response. I’ve been away a while and forgot to check back for your answer.

    http://www.the-single-step.com

    Could you also point me to a reliable resource on working with child themes? I tried to do that when I first started my blog and, despite thinking I followed all the directions correctly, I broke the website and had to start over from scratch, reloading wordpress and everything. I’m a little hesitant to try it again.

    Thanks,
    Jeff

    #98585
    Pratik
    Keymaster
    #98589
    Pratik
    Keymaster

    Or, if you are uncomfortable with creating child theme, use following code in Appearance=> Customize=> Theme Options=> Custom CSS box:

    
    article .entry-meta {
        display: none;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to remove post date from excerpt’ is closed to new replies.