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.
1,000 Entries ¶
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.
Getting Pagination on Your Blog ¶
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!
Bonus Feature! ¶
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.
Anil Dash
July 24, 2009 10:57 AM | Reply
Ooh, this one's exciting! I'm hoping the community can collaborate on some good docs for making an .htaccess file to give pretty URLs to some of those forms of querying.
Pouya Salimi
July 24, 2009 2:59 PM | Reply
mt-search.cgi make server load up, think about it and other is mt-ftsearch.cgi not work with UTF-8 languages.
Sabine
July 25, 2009 2:15 PM | Reply
Nice, this would solve Bug-ID 90227
mt-search.cgi?IncludeBlogs=1&search=sneaker&__category=40__
Matt Jacobs
replied to comment from Sabine
July 30, 2009 8:06 AM | Reply
Sabine, It doesn't exactly solve the bug, but it gives an excellent work around!
jeux en ligne
January 10, 2010 8:51 AM | Reply
whew, my problem and finally resolved, I confirm that remains regardless of technical bug! thank you for this best work