Post History
The most obvious, simplest and platform-independent way to achieve your request is to format the blog title entries as: YYYY-MM-DD : title Another alternative is to alter the publication date...
Answer
#5: Post edited
The most obvious, simplest and platform-independent way to achieve your request is to format the blog title entries as:> YYYY-MM-DD : titleAnother alternative, suggested by [Michael Kjörling](https://writers.stackexchange.com/questions/32768/blog-timeline-for-mini-stories#comment49909_32768) is to alter the publication date. This works very well if all your blog entries are about events in the past. I have used this approach for a news blog, in which stories about news in the media were published with their original publication date.There are several [wordpress plugins](https://wordpress.org/plugins/tags/timeline/). For instance, [this one](https://wordpress.org/plugins/ang-timeline/) seems to do the job by placing blog entries on a vertical scroll. It is likely that you may need to still follow Michael's suggestion in order to place things in the correct order.Finally, if you are using wordpress and feel adventurous enough to try and tweak it yourself, there is a field called "meta" where you can store additional information, and, more importantly, you can retrieve it by modifying the PHP code of your template. You could store a date, retrieve it and display between the title and the main text of the blog post, for instance accompanied by a [horizontal progress bar](https://www.w3schools.com/bootstrap/bootstrap_progressbars.asp).
- The most obvious, simplest and platform-independent way to achieve your request is to format the blog title entries as:
- > YYYY-MM-DD : title
- Another alternative is to alter the publication date. This works very well if all your blog entries are about events in the past. I have used this approach for a news blog, in which stories about news in the media were published with their original publication date.
- There are several [wordpress plugins](https://wordpress.org/plugins/tags/timeline/). For instance, [this one](https://wordpress.org/plugins/ang-timeline/) seems to do the job by placing blog entries on a vertical scroll. It is likely that you may need to still follow the suggestion of altering the publication date in order to place things in the correct order.
- Finally, if you are using wordpress and feel adventurous enough to try and tweak it yourself, there is a field called "meta" where you can store additional information, and, more importantly, you can retrieve it by modifying the PHP code of your template. You could store a date, retrieve it and display between the title and the main text of the blog post, for instance accompanied by a [horizontal progress bar](https://www.w3schools.com/bootstrap/bootstrap_progressbars.asp).
#4: Attribution notice removed
Source: https://writers.stackexchange.com/a/32772 License name: CC BY-SA 3.0 License URL: https://creativecommons.org/licenses/by-sa/3.0/
#3: Attribution notice added
Source: https://writers.stackexchange.com/a/32772 License name: CC BY-SA 3.0 License URL: https://creativecommons.org/licenses/by-sa/3.0/
#2: Initial revision
The most obvious, simplest and platform-independent way to achieve your request is to format the blog title entries as: > YYYY-MM-DD : title Another alternative, suggested by [Michael Kjörling](https://writers.stackexchange.com/questions/32768/blog-timeline-for-mini-stories#comment49909_32768) is to alter the publication date. This works very well if all your blog entries are about events in the past. I have used this approach for a news blog, in which stories about news in the media were published with their original publication date. There are several [wordpress plugins](https://wordpress.org/plugins/tags/timeline/). For instance, [this one](https://wordpress.org/plugins/ang-timeline/) seems to do the job by placing blog entries on a vertical scroll. It is likely that you may need to still follow Michael's suggestion in order to place things in the correct order. Finally, if you are using wordpress and feel adventurous enough to try and tweak it yourself, there is a field called "meta" where you can store additional information, and, more importantly, you can retrieve it by modifying the PHP code of your template. You could store a date, retrieve it and display between the title and the main text of the blog post, for instance accompanied by a [horizontal progress bar](https://www.w3schools.com/bootstrap/bootstrap_progressbars.asp).