• Hi folks!
    I’m having a problem to display certain subcategory
    currently using this function.

    <?php $category = get_the_category(); echo $category[1]->cat_name; ?>

    The problem is that some of the subcategories are displayed as parent category name. In other subcategories there is no problem.

    Can anyone help me?

Viewing 1 replies (of 1 total)
  • Thread Starter deliriumbg

    (@deliriumbg)

    USHIPHOP
    – mixtapes – displays US HIPHOP
    – tracks – displays US HIPHOP
    – videos – working good displays VIDEOS

    In pages overview page i see difference in these categories

    MIXTAPES, US HIPHOP
    TRACKS, US HIPHOP
    US HIP HOP, VIDEOS

    how to display US HIPHOP first on the list? I think this would be the solution

Viewing 1 replies (of 1 total)
  • The topic ‘echo subcategory problem’ is closed to new replies.