Query for getting images with a tag.
-
I need to retrieve images with a tag. I have tag_name, tag_id e.c.t
$query = “SELECT image_url FROM ” . $wpdb->prefix . “bwg_image WHER tag_id = %d LIMIT 6”;
So, basically, i need to know how Photo Gallery makes request to retrieve images with the given tag.
Thanks!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Query for getting images with a tag.’ is closed to new replies.