I am looking for an WordPress plugin which allows only the subscribers in feed burner to download an particular file. Could any one help me with it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Based on the answer of Virgin, what you basically have to do first, is make a Feed templates, which are located in the /wp-includes/feed-myposttype.php
Where myposttype is your custom post type name.
In order to change the default rss feed, you will modify the feed-myposttype.php template you made, and redefine the action ‘do_feed_rss2’, like this:
Another approach,is using this logic to evaluate if a post in the feed is part of a “special category”, and enable the download feature you mention only for that category.