Hi,
How can i echo out the link to the category feed on a category page?
I added some custom fields to the category create / edit page. The edit url is like this:
http://www.example.com/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=4&post_type=custom_posttype
Now when i save the custom category i would like to echo out the link to the RSS feed.
How can i do this?
Besides that, how can i change the name "categories" in the custom post menu (on the left)? For example, i've changed the custom post type menuitem like this 'menu_name' => __( 'Custom name', 'custom' ),
Thanks in advance!