Date for all posts

Viewing 8 posts - 1 through 8 (of 8 total)
  • #14649
    carob
    Participant

    I want to know how show the date for all posts in the blog page, not only the sticky posts.

    #14653
    Takuri
    Participant

    Setting > Reading
    “… show the most Recent”

    However, you should not increase so a lot it.

    #14654
    carob
    Participant

    This does not answer my question, I want to see the date of all posts, not just the most recent.

    #14660
    Daniel Tara
    Keymaster

    You need to do what is explained in this post.

    #14661
    carob
    Participant

    I know that I will view the date in full posts display, but I want to view the date in small post display too, posts in the grid.

    #14677
    Takuri
    Participant

    Do you want to display all the contents of post?

    Please search “the_excerpt();” from content.php.
    And, please change it to “the_content();“.

    #14680
    carob
    Participant

    No I want to see the date in the posts appearing in the grid on the home page, such as posts appearing before the grid. In the demo Template (http://demo.onedesigns.com/pinboard/), that is in the posts “Morning Latte”, “Black Nail Polish”, “Waiting at the Window”, etc., such as “Neuschwanstein Castle, Bavaria”, “The Golden Spiral” on the Home page.

    #14685
    carob
    Participant

    Here is the solution:

    http://www.mouseclick.com/tutorials-2/hide-meta-info/

    After the_excerpt();
    add the_time( get_option( ‘date_format’ ) )

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

You must be logged in to reply to this topic.