• I don’t know . . . can’t get much more basic than this, I just want to echo a category feed link using the new function. Here’s what I’m using:
    <?php get_category_feed_link('78',''); ?>

Viewing 1 replies (of 1 total)
  • had the same problem myself and only found out by chance: the function only returns a value so you have to output it yourself:

    <?php echo get_category_feed_link('78',''); ?>

    that should do the trick, good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘get_category_feed_link not echoing link’ is closed to new replies.