I need to request a certain list of posts in the order I want. I’m getting the posts using: query_posts('category_name'=>'cases', 'posts_per_page'=>5, 'post__in'=>$_SESSION...
I created a non-hierarchical custom post type and, by default, it’s sorted by date published. I know I can reorder them by Title ...
-
May 24, 2022
- 0 Comments
I am attempting to orderby the author_name when you click on the Author arrow on a list of tickets. When you click the ...
-
May 23, 2022
- 0 Comments
i’m new to wordpress, and i don’t know how to code. I would like to make a page where all my animes are ...
-
May 23, 2022
- 0 Comments
I am using Events Manager to control my Events, but Essential Grids to display previews of these events in various places throughout my ...
-
May 23, 2022
- 0 Comments
I have created a Custom Post Type for Booking, new posts are inserted by visitors and the title is formatted as date on ...
-
May 23, 2022
- 0 Comments
I am working on a project that has a dropdown of custom taxonomy values called “Disciplines”, there are only 4 of them in ...
-
May 22, 2022
- 0 Comments
Hopefully this is a reasonably straightforward question! Is it possible to order posts, on the front-end of my WP install, by two meta ...
-
May 22, 2022
- 0 Comments