Skip to content

Instantly share code, notes, and snippets.

@eksana
Created July 26, 2016 16:00
Show Gist options
  • Save eksana/e06c526a3dc387b71e3f57610b59b152 to your computer and use it in GitHub Desktop.
Save eksana/e06c526a3dc387b71e3f57610b59b152 to your computer and use it in GitHub Desktop.
wp_function
<div class="section_header">
<h2><?php
$idObj = get_category_by_slug('s_portfolio');
$id = $idObj->term_id;
echo get_cat_name($id);
?></h2>
<div class="s_descr_wrap">
<div class="s_descr"><?php
echo category_description($id);
?></div>
@eksana
Copy link
Author

eksana commented Jul 26, 2016

('s_portfolio');//берем из меток в админке

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment