Date questions on Responsy

  • Posted in : Responsy WP
  • seaus
    Participant

    I have 2 questions about displaying dates in the theme

    1. On the home page in the “from the blog” section I can not seem to display post date. I ONLY want the post date. What is the best way to add that?

    2. On blog page and single post I am displaying post info – author, date, and comments off
    I can hide author with CSS, but not comments off.
    Basically I ONLY want to display the date

    the site is newsite.destinodelreino.org

    Thank you

    ahmetsali
    Keymaster

    Hi,

    1-) sorry, this is not available by default.

    2-) try this custom css code;

    .post .info > * {
        display: none;
    }
    .post .info > .date {
        display: inline-block;
    }
    
    seaus
    Participant

    On the widget, can this be done through a child theme function?
    I do not want to mess up your functions, so hope you can help me with appropriate code

    ahmetsali
    Keymaster

    Hi again, i see what you mean, but it is not available by default and it requires more time and effort to customization, if you are not familiar to wordpress coding you may consider working with a professional.

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Responsy WP’ is closed to new topics and replies.