Thread Starter
pmv
(@pmv)
No one else needs this?
Well I managed to get this working with own custom query and couldn’t help noticing how complicated wordpress-database structure is. Why tags and categories doesn’t have their own tables? This wp_terms, wp_term_relationships & wp_term_taxonomy structure is making queries quite complex.
Anyway I think this really should be working with standard get_posts() -function. Hope this will be fixed.
How is your plugin developing going on?
Here’s one more user who is waiting for this plugin to come available.
Thread Starter
pmv
(@pmv)
I know I can change parent field in sql. I was just hoping to find some plugin where I could just mark the pages I want to move and select the target. The problem is I need to move many pages from different locations under same page.
Perhaps the best way is to do something like
UPDATE wp_posts SET post_parent = ‘4’ WHERE id IN (list of ids)