Forums

[resolved] Help!! (in sorting posts in dates) (6 posts)

  1. AK91
    Member
    Posted 1 year ago #

    Hi,

    I have a very basic knowledge of WordPress but learnt so much in the past two days.

    I am creating a website for myself that will provide viewers with a number of funny videos which will be updated daily.

    I want the homepage to have the latest videos sorted in a date order, for example:

    Monday 5th July
    Video 1
    Video 2
    Video 3

    Sunday 4th July
    Video 1
    Video 2
    Video 3
    Video 4

    And so on, these videos will be thumbnails which i will style later but how can I come to getting the index file to display it like this.

    Any help would be greatly appreciated!

    Thank You

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Most themes should provide this kind of sorted display by default.

  3. AK91
    Member
    Posted 1 year ago #

    I created my own theme, got any idea of how I can achieve this?

  4. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    A standard Loop in index.php should give you the order that you want.

  5. AK91
    Member
    Posted 1 year ago #

    Ahhh, I don't get it, can you give me a hint please

  6. AK91
    Member
    Posted 1 year ago #

    Ah Ha!! :)))

    Okay, it seems to be doing what I want, I used this:

    <?php the_date('Y-m-d', '<h2>', '</h2>'); ?>

    Is that right?

Topic Closed

This topic has been closed to new replies.

About this Topic