Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ramzs/c19f29cfa41ab6fe2a9c0bfc203bdbec to your computer and use it in GitHub Desktop.
Save ramzs/c19f29cfa41ab6fe2a9c0bfc203bdbec to your computer and use it in GitHub Desktop.
Получить id рубрики по ее названию
<?php $name = single_cat_title('', false);
$cat_id = get_cat_ID($name); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment