TopBottom

Grab This Widget Popular

Do you like this Blog ?
Subscribe for my Blog to get updates:



Subscribe Via Email for Free:

TwitterCounter for @clwolvi

Hide Blogger Post From Archieve Categories and Feeds

Posted by PLaYeR at Thursday, October 29
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit


How To Hide Blogger Post From Archieve , Categories and Feeds.
Did You Ever Needed a Page Of Your Blog Doesn't Need To Be Displayed In Archieve, Feeds and Categories. But Still Wanted To be Available in Your Blog. So That You Can Link To That Post From Anywhere Of Your Blog Or Other Website ?? The only option is to create a static HTML page in a Blogger blog by using posts.

When creating the static pages, there are a few things that I would like to point out:

  1. The static pages should not appear in your RSS feeds to your subscribers. They will not be used as posts, so they shouldn’t be included.
  2. The date published shouldn’t be included.
  3. Comments for the page aren’t needed.

I will now show you how to accomplish the above points easily within Blogger. We will be creating a post that will act like a static page on your Blogger blog.

  1. Start a new post in Blogger.
  2. Enter the information that you would like displayed on the page in the Blogger editor.
  3. Once you have entered the content, click the Post Options link.
  4. Now we will satisfy two of the points above. Below Reader Comments select the Don’t allow option to disable the comments for the page.
  5. Below Post date and time, enter a date that occurs in the past. For my pages I use June 23, 2007 since that is the first day of Technically Easy. This should prevent the post from being sent to your subscribers as an update.
  6. When everything is ready to be published, click the Publish Post button.

Now we have a new post that has a past date and doesn’t allow comments. The next steps will prevent the post date from being displayed.

  1. Click the Layout tab to display your blog’s layout.
  2. Click the Edit HTML link to display the layout in HTML.
  3. Check the Expand Widget Templates checkbox to display the Blogger code for each widget.
  4. Search for the location where the post date is displayed. For blogs that use version 2, search for <data:post.dateHeader/>.
  5. Before that line include the following:
<b:if cond='data:post.allowComments'>

  • After the post date line include:

  • </b:if>

      This tells Blogger to only display the post date if comments are allowed for the post. Since we disabled comments, the post date won’t be displayed.

    Now load up the new page to see if it is displayed as you would like. You can now link to that page from anywhere on your blog, or another Web site.

    Stumble
    Delicious
    Technorati
    Twitter
    Facebook

    Share On Linkedin
    Share on Reddit
    Labels:

    1 comments:

    ysfirdaus said...

    thanks dud... it realy help me when i set contact form for my blog.

    Post a Comment