help for sql query in template
-
Hello,
I would like to know if you can help me for a sql query?
This query works well on phpmyadmin …but I would like to integrate this request in my template in php but I can not manage with the class wpdb
is it possible to do this in php so that i can add to my template?
select t.name from wp_terms t, wp_term_taxonomy tt, wp_term_relationships tr where t.term_id=tt.term_id AND tt.term_taxonomy_id=tr.term_taxonomy_id and tr.object_id=1939Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘help for sql query in template’ is closed to new replies.