[wp-hackers] Custom Taxonomy RSS feed link in header

Navjot Singh navjotjsingh at gmail.com
Thu Jul 12 17:10:28 UTC 2012


Check http://codex.wordpress.org/Conditional_Tags for your answer on how to
detect whether you are on a custom taxonomy page or custom post type page.

Regards,
Navjot Singh



On Thu, Jul 12, 2012 at 9:39 PM, Aero Maxx <aero.maxx.d at gmail.com> wrote:

> Hi Everyone,
>
> Have only just noticed that there is no rss feed link to the custom
> taxonomy I have created on my site, is there an easy to include this ?
>
> I would like to have it as follows if at all possible.
>
> When on the custom post type url and showing all posts from all
> taxonomies, I would like all the rss feed links for all taxonomies to be in
> the header, but when on a single taxonomy then only show the rss link in
> the header for that single taxonomy and not all of them.
>
> I have done a bit of googling, and found I can use the add_action to add
> things to wp_head, i've got all the rewrite urls done also for the feed
> links I just now need to figure how to know I am on a custom post type to
> show the feed links, and also how to know I am on a custom taxonomy to show
> the single link.
>
> If anyone is able to help with the final bit I would be most grateful!
>
> Thanks
> Daniel.
> ______________________________**_________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.**com <wp-hackers at lists.automattic.com>
> http://lists.automattic.com/**mailman/listinfo/wp-hackers<http://lists.automattic.com/mailman/listinfo/wp-hackers>
>


More information about the wp-hackers mailing list