get_category_link returns nothing
-
I am using the following:
<a href="<?php get_category_link(1); ?>"> <img src="<?php bloginfo('stylesheet_directory'); ?>/img/nav_Editorial.gif" border="0" alt="" /> </a>
and so on.
But the HTML which is generated returns this:
<a href=""> ...
Why does the function return nothing? The category IDs are correct.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘get_category_link returns nothing’ is closed to new replies.