• Resolved myriadp

    (@myriadp)


    Can anyone help?
    I am looking to put a single link, on a post, to the category RSS feed i.e. to the category that the post is in.
    I know how to do it manually but wondered if there was a way to do this using PHP – so it does it automatically.
    Have been searching for ages but can’t find anything

    Many thanks
    Jacqueline

Viewing 1 replies (of 1 total)
  • Thread Starter myriadp

    (@myriadp)

    OK – this is how I managed to get it to work:

    <a href="/category/<?php foreach( get_the_category($post->ID) as $cat ) { echo $cat->slug; }; ?>/feed">

    This is in the single.php

Viewing 1 replies (of 1 total)
  • The topic ‘How to add link to Categories RSS feed, on a Post’ is closed to new replies.