Showing posts with label header. Show all posts
Showing posts with label header. 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);

Sunday, April 26, 2009

Customize Firefox print margins, header and footer



To customize the margin, header or footer of Firefox print, click on File > Page Setup. Then click on the "Margins & Header/Footer" tab.

Choose "--blank--" to remove any item. To add your own text, choose "Custom". A box will pop up waiting for the you to add your own text.

Click on OK when you are done.