If I do a get_posts() with category set to 1,2 I will get all posts in category 1 OR 2. If i want all posts whit both categories, that...
  • May 5, 2022
  • 0 Comments
I’m trying to unregister a post type from a child theme but I haven’t been able to do so, the code in the funcions.php file on the parent theme...
  • May 5, 2022
  • 0 Comments
I wrote a custom AJAX function in which I have assigned a post type to be a child of another post type. In one function I am looping through...
  • May 5, 2022
  • 0 Comments
In WooCommerce admin settings (/wp-admin/admin.php?page=wc-settings) there are several fields to set the store address (street, city, country). How can one retrieve this in a theme’s templates? I wouldn’t want...
  • May 5, 2022
  • 0 Comments