Add RSS feed link to custom category / post type
-
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:
https://www.example.com/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=4&post_type=custom_posttypeNow 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!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add RSS feed link to custom category / post type’ is closed to new replies.