Forums

[resolved] Problem on getting category numbers (3 posts)

  1. stereosushi
    Member
    Posted 3 years ago #

    Hello,

    I'm adding a menu to top of my page which includes some of my categories.
    The problem is, i have to add class="selected on the category < li >

  2. when the category page is open. my permalinks are on and i cant get the category id with $_GET['cat'].

    What are you opinions about this issue

  • MichaelH
    Volunteer
    Posted 3 years ago #

    if ( is_category() ) {
    $cat = get_query_var('cat');
    }
  • stereosushi
    Member
    Posted 3 years ago #

    Thanks Michael

  • Topic Closed

    This topic has been closed to new replies.

    About this Topic

    Tags

    No tags yet.