Tagged Questions
0
votes
1answer
26 views
why the posts queried from sql is more than those showed on the page?
i am using WordPress multisite, the issue i face is that the posts queried from sql is more than those showed on the page, the details is as follows:
mysql> select count(*) from wp_137_posts where ...
3
votes
2answers
139 views
How would I compare and remove hacks to core?
I have been put in charge of a site that have a lot (and i mean it) of core hacks,
some are pretty easy, some are really hard to spot (like removing a do_action on the_content.
So, my question is , ...