• I wanted to display a category name like this:

    </php
    foreach((get_the_category()) as $cat) {
    echo $cat->cat_name . ‘ ‘;
    } />

    How do I like to it tho?.. like how do i generate category url.. preferabley.. either with that command or in an <a tag before I generate the category name..

  • The topic ‘How do I like to a specific category…’ is closed to new replies.