Category Archives: Wordpress

Creating a Custom Post Type in WordPress 3.0

A really great new feature in WordPress is the ability to create custom post types. This allows you to write very little code, and create entire sections on your site using built in WordPress features and UI. Here is a … Continue reading

Posted in Code Snippets, Development, Life, PHP, Wordpress | Tagged , , | Leave a comment

Remove WordPress Version From Head Tag

Insert this into the functions.php page located in your theme file: remove_action ( ‘wp_head’, ‘wp_generator’ ) It will auto remove the tag that says: <meta name="generator" content="WordPress 3.0.1" />

Posted in Code Snippets, Development, HTML, PHP, Wordpress | Leave a comment

WordPress

The past week has been so crazy with work. We have so many projects going on at once and many deadlines around the same time of each other. The good thing about this is it has gotten me to learn … Continue reading

Posted in Wordpress | Leave a comment