Quantcast
Channel: Creating an individual RSS feed for each site user - WordPress Development Stack Exchange
Browsing all 2 articles
Browse latest View live

Answer by fubeca for Creating an individual RSS feed for each site user

I was able to figure this out. Here's the code, explanation follows.$subscribers = get_users('role=subscriber');foreach ($subscribers as $subscriber) { $subscriber_id =...

View Article



Creating an individual RSS feed for each site user

I'm trying to create a unique RSS feed for each of my site's users. Here's the code I'm using in my functions.php to attempt this. I don't see any php errors when my pages load, but the feeds aren't...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images