|
|
|
|
! ! |
|
|
! ! |

|
|
(wordpress, ) |
code:
select p.`post_title`, tt.`taxonomy`, t.`name` from wp_posts as p, wp_terms as t,
wp_term_taxonomy as tt, wp_term_relationships as r where r.object_id=p.id and
tt.term_taxonomy_id=r.term_taxonomy_id and tt.term_id=t.term_id and tt.taxonomy='category' and
p.id=533
|
|