can anybody help me fix this.
why is this link not taking me to the category destination?
why is it showing blank in the page source?
Here are the codes:
<?php echo get_cat_name(get_option('nt_cat2')); ?>[/php]
can anybody help me fix this.
why is this link not taking me to the category destination?
why is it showing blank in the page source?
Here are the codes:
<?php echo get_cat_name(get_option('nt_cat2')); ?>[/php]
I I have created a theme option page and nt is the short name of my theme.
_cat2 is the id which gave the category. When I use this code, the link is not working (in the page source, I don’t see anything, it is showing blank)