Thanks for the response of Jan. I have already tried it, but found this xslt is only for the list pages instead of the list of blog. I finally decided to write a user control to replace the xslt.
I know little about xslt. I have to spend much time to learn it, but I have to finish something soon, so I have to use a user control. But the new problem comes. I don't know how to get all the contents of pages of a node page by T-SQL. Any suggestion?
The blog has a problem when show the BreadCrumb because the year, month and the day is also showed, which is not expected. So I finally used the xslt for the paging.
How to paging the blog post list?
The xslt of the Blog post list BlogListPosts.xslt doesn't support paging. Does anybody have the xslt file that support paging?
Hi Kevin
Maybe you should have a look at this package: http://our.umbraco.org/projects/paging-xslt
/Jan
Thanks for the response of Jan. I have already tried it, but found this xslt is only for the list pages instead of the list of blog. I finally decided to write a user control to replace the xslt.
The paging xslt package is highly customizable and extendable, so integrating it with an existing xslt shouldn't be a very tough job...
I know little about xslt. I have to spend much time to learn it, but I have to finish something soon, so I have to use a user control. But the new problem comes. I don't know how to get all the contents of pages of a node page by T-SQL. Any suggestion?
Kevin
The blog has a problem when show the BreadCrumb because the year, month and the day is also showed, which is not expected. So I finally used the xslt for the paging.
http://forum.umbraco.org/yaf_postsm38185_Flexible-XSLT-Paging-and-Sorting-Example.aspx
Thanks for everybody's help.
is working on a reply...