I want to know how show the date for all posts in the blog page, not only the sticky posts.
Setting > Reading
“… show the most Recent”
However, you should not increase so a lot it.
This does not answer my question, I want to see the date of all posts, not just the most recent.
You need to do what is explained in this post.
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.
Do you want to display all the contents of post?
Please search “the_excerpt();
” from content.php.
And, please change it to “the_content();
“.
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.
Here is the solution:
http://www.mouseclick.com/tutorials-2/hide-meta-info/
After the_excerpt();
add the_time( get_option( ‘date_format’ ) )