I figured this out. It’s because my posts were added with a CSV import which created a ton of posts at once with the exact same timestamp. Changing the orderby to something besides ‘date’ will suffice for now and I will need to modify my CSV import to add minutes onto the timestamp.
Related Posts:
- Displaying the category name of a custom post type
- How do I reorder (pop and push) items from WP_Query?
- Reverse chronology of post listing
- wp query with dynamic taxonomies and terms?
- Why won’t my taxonomy query show up?
- WP_Query orderby not working with meta_value_num and menu_order
- How can I sort posts by the date and a custom meta field?
- How to insert 2 args into 1 Wp_Query for a slideshow
- How to order posts by meta_value and title
- How to get Tags with specific post id
- how to get post order by post id wp_query?
- Display posts of specific category term
- Need to know custom code to display random and most viewed posts in wordpress posts and pages
- Limiting post list by taxonomy
- query posts with selected post ids first
- WP_Query sort by meta_value_num or date
- Random order of the 5 most popular posts
- Get query result according to merged array
- Multiple loops on a Search result page?
- Order by ‘s’ using WP_Query()
- How to Change Order of Posts in Admin?
- The next_posts_link() works only with original $wp_query
- Query *only* sticky posts
- Skipping first 3 posts in wp query
- Accessing the post content with WP_Query
- WP_Query -> sort results by relevance (= most tags / taxonomy terms in common)
- Get only modified posts
- List taxonomy terms plus their latest post ordered by post date
- How to output comments number of a post per day?
- How to choose a sort order (for posts) per category? (ideally when creating a new category)
- If specific user role then sticky post
- orderby=meta_value_num creates duplicate posts
- Display posts with comments closed, with pagination?
- How can I add a meta-box to the posts editor containing all items of a custom taxonomy as checkbox?
- posts_per_page doesnt work
- post re-order on my site
- I want to query posts in monthly basis
- Custom WP_QUERY $args
- Limiting the number of posts in WP_Query leads to unexpected result
- Preserve term order per post in a non-hierarchical taxonomy
- WP_Query with ajax handler returns the same posts
- Why WP_Query(‘showposts=5’) shows only 1 post?
- How to do set post permalinks using 6 digit random unique function?
- Any way for get_next_post() to use the actual post order instead of publish order?
- Custom order for Mysql array
- wp_query random post
- Possible to alternate between two loops
- How Do I Get My Post Tags to Alphabetize?
- How to display all posts divided/ordered by post date? [closed]
- Is it possible to use WP_Query to only pull posts with attachments?
- Every second post different class in blog view
- Get posts with multiple categories
- Do not show children of a category
- Make a vertical dynamic list of posts in alphabetically order and in columns [closed]
- Create a list of posts with topic headdings
- Can’t understand why sometimes a [caption] field appears
- Why in my query is display two title?
- wp_query with ajax
- How to give classname to post if post has no content?
- display posts of custom post type with custom taxonomy
- Custom wp-query in wordpress rest api
- Programatically adding custom filters to post list
- How to retrieve certain number of images from a wordpress post?
- WordPress post filter menu
- WP_Query custom field pass the post id
- How to convert query sql to shortcode in wordpress?
- Use posts_where to exclude posts ids from wp_query
- Current and next month posts
- Why does WordPress search returns same number of results for every search query?
- Posts and order
- Same post appears in related Posts?
- Sidebar limiting to 10 posts?
- Adjust the order for returned posts
- How to Rearrange WordPress Tags list on frontend using Shortcode with specific order?
- How to associate a custom taxonomy to a post multiple times
- Override WordPress core post-template.php block template
- WP_Query outputs wrong post in custom post type
- Change Old WordPress Post Date Year
- Display/Filter post using if else statement
- Search results for ACF data
- Query prints posts without specific categories
- Numbered Pagination Showing The Same Posts After Altering WP_Query
- Order by meta_key field in WordPress not meta_value field value
- How to remove a post from results by ID after query?
- Loop through all posts showing duplicates
- WP_Query extended with AJAX
- Manipulate query to show specific post
- WordPress text field in array problem
- Blog only showing one post even though more published
- WordPress loop uses unmodified posts array, why?
- Sort / Filter Queries
- Show posts between two Custom Fields date
- How do I control the fallback query after the original query returned cero posts?
- Order posts by separate menu order for different sub-categories
- Adding a category at even positions on main loop with modified pagination
- What is wrong with this wp_query?
- display post according to the term
- Exclude sub sub categories from displaying in the archive page
- First post in loop displays twice
- How do I get content of custom post type through post ID