Display category RSS
Version: 1.1
Revision: 15.1c
Display category RSS
Introduction: alright! I get your message and stop spamming my ‘mailbox’ with the same e-mail! Just stop it and read this small article. It should solve your problems with ‘WordPress RSS’.
Displays the name of category or categories that the post is filed under in valid RSS format.
Copy this ‘php source code’ and paste it into your sidebar.
<?php the_category_rss() ?>
Notes: I would recommend you to use “Cpanel” for this procedure.
It’s safer to work with the files, within the server, instead of downloading the files and uploading the files again. If you work outside the server, you might break the codes, if you modify the files outside the server. So, please be very careful!
————
If you want it to show ‘RSS’ categories in “rdf format”, you can use this method.
<?php the_category_rss('rdf') ?>
Copyrighted By Lair360


