Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8623257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T07:14:25+00:00 2026-06-12T07:14:25+00:00

I am looking for an WordPress plugin which allows only the subscribers in feed

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T07:14:26+00:00Added an answer on June 12, 2026 at 7:14 am

    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:

    remove_all_actions( 'do_feed_rss2' );
    add_action( 'do_feed_rss2', 'acme_product_feed_rss2', 10, 1 );
    
    function acme_product_feed_rss2( $for_comments ) {
        $custom_type = 'myposttype'; //**your custom post type**
        $rss_template = get_template_directory() . '/feeds/feed-myposttype.php';
        if( get_query_var( 'post_type' ) == $custom_type and file_exists( $rss_template ) )
            load_template( $rss_template );
        else
            do_feed_rss2( $for_comments ); // Call default function
    }
    

    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.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking into wordpress plugin, and it has a form with input field like
I have got a blog in wordpress (www.ashwinm.com) which i am looking to migrate
I have developed a wordpress plugin which uses file_get_contents() to retrieve images from distant
I am currently in the process of making a WordPress Plugin which is going
I'm looking for a wordpress plugin that hides to start with the when I
I'm looking for a simple Wordpress plugin that loads up the thumbnails (from a
I just received my first approval for a Wordpress Plugin. I'm am looking for
I'm looking to use the ' Social ' plugin from MailChimp on a Wordpress
Code below is part of cart66 WordPress plugin's php file. When I list options
I have written a plugin for Wordpress which generates a jQuery.accordion list of content

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.