eventsmanager

Custom Single Events Category Page Template

Jun 10th, 2025 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2.  
  3. function em_single_category_template( $format ){
  4. ob_start();
  5. em_locate_template( 'formats/category_page_format.php', true );
  6. return ob_get_clean();
  7. }
  8. add_filter( 'option_dbem_category_page_format', 'em_single_category_template', 100, 1 );
Advertisement
Add Comment
Please, Sign In to add comment