Add Display Job Categories Shortcode for a single listing

 
    function dm_display_wpjm_single_categories () {
        $terms = wp_get_post_terms( get_the_ID(), 'job_listing_category' );
        if ( ! empty( $terms ) && ! is_wp_error( $terms ) ){
            echo '';
        }
    }
    add_shortcode('list_categories_single', 'dm_display_wpjm_single_categories');
    add_theme_support( 'job-manager-templates' );

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This