[Plugin: Custom Permalinks] Fixed a bug
-
I just discovered your very useful plug-in and wanted to put it into a site we’re currently readying for production. Alas, I found a little bug that hits when the site is using a non-default table prefix.
In the Query (on about line 165) you reference the
wp_poststable directly, as opposed to using$wpdb->posts. This means that for our site, we always hit 404, without an error explanation. Applying the fix solved it, so we can now have the site up and running soon!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Custom Permalinks] Fixed a bug’ is closed to new replies.