Manaus Posted March 17, 2014 Posted March 17, 2014 Hello, I have a page using this schema: /myhost/mypage/?p=1015 I would like to add pagination to this page, but I do not know how to configure the url: /myhost/mypage/page2/?p=1015/ should I use url segments? /myhost/mypage/1015/page2 ? Thanks!
horst Posted March 17, 2014 Posted March 17, 2014 ... should I use url segments? /myhost/mypage/1015/page2? Yes, looks like a perfect way!
diogo Posted March 17, 2014 Posted March 17, 2014 can be that you will have trouble with it. If so do this: http://processwire.com/talk/topic/3752-pagination-and-urlsegments/?p=43920 2
horst Posted March 17, 2014 Posted March 17, 2014 thanks diogo, you are right. If using it with only one UrlSegment it should work the basic way, but with several UrlSegments it could let into trouble.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now