How about doing remove_filter( 'posts_orderby', 'rs_weighted_orderby' );
? If that doesn’t work, you could apply your own filters with higher priorities…but that’s sorta hackey, and I would avoid it if possible.
Related Posts:
- How to return results of a get_posts() in explicitly defined order
- Modify main WordPress loop with a parse_query filter
- How should I intercept the main query and inject custom join / order by / group by criteria
- Using dynamic conditions in ‘posts_where’ filter
- How to limit search to first letter of title?
- WordPress Search Filter Only for Page with Child of Child of Child of Child of Child
- Dynamically excluding current page id
- How to order results by date and meta key?
- Querying posts with meta value that begins with a certain pattern
- Static Front-Page Excerpts
- Is it possible to query_posts using post__in and then Loop through them in the ordered they were queried?
- query_posts() ALWAYS displays something?
- define orderby URL with meta_key=post_views_count
- Custom loops, sticky posts, and pagination nightmare
- Filter Loop by Custom Field Value
- Currently using a query_posts() in my theme – want to use a request filter in stead
- Modify loop but keep the original query, what am I doing wrong?
- When to use WordPress loop or Foreach loop?
- Post per page not working if no category specified
- How to make posts unqueryable/unpublish posts where ACF relationship field is an unpublished post? [closed]
- Calling Posts from Specified Cat
- Most Effective Method? Exclude Category and Number of Posts Per Page
- How do I query based on the modified date?
- Script that gets the first tag of post and query all other posts with the same tag
- How to add an “or” instead of and “and” (&) in a WordPress query?
- Pre-existing arguments when using queries
- Modify main loop query for paged and meta key
- Create a Loop with Posts Ordered by Most Recent Comments
- get_posts and wp_autop (remove filter)
- query_posts and sub pages?
- The_content display a different content from a previous loop
- WordPress loop problem: Multiple loops, index.php and is_paged causing duplicate posts on next page
- Including post data in a sidebar occurring outside of and before the Loop
- Multiple loops with / without sticky posts and different post limits
- query_post by title?
- Problem with ‘post__not_in’
- using post__in allow duplicate post id
- Retrieving 3 latest post from each of 5 different custom post types
- Can’t show comments count per post outside loop
- How to sort by meta value?
- pagination in author.php template returns 404 error
- Display one latest post from multiple categories
- query recent posts from several categories
- Example Query Posts Showing the Latest Post with the Featured Image
- How to Loop within a Loop (Display Children and then Grandchildren)
- posts_per_page => 1 shows 2 posts
- Show individual author rank from query of cumulative post view count for all authors
- Custom posts per page does not work with pagination
- posts_per_page override by default settings
- How to paginate posts correctly that belong to a particular category and are random ordered
- How to filter query to display posts from parent category only?
- WP_Query condition affects posts_per_page count
- Display random post on a page with post permalink in URL
- Query Posts Exclude Entire Category
- WordPress pagination with get_posts?
- query_posts() on key’s value, or key’s existence
- How to display certain category in the loop from WordPress default post type?
- Make blog page show 10 on first page, 9 on every other page
- More then one menu items are assigned with “current-menu-item” class
- How to retrieve an array of post IDs by a particular value stored in a custom meta’s array
- How to display posts by vote count and if no value continue with latest posts with no votes?
- pagination not working for category.php (custom post types in categories)
- Querying posts only if the current page is not paged?
- how to store wordpress loop in array?
- meta_query check for meta value in key which holds an array of values
- Trying to get property of non-object in shortocde
- Control content before and after custom post type loop
- Exclude posts by post meta value
- How to create custom query by keyword in post title?
- Single-page wordpress theme navigation
- meta tag placement for google verification
- Separate First Post Loop
- Frontend form with multiple posts
- Way to cache a query for 24 hrs
- 2 queries with counters
- Custom Post type showing up in loop, regular posts are not showing up
- Display 3 posts with different HTML markup using a loop
- Meta query stopped working
- Sticky posts don’t show up first in custom loop
- Want Page Descendants when using query_posts post_parent or child_of
- Querying a query
- Duplice post with standard WP loop – fixed by using query_posts() instead
- how to add 4 post in one carousel slide
- Custom query for custom post type not getting correct post ID
- Prevent function from triggering on current page
- WordPress redundant posts based on meta field
- Create a hierarchical loop at predefined markup requirements
- Modify WordPress loop after it has been run
- query_posts not working after wordpress 3.7 update
- Is that the query_posts() the real criminal here?
- single.php fires more than once after clicking on any post to view with different post id each time
- Least Number of Loops to Create Custom Homepage?
- Query specific posts from parent by slug rather ID
- How to refine WP-Query with further criteria
- How do I filter a custom post type loop by a field?
- prevent display duplicate titles on main page
- Pagination in category.php not functioning
- Lots of SQL queries
- Trying to set up a range filter for related custom post types
- FacetWP custom display based on post type [closed]