• hi there, i am trying to display the post category underneath the post title on homepage,

    i have put <?php get_the_category( $id ) ?> underneath the post title like so

    <?php echo get_the_title(); ?>
    <?php get_the_category( $id ) ?>

    but all that comes ups is text saying “ARRAY” underneath the post title.

    Help would be very appreciated thanks :).

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Help with’ is closed to new replies.