With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists.
When you ask for help or report issues, make sure to tell us the options of your View.
Viewing 15 topics - 1,366 through 1,380 (of 1,544 total)
Problem:
The user would like to build an A-to-Z index of posts.
Solution:
You can implement this using a custom taxonomy that will hold the letters(A-Z) and assigning posts to the terms that correspond to them. For example, the post "accountant aa" will be assigned to the term "A". Then you can use two views.
One taxonomy view that will output the terms(From A to Z), and inside of its loop, a view that will output the posts within this term.