I was looking at http://wordpress.org/extend/plugins/web-ninja-auto-tagging-system/ and unfortunately, it wont work on custom post types.
Can anyone suggest (with what changes are needed) to have this work for custom post types?
|
I was looking at http://wordpress.org/extend/plugins/web-ninja-auto-tagging-system/ and unfortunately, it wont work on custom post types. Can anyone suggest (with what changes are needed) to have this work for custom post types? |
|||
|
|
For a quick hack. @ lines 74 and 91 of the plugin its making a SQL request where it's limiting the results to posts only.
So, if you change that to include your custom postypes it should pick them up. Or simply remove that SQL query and run a standard WP_Query query to return your posts in question. |
|||||
|