get_category_link not working?
-
The theme that is being used it built from scratch, so not sure if there’s anything there that was missed.
<?php $category_link = get_category_link( $category_id ); ?> <a href="<?php echo $category_link; ?>" title="Category Source">/Category Source/</a>
The above code doesn’t seem to work right, it just links back to the current post.
<?php the_category(', '); ?>
Works however..The goal is to find a way to get the link of the category belonging to a post.
Would appreciate any help, thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘get_category_link not working?’ is closed to new replies.