• Hi
    Which wp function can I use to fetch the category number on a page?
    e.g.
    if url being mydomainname/blog/cat=146, I want to retrieve 146

    Of coarse, it can be done with a preg_match on the $_SERVER[‘REQUEST_URI’] but I like to use custom WP functions.

    Goal: highlight the active class in the WP category list

      by using the current_category= argument.

    thx

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘category number’ is closed to new replies.