Home>Support>Date on each post in post loop widget

Date on each post in post loop widget

Hello!
I would like to display the date and hour when each articles are posted in the post Loop widget.
Could u please tell me how to fix this?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Hi Timo

    Apologies for the hassle. We’ll have this cleaned up in the next update. For now you can hotfix by inserting the following at Appearance > Custom CSS:

    /* Pages - Entry Meta */
    article.page .entry-meta {
      display: none;
    }
    article.page .entry-content .entry-meta {
      display: block;
    }
    

    Vantage unfortunately doesn’t display the published time, just the published date.

  2. 9 years, 4 months ago Private Message - Timo

    This is a private message.

  3. 9 years, 4 months ago Timo

    I just inserted it here – is that right?

    http://abload.de/img/bildschirmfoto2015-05dfszj.png

  4. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    That’s the one! It’s Appearance in my English – UK installation. Design in yours.

    Thanks

  5. 9 years, 4 months ago Timo

    Anything to add in the widget itself, cause it doesn’t work for me? :-(

    http://abload.de/img/bildschirmfoto2015-05yck71.png

  6. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Sorry, not quite with you there. Your screenshot looks normal. If you insert using the bottom right button all blog posts will be displayed. If you’d like to narrow down the query to say a category, click the Build Query button and search in the Taxonomies field for your category name.

  7. 9 years, 4 months ago Timo

    Badly it still doesn’t work :-(

  8. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Could you perhaps send through a little more information. What about the Post Loop widget isn’t working? Are we still looking into displaying the date or are you working on building a Post Query?

  9. 9 years, 3 months ago Private Message - Timo

    This is a private message.

  10. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for the update Timo. Please could you send a link to your site so I can view the Post Loop widget formatting on the front end of your website.
    Thanks

  11. 9 years, 3 months ago Timo

    Hi Andrew, thanks for u’r support, here’s a link to the homepage:

    http://goo.gl/VdLXSQ

  12. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for the update. Please try removing our previous Custom CSS and try the following instead:

    /* Pages - Entry Meta */
    article.page .entry-meta {
      display: none;
    }
    .page .entry-content article.post .entry-meta {
      display: block !important;
    }
    

    Should do the trick.

  13. 9 years, 3 months ago Timo

    Andrew u’re my hero! – it works now!!!!
    Thank u very much!

  14. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Awesome :) Really glad to hear that helped. All the best!

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More