Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- function em_single_category_template( $format ){
- ob_start();
- em_locate_template( 'formats/category_page_format.php', true );
- return ob_get_clean();
- }
- add_filter( 'option_dbem_category_page_format', 'em_single_category_template', 100, 1 );
Advertisement
Add Comment
Please, Sign In to add comment