What happen when a post (product) didnt have a guid,because it has the same image with another product ? For example: Query1: select guid from wp_posts where post_type="attachment" and...
Q: Is it possible to add images to all of my taxonomies (default and custom ones)? Note: I do not want to use any plugins (not my favourite solution...
Seriously, why 'with_front' => false does not work as it should be? It is supposed to remove TAXONOMY BASE NAME and my question is why it does not work?...
I found this question: Theres a way to use $query->set(‘tax_query’ in pre_get_posts filter? which seems to indicate that yes, you can alter the taxonomy query on taxonomy archives via...