Archive separated by years and months
-
I want to achieve some archive page like this one http://oleb.net/blog/ on by blog hosted @ wordpress.com. I have just a list of articles on my archive-page http://danielbocksteger.com/archiv/.
Can someone tell me how to achieve this archive format?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Outside of manually creating the archive page yourself and linking all of your blog posts, there isn’t a way to recreate that exact format at WordPress.com. As you’re currently using, we do have the Archive shortcode described here:
http://en.support.wordpress.com/archives-shortcode/
You could try to use some of the modifiers there like the before text, but there isn’t a way to separate the posts by month.
Another option would be to use the Display Posts shortcode shown here:
Again, however, there isn’t a way to separate them out by month. You could use that shortcode to append the date to the end though like this:
[display-posts include_date="true" date_format="F j, Y"]
- The topic ‘Archive separated by years and months’ is closed to new replies.