• Resolved azemati

    (@azemati)


    Hello Dear,

    How to print the ID of a Category?

    For example, i want a code that when put in Archive Template (Category Archive) print the ID (that is a numebr) of that Category. for example if in Game page category, print 4.

    (4 is ID of Game Category)

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

    (@azemati)

    <?php if (is_category('1')) { ?> FFF <?php } elseif (is_category('3')) {
    ?> FFF <?php } ?>
Viewing 1 replies (of 1 total)
  • The topic ‘How to print the ID of a special Category?’ is closed to new replies.