Custom plugin help
-
Ok, well I managed to get a plugin working for gwbbcode.
<?php function Wp_gwbbcode($text) { $text = parse_gwbbcode($text); return $text; } // Apply the filters, to get things going add_filter('the_content', 'Wp_gwbbcode'); ?>
I’m having a few issues with it. At the moment whenever you try to create a new post/page I get an error saying it failed. But if you go back to manage they are there unpublished. Editing them works fine after they have already been created. Things work fine when its disabled so I’m assuming its this plugin.
Any suggestions?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom plugin help’ is closed to new replies.