Jump to content

Wordpress guru? I need to know where this sql is located.


ballhogjoni

Recommended Posts

SELECT count(*) as c FROM wp_posts WHERE ID IN (SELECT object_id FROM wp_term_relationships WHERE term_taxonomy_id = 18562) AND ID IN (SELECT post_id FROM wp_postmeta WHERE meta_key = '_menu_item_menu_item_parent' AND meta_value = '40138') ORDER BY menu_order;

Why not do a search for it? It's likely not to be in a single piece like that though.

 

yes this has been done. greped for portions of it. Found part of it in the redirection plugin...removed it but the query still shows up in the log.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.