Nicholas

Forum Replies Created

Viewing 2 posts - 31 through 32 (of 32 total)
  • Author
    Posts
  • in reply to: List of Categories #15601
    Nicholas
    Participant

    Ok, I’m getting closer.
    My end goal is to have an unordered list of Category links in my sidebar. I’m able to pull in the term name’s but not the links themselves, and using the term name’s in the links doesn’t work because of the spaces. I apologize, I’m new to php, and I’m probably missing something really obvious here.

    0 ){

    echo "";

    foreach ( $terms as $term ) {

    echo "name . "'>" . $term->name . "";

    }

    echo "";

    }

    ?>

    in reply to: List of Categories #15554
    Nicholas
    Participant

    I used tribe_meta_event_cats( ) but only returned one category. I’m not quite sure what to include to get a list of all categories.

Viewing 2 posts - 31 through 32 (of 32 total)