Forum Replies Created

Viewing 1 replies (of 1 total)
  • hi!
    Just a comment about new database squeme.
    If you read the document:

    http://codex.ww.wp.xz.cn/Database_Description

    to understand more about how is now defined the wordpress database, you can see that in the wp_posts table, the field “post_category” has a FK to wp_categories.cat_ID, and this tables has been removed.

    The second thing is that I have searched in http://codex.ww.wp.xz.cn/Plugins/Plugin_Compatibility/2.3

    for any useful and available plugin compatible with version 2.3.1 that cover my needs, and I have seen that “Advanced Category Excluder” plugin has been tested and it works without issues, but before use it I have decided to have a look into the php code, and I have seen that it makes somes queries to “post2cat” table, the other one that have already been removed. So I’m not decided to use this plugin although it’s on the compatibility list.

    I wonder if someone have an answer to understand it.
    Thanks,
    Sandra.

Viewing 1 replies (of 1 total)