• Resolved jpbanks

    (@jpbanks)


    Hi,

    I’d like to disable my blog’s feed, so that subscribers cannot see what I post this week. Is there any way to do that? I’m using Feedburner.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Go to your feedburner dashboard and click Edit Feed Details... and point Original Feed to any nonexistent URL from any domain.

    If you’re using a plugin that redirects your feeds to Feedburner (e.g., https://www.ads-software.com/extend/plugins/feedburner-plugin/ ), you’re done.

    Thread Starter jpbanks

    (@jpbanks)

    I tried that, but it doesn’t let me change it to a nonexistent URL. It tells me that the URL does not exist and it automatically changes back to the correct URL feed.

    Is there any other way to do it? Maybe a plugin or something?

    So the feed has to exist, is that a problem?

    Point it to an empty feed from some domain, as long as it exists

    or

    Download one of your XML feeds to your harddisk and empty it of <item>s using a text editor. Then upload it somewhere as something.xml and point FB there.

    or

    Upload this somewhere as something.xml and point FB there.

    <?xml version="1.0" encoding="UTF-8"?>
    <rss version="2.0" xmlns:content="https://purl.org/rss/1.0/modules/content/" xmlns:wfw="https://wellformedweb.org/CommentAPI/" xmlns:dc="https://purl.org/dc/elements/1.1/" xmlns:atom="https://www.w3.org/2005/Atom" >
      <channel>
        <title>Your Site Name</title>
        <link>https://www.yoursitedomain.com/</link>
        <pubDate>Sun, 30 Mar 2008 15:16:42 +0000</pubDate>
        <generator>https://www.ads-software.com/?v=2.3.3</generator>
        <language>en</language>
        <atom10:link xmlns:atom10="https://www.w3.org/2005/Atom" rel="self" href="https://www.yoursitedomain.com/" type="application/rss+xml" />
      </channel>
    </rss>

    I hope this helps.

    Thread Starter jpbanks

    (@jpbanks)

    Thanks!

    The third option worked perfectly!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘disable feed’ is closed to new replies.