Up until the general release of MT 4.3 (beta info here), we are publishing details on the features of 4.3. Today we're looking at entry pagination.
One of the categories on my blog is now up to nearly 1,000 entries and it has become difficult to display them. Movable Type offers the ability to split up the category content by date (e.g., Category-Monthly archives), but that would still require me to publish all of the content statically. I could use dynamic publishing, but then I would lose the speed of a statically published page on the front-end.
Situations like these, and a long-standing pubilc request, is why we're now introducing a dynamic way to paginate your index and archive templates using MT-Search. With this solution, you're able to publish the first 10 or 20 (or whatever you'd like) entries statically and paginate through the remainder dynamically. What's even better is that it only requires a few changes to your index or archive template to generate the content for MT-Search.
We've put together a guide to paginating with static templates that provides details on the new querystring parameters and sample template code. It's based on the classic template set included in MTOS, but could certainly be used as an example for other template sets. If you see any issues or improvements we can make, please leave comments here or on that page!
In addition to allowing for entry pagination, you can now limit your searches by author, category or date. For example, if I was going to search my blog for 'sneaker', the URL would look like this:
http://mydomain.com/cgi-bin/mt/mt-search.cgi?IncludeBlogs=1&search=sneaker
If I wanted it to limit it to only entries in 2007, I'd use this:
http://mydomain.com/cgi-bin/mt/mt-search.cgi?IncludeBlogs=1&search=sneaker&archive_type=Yearly&year=2007
If I only wanted to look in the category 'Design', which has an ID of 40, I'd use this:
http://mydomain.com/cgi-bin/mt/mt-search.cgi?IncludeBlogs=1&search=sneaker&category=40
And if I wanted to limit to an author with the ID of 2, I'd use this:
http://mydomain.com/cgi-bin/mt/mt-search.cgi?IncludeBlogs=1&search=sneaker&author=2
The one caveat here is that, unlike entry pagination, you'll need to use the search template for these. See the entry pagination guide for more details.
七月 2009 | ||||||
一 | 二 | 三 | 四 | 五 | 六 | 日 |
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |