lilypetals
Member
Posted 5 years ago #
I have a separate website (non-WP, just a regular .com site). I'd like to update that regular site with feeds from my blog. So I'd like to figure out how I can have RSS Feeds for every category so I can put content on appropriate pages of my other .com site. Right now I only have one RSS Feed which updates everything. But I want to break it down to category level.
Please help. Truly appreciate it! :) Thank you!
(This is the best support forum I've ever been on. I've learned so much.)
http://codex.wordpress.org/Customizing_Feeds
I don't think this specifically addresses category feeds but should show you how.
Ever category, by default, has its own feed.
This may help find 'em WordPress_Feeds
lilypetals
Member
Posted 5 years ago #
Thanks Handy.
I figured out my Category Feed:
http://www.niquehappy.com/blog/wp-rss2.php?cat=24
I used this site to generate a java code so I can integrate this feed onto my .com site:
http://www.rss-info.com/en_rssinclude-simple.html
But it didn't recognize the Feed URL. :(
Do you have a better suggestion? On how I can integrate (insert) my Category Feed onto my HTML website?
Thank you much!
Since you are using nice permalinks, for the feed url of any category just add "/feed" at the end, e.g.
yoursite/blog/category/this-category/feed
Yeah. In particular, the feed link for your "All Things Weird" category would be:
http://www.niquehappy.com/blog/category/all-things-weird/feed
lilypetals
Member
Posted 5 years ago #
Yes, that part I know.
I guess I meant.. HOW do I insert those permalinks or feed links on my static htm pages (examplepage.htm). That was really my question. I'm not html-friendly :)
---------------------
OHHHHH never mind! This perky permalink feed thing works for my little integration tool.
THANKS SO MUCH GUYS!!! I got it down now!!
WooHOO!!!! You guys ROCK!!!
:) :) :)