Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Break up big blog list into 3 parts
Saturday night, what else would I be doing except worrying about my website.
I’ve used if_different to make a standard archive page for my blogs.
<txp:if_different><h3><txp:posted format="%B %Y" /></h3></txp:if_different>
<p><txp:posted format=" %d %B %Y"/>  
<txp:permlink><txp:title /></txp:permlink>
</p>
They are almost daily blogs so there are a fair number of them, like 600+ in total.
Now I’m thinking it makes sense to break them up into three separate archives, they are travel blogs so I want to break them up into 3 separate trips.
This means I would like to be able to split them up by date so I can have each archive with a bit of a blurb on a separate page:
8 February 2009 – 16 May 2010
20 December 2010 – 7 January 2011
16 June 2011 – now
Whatcha reckon is the best way to do that? Thanks.
Last edited by detail (2012-01-28 09:48:01)
Offline
Re: Break up big blog list into 3 parts
would categories be acceptable to you?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Break up big blog list into 3 parts
Humm. S’pose I can go through the 600+ articles and assign a category, what else would I be doing in my spare time.
Nice if there was a way just to date limit them.
Last edited by detail (2012-01-28 10:52:36)
Offline
#4 2012-01-28 11:47:08
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Break up big blog list into 3 parts
I bet smd_query can do that for you :)
Offline
Re: Break up big blog list into 3 parts
Thanks, I’ll have a hack at it.
Offline
Pages: 1