• Hello, I’ve been trying to figure this out for over an hour now and I keep hitting a brick wall.

    I would like to show the current categories of a single post within a shortcode. Is this possible? I was able to display the publish date with a shortcode and figured this would do doable. But with every method I’ve tried, the response on the from end simply says: array

    This is the latest. Any ideas on this? Thank you.

    function shortcode_post_category () {
    return get_the_category();
    }
    add_shortcode( 'post_category', 'shortcode_post_category' ); 
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Category shortcode’ is closed to new replies.