Is is possible to create an alphabetical search like so:
A | B | C | D | etc
Each letter is a link so when clicked it would show all the posts starting with "A" or "B" etc etc.
If so, how could I do it?
|
Is is possible to create an alphabetical search like so: A | B | C | D | etc Each letter is a link so when clicked it would show all the posts starting with "A" or "B" etc etc. If so, how could I do it? |
|||
|
|
|
Yes. Do a SQL query for posts using Here's a simple example:
|
|||
|
|