Matthew
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Variables in do_actionJust add your custom post type name after the “publish_”.
If you registered custom post type “books” your code would look like this.
add_action( 'publish_books', array(&$hmMultipostMU, 'multiPost'), 1);If you update the plugin, beware, it will overwrite your change.
Forum: Networking WordPress
In reply to: Variables in do_actionI think I need to revisit how I build the array based on the registered CPTs.
Forum: Networking WordPress
In reply to: Variables in do_actionI have Multipost MU working on CPTs but it requires a direct editing of the code. I haven’t figured out how to enable it automatically based on registered post types.
I can post the code on my paste bin and show you what mods I made and what mods you would need to make.
Also,
Would simple deactivating of the plugin and reactivating do more harm than good? One of the blogs is a functioning live-to-world site.
Since I am working in a corporate environment,
I need to be able to eliminate the plugin as the potential problem before bugging our server & DNS people again. I have deleted the references to all URLs for the problem blogs in the plgin. What should be the proper behavior of a non-mapped URL?