get top rated via pre_get_posts for archive pages
-
im trying to get highest rated post via pre_get_posts for reasons….
ok so i have this so far:
$query->set('meta_key', '_kksr_avg'); //i think i need to combine this one and kkr_casts $query->set('orderby', 'meta_value'); /this works but not if i combine kkr_casts
if you can shed some light that would be awesome!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘get top rated via pre_get_posts for archive pages’ is closed to new replies.