This query was working fine, but now i’m having a trouble with it since i’ve switched to multisite. I’ve added “global $switched” and “switch_to_blog(4)”, and it works fine when...
  • May 20, 2022
  • 0 Comments
… $args = array( 'post_type' => 'wr_event', 'posts_per_page' => -1, 'meta_key' => 'event_date', 'orderby' => 'meta_value_num', 'order' => $order, 'meta_value' => $yesterday, 'meta_compare' => $compare, if ( is_null($cat) )...
  • May 20, 2022
  • 0 Comments
I have been stuck on a particular problem for a while now and have yet to find a way around it. I have custom widgets and for each widget...
  • May 19, 2022
  • 0 Comments