Showing posts with label feed. Show all posts
Showing posts with label feed. Show all posts

Sunday, May 24, 2009

Disable automatic feed links in header for WordPress 2.8

WordPress 2.8 provides a new function, automatic_feed_links().

This function will enables the automatic output of feed links, including the comment feed in the header area of the document.

To disable this feature, paste this code in function.php file.
automatic_feed_links(false);

Saturday, May 3, 2008

Your Gmail Inbox Feed

Do you know that you can view your Gmail inbox using a feed.

Try it out:

https://mail.google.com/mail/feed/atom

You will be prompted for your Gmail account username and password.