Forums

[resolved] How to add link to Categories RSS feed, on a Post (2 posts)

  1. myriadp
    Member
    Posted 11 months ago #

    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

  2. myriadp
    Member
    Posted 11 months ago #

    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

Reply

You must log in to post.

About this Topic