sld-custom-content-and-taxonomies
sld-custom-content-and-taxonomies copied to clipboard
This code-only developer WordPress plugin allows you to register new post types easily, with good default values and some extended functionality.
`get_post_types()` doesn't return the registered post types from this plugin. Changing the priority of the `init` action in the register post type class to `1` fixes the issue. To be...
Plugin is getting to be out of date, and could use an almost rewrite, or at least a solid code review.
The slug isn't always the same as the singular name so we should allow for a singular name paramater just like we do with the taxonomy function
If a plural name consists number of words (ex. Video Library Items) the URL will resolve with spaces. I forked to commit a change to default to post_type, so that...