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 7 topics - 4,981 through 4,987 (of 4,987 total)
Problem:
How to output a View to show Featured posts first?
Solution:
If "featured" is from a custom field, you can order the View results by that custom field, then a secondary field such as post date.
In the client's case "featured" is determined by a taxonomy, which cannot be used for ordering, and so needs either two separate Views or a single View where the results of the query are manipulated before being output, using the wpv_filter_query_post_process filter.