Using wp_list_categories() to generate page of RSS feeds
-
G’day WordPress code monkeys, hope you can help or point me in the right direction ??
I’ve wanted to set up a way of allowing folk to subscribe to individual category feeds on my blog as list on a page. To achieve that, I used information from this WordPress page in the Codex in conjunction with the Exec-PHP plugin so the php code I used in the page would work.
The page has been published and is viewable here.
I would be grateful if anyone can tell me how I can display the category names without the hyperlinks to the categories themselves? The parameters on the codex page don’t seem to allow showing the categories without them being urls. The code I have used is:
<?php wp_list_categories('orderby=name&feed_image=https://tiptopmusic.com/pinkblog/wp-includes/images/rss.png&show_count=1'); ?>
Also the RSS icon on my page is annoyingly surrounded by a grey box that changes to red when the cursor hovers over. I realise this can be amended by CSS but I’m not sure where it’s being inherited from and would rather it didn’t display. Thanks.
- The topic ‘Using wp_list_categories() to generate page of RSS feeds’ is closed to new replies.