Get Portfolio Category and Display it on page

  • In Progress
    Posted in: Highend WP Theme  
  • Customer
    makyostudios
    October 13, 2017 at 8:15 pm #118275

    I can show post categories on normal post pages by making this shortcode:

    function myshortcode_category( ){
    return get_the_category( $id )[0]->name;
    }
    add_shortcode( ‘page_category’, ‘myshortcode_category’ );

    But the same shortcode doesn’t work with portfolio categories. Can you tell me how to modify this to display portfolio category instead?

    Thanks for your time! Your theme has been indispensable and we use it for all our websites.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.