Thread Starter
Enix
(@enix)
I have fount that replacing the_time with the_date does the trick for posts on the same day. – it appears only once
Now how do I group posts by date, every date with it’s singlepage?
?Do i create a category for every date.
And use to display every post for that category on a single page?
Any suggestion is welcome! Thanks!
Thread Starter
Enix
(@enix)
That is ok. I found all the answers i needed studying the code.
If anyone is interested: index single and page.php are the structure of your site. All you need to do is identify the php structure that call the_title The_date the_comments and remove, edit them.
Have a nice day!