Note: This discussion pertains to V3.* of WP using an older TinyMCE implementation. Details might be different now. WordPress Multi-site configurations often present some unique challenges for WordPress plugin authors. One I just finished dealing with is how WordPress handles a WP plugin that is defining a TinyMCE editor plugin. What follows is going to […]
HowTo: WordPress Plugin Supplied Templates for Custom Post Types
While prototyping a WordPress plugin I’m writing, I experimented with supplying default templates to display pages related to a custom post type. This is accomplished using the template_redirect action API. If the following technique is not used, any special templates a plugin provides would need to be copied to the active theme, making plugin installation […]