Hi all, I'm working on a project for a client who has a wordpress site and they have a ton of posts that need to be displayed alphabetically so the user could click on "A" or "B" and have a page of those posts pop up by name.
I've pieced together a method of querying posts by a first letter, but I don't know where to begin to try and put something together that would be a lot cleaner where you just had a list of letters the user could click on and it would return those posts without creating a ton of page templates.
Anyone have any ideas on where to start to figure something like this out?
Thanks man! I just found that too this morning and was reading one of the links :) I've never done anything like this before, so it's a little daunting :P
Hi all, I'm working on a project for a client who has a wordpress site and they have a ton of posts that need to be displayed alphabetically so the user could click on "A" or "B" and have a page of those posts pop up by name.
I've pieced together a method of querying posts by a first letter, but I don't know where to begin to try and put something together that would be a lot cleaner where you just had a list of letters the user could click on and it would return those posts without creating a ton of page templates.
Anyone have any ideas on where to start to figure something like this out?
I've never actually done the alphabetical pagination before. This looks promising: http://wordpress.stackexchange.com/questions/41660/how-to-build-a-directory-with-indexes-in-wordpress/
Thanks man! I just found that too this morning and was reading one of the links :) I've never done anything like this before, so it's a little daunting :P
Very cool idea, Josh - let us know how you get on!
Will do!