Wordpress: Get default link category
It took me a long time to find out how to get values from default bookmark category. So now, when all the trouble is past, i’ve decided to share this code with others:
$linkcat = get_term_by(’id’, get_option(’default_link_category’), ‘link_category’);
echo $linkcat->name;
Tēmas:WordPress
Jaunākie komentāri