Removing the Generator Tag from WordPress

Before making changes to your theme, always make sure you backup your files. Within your themes directory is a file called functions.php. Simply add this line to that file between the php tags (ex: under the <?php tag ) remove_action(‘wp_head’, ‘wp_generator’); This will remove the “generator” tag from appearing in the meta head section of [...]
How to get your blog indexed in a flash.

So you have a brand new blog. How do you get your blog indexed quickly? One of the easiest steps to take is to submit it to some solid blog directories. One of the best lists is located at: http://www.toprankblog.com/rss-blog-directories/ I’ve found that getting listed on blogville (blogville.us) will get you indexed very quickly, as [...]

Share your thoughts!