Not working on custom post type
-
SLB is supposed to be active in all custom post types by default, right?
I have a custom post type “Comics” which loads the WP default gallery for each post, but SLB does not seem to apply to it, even after manual activation in the custom post type template:
<?php $content = apply_filters( 'the_content', get_the_content() ); if ( function_exists('slb_activate') ) { $content = slb_activate($content); } echo $content; ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Not working on custom post type’ is closed to new replies.