<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>New2WP &#187; Antonio</title>
	<atom:link href="http://new2wp.com/author/afj176/feed/" rel="self" type="application/rss+xml" />
	<link>http://new2wp.com</link>
	<description>Wordpress Tips for Noobs, Rookies and Pros</description>
	<lastBuildDate>Mon, 29 Aug 2011 13:00:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-RC2</generator>
		<item>
		<title>New Textmate and Coda Starter Plugins For WordPress Developers</title>
		<link>http://new2wp.com/noob/textmate-coda-plugins-wordpress-development/</link>
		<comments>http://new2wp.com/noob/textmate-coda-plugins-wordpress-development/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 16:44:57 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Noob]]></category>
		<category><![CDATA[Rookie]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://new2wp.com/?p=2694</guid>
		<description><![CDATA[I am at WordCamp Las Vegas its opening session and <a href="http://twitter.com/brandondove" target="_blank">Brandon Dove</a> is discussing theme frameworks and child themes. It reminded me of a little project I started a while ago, to speed up my WordPress Development.]]></description>
			<content:encoded><![CDATA[<h2>Announcing Two New Plugins For WP Devs</h2>
<p>I created a plugin for Textmate and Coda to help speed up development for WordPress, and to make my life easier really. It makes adding commonly used WP snippets of code to a document I'm working on extremely easy. Currently this only exists for Textmate and Coda on Mac. Depending on the demand, there may be support for other applications in the future.</p>
<p>The Textmate WP Starter Plugin and The Coda WP Starter Plugin have two modes:</p>
<ul>
<li><strong>WP Quick:</strong> Which is a folder and file skeleton.</li>
<li><strong>WP Full:</strong> Which is a full theme structure markup and base styling.</li>
</ul>
<div align="center">
<h2><a title="Textmate WP_Starter" href="http://new2wp.com/labs/downloads/wp_starter.tmbundle.zip" target="_blank">DOWNLOAD TEXTMATE WP_STARTER</a></h2>
<p><a title="Textmate WP_Starter" href="http://new2wp.com/labs/downloads/wp_starter.tmbundle.zip" target="_blank"><img class="alignnone size-full wp-image-2696" title="Download Textmate Plugin" src="http://new2wp.com/wp-content/uploads/2010/10/TextmateIcon.png" alt="Download Textmate Plugin" width="128" height="128" /></a></p>
<h2><a href="http://new2wp.com/labs/downloads/wp_starter.codaplugin.zip">DOWNLOAD CODA WP_STARTER</a></h2>
<p><a title="Coda WP_Starter" href="http://new2wp.com/labs/downloads/wp_starter.codaplugin.zip" target="_blank"><img class="alignnone size-full wp-image-2695" title="coda" src="http://new2wp.com/wp-content/uploads/2010/10/coda.png" alt="Download Coda Plugin" title="Download Coda Plugin" width="128" height="127" /></a>
</div>
<p><strong>NOTE:</strong> These plugins are still in beta, i am sure there are errors. Let me know ( and BE NICE!) and i will fix them immediatly</p>
<div id="crp_related"><h3>Related Posts</h3><ul class="relatedposts"><li><a href="http://new2wp.com/noob/wordpress-plugin-new2wp-author-box-version-1-0/" rel="bookmark" class="crp_title">WordPress Plugin: New2WP Author Box Version 1.0</a></li><li><a href="http://new2wp.com/featured/363-photoshop-color-swatches-download/" rel="bookmark" class="crp_title">363 Vibrant Color Swatches For Photoshop Download Pack</a></li><li><a href="http://new2wp.com/noob/new2wp-sidebar-twitter-widget-plugin/" rel="bookmark" class="crp_title">New2WP Basic Sidebar Twitter Widget Plugin</a></li><li><a href="http://new2wp.com/roundups/5-great-wordpress-themes-feb-2010/" rel="bookmark" class="crp_title">5 Great WordPress Themes Of February 2010</a></li><li><a href="http://new2wp.com/pro/latest-custom-post-type-posts-sidebar-widget/" rel="bookmark" class="crp_title">New2WP Latest Posts For Custom Types Sidebar Widget WordPress Plugin</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://new2wp.com/noob/textmate-coda-plugins-wordpress-development/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WordPress Localhost Downloader Script</title>
		<link>http://new2wp.com/snippet/wordpress-localhost-downloader-script/</link>
		<comments>http://new2wp.com/snippet/wordpress-localhost-downloader-script/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 22:40:41 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
		
		<guid isPermaLink="false">http://new2wp.com/?post_type=snip&#038;p=1848</guid>
		<description><![CDATA[*Doesnt work in windows yet* Mac, Linux only
Really simple script you place it in a localhost directory open in your web browser and name the folder. It downloads the latest bleeding edge version of wordpress.]]></description>
			<content:encoded><![CDATA[<pre class="brush: php; title: ; notranslate">
&lt;?php $root    = getenv(&quot;DOCUMENT_ROOT&quot;) . &quot;/&quot; ;
	  $mamp    = &quot;http://localhost:8888/&quot;;
      $install = &quot;/wp-admin/setup-config.php?step=1&quot;;
if (isset($_POST['dirName'])){
	if($_POST['dirName'] == &quot;&quot; || $_POST['dirName'] == &quot; &quot; || $_POST['dirName'] == &quot;/&quot;){
		}
	else{
	$newDir  = $_POST['dirName']; $root .= $newDir; mkdir($root,0777); $output = array(); $checkout = &quot;svn co http://svn.automattic.com/wordpress/trunk/ $root&quot;;  exec($checkout);
	    }
	}
?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;
&lt;title&gt;Wp Pre Install Script&lt;/title&gt;
&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;style&gt;
body { background:#999999 url('http://afj176.com/shine.png') top center no-repeat; }
#header { height:200px; }
#header_l { width:50%; float:left; }
#header_r { width:50%; float:right; }
#header_r h1 {color:#FFF; float:left; font-size:40px; }
#header_r p { float:right; }
#container { margin:0px auto; width:960px; }
#content { background:#FFF url('http://afj176.com/bg.png')  top repeat-x;  border: 1px solid #666666; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#main {margin: 0px auto; width:430px; }
#logo { background: url('http://afj176.com/wplogo.png') no-repeat; width:186px; height:186px; float:left; }
.dirName input {background-color:#CCC; font-size:24px; float:left; height:37px; width:300px; border: 1px solid #666666; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.button { margin-left:20px; background:#09F; height:40px; width:85px; border: 1px solid #666666; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.button:hover { background:#06F; }
#footer .error { color:#FFF; background:#F00; width:55%; margin:0px auto; padding: 5px 0px 5px 35px; border: 1px solid #FFFFFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#footer .success { color:#FFF; background:#090; width:55%; margin:0px auto; padding: 5px 0px 5px 35px; border: 1px solid #FFFFFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#footer .follow { color:#FFF; background:#FFCC00; width:55%; margin:0px auto; padding: 5px 0px 5px 35px; border: 1px solid #FFFFFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#footer .follow a { color:#000; }
#footer .follow a:hover { color:#666; }
#loader{margin:20px auto;}
.hide { visibility:hidden; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id=&quot;container&quot;&gt;
    &lt;div id=&quot;header&quot;&gt;
        &lt;div id=&quot;header_l&quot;&gt;
            &lt;div id=&quot;logo&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div id=&quot;header_r&quot;&gt;
            &lt;h1&gt;Wp Pre Install Script&lt;/h1&gt;
            &lt;p&gt;Insert this file into your web directory of your Wamp, Mamp, or Lamp. Then Choose the folder name to be created and push the Start Button&lt;/p&gt;
        &lt;/div&gt;
        &lt;br clear=&quot;all&quot; /&gt;
    &lt;/div&gt;
    &lt;div id=&quot;content&quot;&gt;
        &lt;div id=&quot;main&quot;&gt;
            &lt;h3&gt;Name the folder you want to install wordpress in.&lt;/h3&gt;
            &lt;div id=&quot;loader&quot;&gt;
                &lt;img src=&quot;http://afj176.com/ajax-loader.gif&quot; /&gt;
            &lt;/div&gt;
            &lt;form id=&quot;form&quot; action=&quot;wp-pre-install.php&quot; method=&quot;post&quot;&gt;
                &lt;p&gt;
                    &lt;input type=&quot;text&quot; name=&quot;dirName&quot; id=&quot;dirName&quot; /&gt;
                &lt;p&gt;
                    &lt;input type=&quot;submit&quot; value=&quot;Start&quot; id=&quot;button&quot;/&gt;
                &lt;/p&gt;
                &lt;/p&gt;
            &lt;/form&gt;
            &lt;br clear=&quot;all&quot; /&gt;
        &lt;/div&gt;
        &lt;script type=&quot;text/javascript&quot;&gt;
  $('#button').click(function() {
  $('#form').fadeOut('slow', function() {
    // Animation complete.
  });
   $('#loader').removeClass('hide').fadeIn('slow', function() {
    // Animation complete.
  });
});
  &lt;/script&gt;
  &lt;br clear=&quot;all&quot; /&gt;
    &lt;/div&gt;
    &lt;br clear=&quot;all&quot; /&gt;
    &lt;div id=&quot;footer&quot;&gt;
&lt;?php if (isset($_POST['dirName'])){
		if($_POST['dirName'] == &quot;&quot; || $_POST['dirName'] == &quot; &quot; || $_POST['dirName'] == &quot;/&quot;){
			echo &quot;&lt;p class=\&quot;error\&quot;&gt; Error! Place a name for the folder, dont leave blank or attempt to use root \&quot;/\&quot;&lt;/p&gt;&quot;;
			}
		else{
			echo &quot;&lt;p class=\&quot;success\&quot;&gt;Success! You have downloaded the latest trunk of WordPress&lt;/p&gt;&quot;;
			$dirname = $_POST['dirName'];
			echo '&lt;br clear=&quot;both&quot; /&gt;&lt;p&gt;&lt;a href=&quot;' . $mamp . $dirname . $install . '&quot;/&gt; Follow! To you WordPress Install Script&lt;/a&gt;&lt;/p&gt;';
			}
	}
?&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<div id="crp_related"><h3>Related Posts</h3><ul class="relatedposts"><li><a href="http://new2wp.com/rookie/just-html5-making-a-basic-page-the-right-way/" rel="bookmark" class="crp_title">Just HTML5 &#8211; Making A Basic Page The Right Way</a></li><li><a href="http://new2wp.com/noob/new2tip-allow-visitors-to-search-by-category/" rel="bookmark" class="crp_title">New2Tip: Allow Visitors To Search By Category</a></li><li><a href="http://new2wp.com/noob/how-to-make-a-simple-image-sliding-animation-with-jquery/" rel="bookmark" class="crp_title">How To Make A Simple Image Sliding Animation With jQuery</a></li><li><a href="http://new2wp.com/rookie/create-social-bookmark-buttons/" rel="bookmark" class="crp_title">Create Your Own Social Bookmark Button Links</a></li><li><a href="http://new2wp.com/noob/how-to-make-css3-buttons/" rel="bookmark" class="crp_title">How To Make Two Tone CSS 3 Inset Buttons</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://new2wp.com/snippet/wordpress-localhost-downloader-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Textmate WordPress 3.0 Custom Post Types Snippet</title>
		<link>http://new2wp.com/snippet/textmate-wordpress3-custom-post-types-snippet/</link>
		<comments>http://new2wp.com/snippet/textmate-wordpress3-custom-post-types-snippet/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 22:28:44 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
		
		<guid isPermaLink="false">http://new2wp.com/?post_type=snip&#038;p=1846</guid>
		<description><![CDATA[*Textmate Only*
Snippet for wordpress 3.0 with  Placeholders. One custom post type, managed columns, 2 custom taxonomies that are categories, and 1 taxonomy as a tag]]></description>
			<content:encoded><![CDATA[<pre class="brush: php; title: ; notranslate">

&lt;?php

/*

 1st.
 Choose your post type name: ${1:posttype}
 2nd.
 Choose your 1st Custom Taxonomy (Category Name): ${2:taxcat1}
 3rd.
 Choose your 2nd Custom Taxonomy (Category Name): ${3:taxcat2}
 4th.
 Choose your 3rd Custom Taxonomy (Tag Name): ${4:taxtag}

*/

// ************************ REGISTER POST TYPE  ********************************* //

// The register_post_type() function is not to be used before the 'init'.
add_action( 'init', 'my_custom_init' );

/* Here's how to create your customized labels */
function my_custom_init() {
 \$labels = array(
 'name' =&gt; _x( '${1/./\u$0/}s', 'post type general name, usually plural' ), // Tip: _x('') is used for localization
 'singular_name' =&gt; _x( '${1/./\u$0/}', 'post type singular name' ),
 'add_new' =&gt; _x( 'Add New', '${1/./\L$0/}' ),
 'add_new_item' =&gt; __( 'Add New ${1/./\u$0/}' ),
 'edit_item' =&gt; __( 'Edit ${1/./\u$0/}' ),
 'new_item' =&gt; __( 'New ${1/./\u$0/}' ),
 'view_item' =&gt; __( 'View ${1/./\u$0/}' ),
 'search_items' =&gt; __( 'Search ${1/./\u$0/}s' ),
 'not_found' =&gt;  __( 'No ${1/./\u$0/}s Found' ),
 'not_found_in_trash' =&gt; __( 'No ${1/./\u$0/}s Found In Trash' ),
 'parent_item_colon' =&gt; ''
 );

 // Create an array for the $args
 \$args = array( 'labels' =&gt; \$labels, /* NOTICE: the $labels variable is used here... */
 'public' =&gt; true,
 'publicly_queryable' =&gt; true,
 'show_ui' =&gt; true,
 '_builtin' =&gt; false, // It's a custom post type, not built in!
 '_edit_link' =&gt; 'post.php?post=%d',
 'query_var' =&gt; true,
 'capability_type' =&gt; 'post',
 'hierarchical' =&gt; false,
 'menu_position' =&gt; null,
 'menu_position' =&gt; 2,
 'rewrite' =&gt; array(
 'slug' =&gt; '${1/./\L$0/}',
 'with_front' =&gt; FALSE,
 ),
 'supports' =&gt; array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments' )
 );

 register_post_type( '${1/./\L$0/}', \$args ); /* Register it and move on */
 flush_rewrite_rules(); /*Flush rewrites for custom post type permalinks*/
}

// ************************ POST TYPE TEMPLATE REDIRECTION ********************************* //

add_action(&quot;template_redirect&quot;, 'my_template_redirect');

// Template selection
function my_template_redirect()
{
 global \$wp;
 global \$wp_query;
 if (\$wp-&gt;query_vars[&quot;post_type&quot;] == &quot;${1/./\L$0/}&quot;)
 {
 // Let's look for the ${1/./\L$0/}s.php template file in the current theme
 if (have_posts())
 {
 include(TEMPLATEPATH . '/${1/./\L$0/}s.php');
 die();
 }
 else
 {
 \$wp_query-&gt;is_404 = true;
 }
 }
}

 /* ********************************CUSTOM ${1/./\U$0/} POST COLUMNS***************************************** */

function edit_columns(\$columns)
{
 \$columns = array(
 &quot;cb&quot; =&gt; &quot;&lt;input type=\&quot;checkbox\&quot; /&gt;&quot;,
 &quot;title&quot; =&gt; &quot;${1/./\u$0/} Title&quot;,
 &quot;${1/./\L$0/}_col_description&quot; =&gt; &quot;Description&quot;,
 &quot;${1/./\L$0/}_col_${2/./\L$0/}&quot; =&gt; &quot;${2/./\u$0/}&quot;,
 &quot;${1/./\L$0/}_col_${3/./\L$0/}&quot; =&gt; &quot;${3/./\u$0/}&quot;,
 &quot;${1/./\L$0/}_col_${4/./\L$0/}&quot; =&gt; &quot;${4/./\u$0/}&quot;,
 );

 return \$columns;
}

function custom_columns(\$column)
{
 global \$post;
 switch (\$column)
 {
 case &quot;${1/./\L$0/}_col_description&quot;:
 the_excerpt();
 break;
 case &quot;${1/./\L$0/}_col_${2/./\L$0/}&quot;:
 \$${2/./\L$0/}s = get_the_terms(0, &quot;${2/./\L$0/}&quot;);
 \$${1/./\L$0/}_html = array();
 if(!\$${2/./\L$0/}s){}else{
 foreach (\$${2/./\L$0/}s as \$${2/./\L$0/})
 array_push(\$${1/./\L$0/}_html, '&lt;a href=&quot;' . get_term_link(\$${2/./\L$0/}-&gt;slug, &quot;${2/./\L$0/}&quot;) . '&quot;&gt;' . \$${2/./\L$0/}-&gt;name . '&lt;/a&gt;');
 }

 echo implode(\$${1/./\L$0/}_html, &quot;, &quot;);
 break;
 case &quot;${1/./\L$0/}_col_${3/./\L$0/}&quot;:
 \$${3/./\L$0/}s = get_the_terms(0, &quot;${3/./\L$0/}&quot;);
 \$${1/./\L$0/}_html = array();
 if(!\$${3/./\L$0/}s){}else{
 foreach (\$${3/./\L$0/}s as \$${3/./\L$0/})
 array_push(\$${1/./\L$0/}_html, '&lt;a href=&quot;' . get_term_link(\$${3/./\L$0/}-&gt;slug, &quot;${3/./\L$0/}&quot;) . '&quot;&gt;' . \$${3/./\L$0/}-&gt;name . '&lt;/a&gt;');
 }

 echo implode(\$${1/./\L$0/}_html, &quot;, &quot;);
 break;
 case &quot;${1/./\L$0/}_col_${4/./\L$0/}&quot;:
 \$${4/./\L$0/}s = get_the_terms(0, &quot;${4/./\L$0/}&quot;);
 \$${1/./\L$0/}_html = array();
 if(!\$${4/./\L$0/}s){}else{
 foreach (\$${4/./\L$0/}s as \$${4/./\L$0/})
 array_push(\$${1/./\L$0/}_html, '&lt;a href=&quot;' . get_term_link(\$${4/./\L$0/}-&gt;slug, &quot;${4/./\L$0/}&quot;) . '&quot;&gt;' . \$${4/./\L$0/}-&gt;name . '&lt;/a&gt;');
 }

 echo implode(\$${1/./\L$0/}_html, &quot;, &quot;);
 break;
 }
}
add_filter(&quot;manage_edit-${1/./\L$0/}_columns&quot;, 'edit_columns');
add_action(&quot;manage_posts_custom_column&quot;, 'custom_columns');

/* ************************************** CUSTOM TAXONOMY PARTY ****************************************** */

 // hook into the init action and call create_job_taxonomies() when it fires
 add_action( 'init', 'create_${1/./\L$0/}_taxonomies', 0 );

 // create three taxonomies, job-category industrys and position-types for the post type &quot;job&quot;
 function create_${1/./\L$0/}_taxonomies() {

 // Add new taxonomy, make it hierarchical (like categories)
 \$labels = array(
 'name' =&gt; _x( '${2/./\u$0/}s', 'taxonomy general name' ),
 'singular_name' =&gt; _x( '${2/./\u$0/}', 'taxonomy singular name' ),
 'search_items' =&gt;  __( 'Search ${2/./\u$0/}s' ),
 'all_items' =&gt; __( 'All ${2/./\u$0/}s' ),
 'parent_item' =&gt; __( 'Parent ${2/./\u$0/}' ),
 'parent_item_colon' =&gt; __( 'Parent ${2/./\u$0/}:' ),
 'edit_item' =&gt; __( 'Edit ${2/./\u$0/}' ),
 'update_item' =&gt; __( 'Update ${2/./\u$0/}' ),
 'add_new_item' =&gt; __( 'Add New ${2/./\u$0/}' ),
 'new_item_name' =&gt; __( 'New ${2/./\u$0/} Name' ),
 );

 register_taxonomy( '${2/./\L$0/}', array( '${1/./\L$0/}' ), array(
 'hierarchical' =&gt; true,
 'labels' =&gt; \$labels, /* NOTICE: Here is where the \$labels variable is used */
 'show_ui' =&gt; true,
 'query_var' =&gt; true,
 'rewrite' =&gt; array( 'slug' =&gt; '${2/./\L$0/}' ),
 ));

 // Add new taxonomy, hierarchical (like categories)
 \$labels = array(
 'name' =&gt; _x( '${3/./\u$0/}s', 'taxonomy general name' ),
 'singular_name' =&gt; _x( '${3/./\u$0/}', 'taxonomy singular name' ),
 'search_items' =&gt;  __( 'Search ${3/./\u$0/}s' ),
 'popular_items' =&gt; __( 'Popular ${3/./\u$0/}s' ),
 'all_items' =&gt; __( 'All ${3/./\u$0/}s' ),
 'parent_item' =&gt; __( 'Parent ${3/./\u$0/}' ),
 'parent_item_colon' =&gt; __( 'Parent ${3/./\u$0/}:' ),
 'edit_item' =&gt; __( 'Edit ${3/./\u$0/}' ),
 'update_item' =&gt; __( 'Update ${3/./\u$0/}' ),
 'add_new_item' =&gt; __( 'Add New ${3/./\u$0/}' ),
 'new_item_name' =&gt; __( 'New ${3/./\u$0/} Name' )
 );
 register_taxonomy( '${3/./\L$0/}', '${1/./\L$0/}', array(
 'hierarchical' =&gt; true,
 'labels' =&gt; \$labels, /* NOTICE: the \$labels variable here */
 'show_ui' =&gt; true,
 'query_var' =&gt; true,
 'rewrite' =&gt; array( 'slug' =&gt; '${3/./\L$0/}' ),
 ));

 // Add new taxonomy, NOT hierarchical (like tags)
 \$labels = array(
 'name' =&gt; _x( '${4/./\u$0/}s', 'taxonomy general name' ),
 'singular_name' =&gt; _x( '${4/./\u$0/}', 'taxonomy singular name' ),
 'search_items' =&gt;  __( 'Search ${4/./\u$0/}s' ),
 'popular_items' =&gt; __( 'Popular ${4/./\u$0/}s' ),
 'all_items' =&gt; __( 'All ${4/./\u$0/}s' ),
 'parent_item' =&gt; null,
 'parent_item_colon' =&gt; null,
 'edit_item' =&gt; __( 'Edit ${4/./\u$0/}' ),
 'update_item' =&gt; __( 'Update ${4/./\u$0/}' ),
 'add_new_item' =&gt; __( 'Add New ${4/./\u$0/}' ),
 'new_item_name' =&gt; __( 'New ${4/./\u$0/} Name' ),
 'separate_items_with_commas' =&gt; __( 'Separate ${4/./\L$0/}s with commas' ),
 'add_or_remove_items' =&gt; __( 'Add or remove ${4/./\L$0/}s' ),
 'choose_from_most_used' =&gt; __( 'Choose from the most used ${4/./\L$0/}s' )
 );
 register_taxonomy( '${4/./\L$0/}', '${1/./\L$0/}', array(
 'hierarchical' =&gt; false,
 'labels' =&gt; \$labels, //NOTICE: the \$labels variable here
 'show_ui' =&gt; true,
 'query_var' =&gt; true,
 'rewrite' =&gt; array( 'slug' =&gt; '${4/./\L$0/}' ),
 ));

 }

 ?&gt;
</pre>
<div id="crp_related"><h3>Related Posts</h3><ul class="relatedposts"><li><a href="http://new2wp.com/noob/new2tip-allow-visitors-to-search-by-category/" rel="bookmark" class="crp_title">New2Tip: Allow Visitors To Search By Category</a></li><li><a href="http://new2wp.com/pro/wp3-register-labels-update/" rel="bookmark" class="crp_title">Important Update: Register Taxonomies And Post Types With Labels</a></li><li><a href="http://new2wp.com/pro/wordpress-custom-post-types-object-oriented-series2/" rel="bookmark" class="crp_title">OOPost Types: Methods Part 2 &#8211; Object Oriented WordPress 3.0 App</a></li><li><a href="http://new2wp.com/rookie/create-social-bookmark-buttons/" rel="bookmark" class="crp_title">Create Your Own Social Bookmark Button Links</a></li><li><a href="http://new2wp.com/pro/wordpress-custom-post-types-and-taxonomies-done-right/" rel="bookmark" class="crp_title">WordPress Custom Post Types And Taxonomies The Right Way</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://new2wp.com/snippet/textmate-wordpress3-custom-post-types-snippet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Now Officially Available For Download</title>
		<link>http://new2wp.com/news/wordpress-3-0-available-download/</link>
		<comments>http://new2wp.com/news/wordpress-3-0-available-download/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 17:18:47 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wp3.0]]></category>

		<guid isPermaLink="false">http://new2wp.com/?p=1568</guid>
		<description><![CDATA[The long anticipated release of WordPress 3.0 is finally here. You can now download and use all of the great new features that this release comes packaged with. Learn more about WordPress 3.0 here.]]></description>
			<content:encoded><![CDATA[<h2>It's Finally Here!</h2>
<p>This is really exciting, finally it's here. I won't bore you to death by talking about it. Just watch the video to learn everything the new version can do.</p>
<p><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" type="application/x-shockwave-flash" width="560" height="400" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=BQtfIEY1&amp;width=560&amp;height=400&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" title="Introducing WordPress 3.0 &quot;Thelonious&quot;"></embed></p>
<h2><a href="http://wordpress.org/">Click Here To Download WordPress 3.0 Now!</a></h2>
<p>New2WP is now running this new fully released version of WordPress 3.0 by the way :)</p>
<div id="crp_related"><h3>Related Posts</h3><ul class="relatedposts"><li><a href="http://new2wp.com/rookie/interview-with-matt-mullenweg-about-wordpress-3-0-and-more/" rel="bookmark" class="crp_title">Interview With Matt Mullenweg About WordPress 3.0 And More</a></li><li><a href="http://new2wp.com/rookie/learn-to-make-pain-free-short-codes-with-wordpress/" rel="bookmark" class="crp_title">Learn To Make Pain Free Short Codes With WordPress</a></li><li><a href="http://new2wp.com/noob/best-wordpress-hosting-service/" rel="bookmark" class="crp_title">Reliable WordPress Hosting You Never Knew You Wanted</a></li><li><a href="http://new2wp.com/noob/video-using-jquery-in-wordpress-presented-by-jim-doran/" rel="bookmark" class="crp_title">[Video] Using jQuery In WordPress Presented By Jim Doran</a></li><li><a href="http://new2wp.com/news/using-wordpress30-yet/" rel="bookmark" class="crp_title">Poll: Have You Started Using WordPress 3.0 Yet?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://new2wp.com/news/wordpress-3-0-available-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 12 Most Commonly Posted Topic Types In WordPress Articles</title>
		<link>http://new2wp.com/featured/12-most-common-wordpress-posts/</link>
		<comments>http://new2wp.com/featured/12-most-common-wordpress-posts/#comments</comments>
		<pubDate>Thu, 13 May 2010 13:00:50 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[RoundUps]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Posts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://new2wp.com/?p=298</guid>
		<description><![CDATA[I am always Googling different ways of doing things in Wordpress, from option pages or just a new way of making a loop. I have found hundreds of repeat articles and I have decided to do a round-up of Wordpress round-ups sort of.]]></description>
			<content:encoded><![CDATA[<p>These are really just some of my bookmarks that I use on a regular basis. I'm sure they will be useful for you too.</p>
<p>Each of the topics below are the most common types of blog posts I've seen a lot of lately. Clicking on the titles expands the category so you can view the round up of example blog posts I've collected from around the web.</p>
<h2 class="trigger"><a href="#">WordPress 3.0 Post Types</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="Justin Tadlock" href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fjustintadlock.com%2F?w=250" alt="" width="250" height="188" /><br />Justin Tadlock</a>
	</div>
<div class="t_block"><a title="Kovshenin" href="http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fkovshenin.com%2F?w=250" alt="" width="250" height="188" /><br />Kovshenin</a>
	</div>
<div class="t_block"><a title="WP Beginner" href="http://www.wpbeginner.com/wp-tutorials/how-to-use-custom-post-types/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwpbeginner.com%2F?w=250" alt="" width="250" height="188" /><br />WP Beginner</a>
	</div>
<div class="t_block"><a title="WPMU" href="http://wpmu.org/explore-the-power-of-custom-post-types-to-maximize-wordpress-as-a-cms/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwpmu.org%2F?w=250" alt="" width="250" height="188" /><br />WPMU.org</a>
	</div>
<div class="t_block"><a title="ilovecolors" href="http://www.ilovecolors.com.ar/creating-custom-post-types-wordpress/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Filovecolors.com%2F?w=250" alt="" width="250" height="188" /><br />ilovecolors</a>
	</div>
<div class="t_block"><a title="WP Engineer" href="http://wpengineer.com/impressions-of-custom-post-type/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwpengineer.com%2F?w=250" alt="" width="250" height="188" /><br />WP Engineer</a>
	</div>
</div>
<h2 class="trigger"><a href="#">Post Thumbnail Images</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="Wp Garage" href="http://wpgarage.com/code-snippets/giving-each-wordpress-post-a-thumbnail-and-display-the-thumbnail-on-the-home-page/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwpgarage.com%2F?w=250" alt="" width="250" height="188" /><br />WPGarage</a>
	</div>
<div class="t_block"><a title="Matt Brett" href="http://mattbrett.com/2010/01/bulletproof-post-thumbnails-in-wordpress-2-9/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fmattbrett.com%2F?w=250" alt="" width="250" height="188" /><br />Matt Brett</a>
	</div>
<div class="t_block"><a title="Tutorial 9" href="http://www.tutorial9.net/web-tutorials/add-thumbnails-to-wordpress-with-custom-fields/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Ftutorial9.net%2F?w=250" alt="" width="250" height="188" /><br />Tutorial9</a>
	</div>
<div class="t_block"><a title="Woorkup" href="http://woorkup.com/2010/02/15/enhance-your-wordpress-post-thumbnails-in-5-minutes-using-css/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwoorkup.com%2F?w=250" alt="" width="250" height="188" /><br />Woorkup</a>
	</div>
<div class="t_block"><a title="Simple Post Thumbnail" href="http://wordpress.org/extend/plugins/simple-post-thumbnails/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwordpress.org%2F?w=250" alt="" width="250" height="188" /><br />Plugin: Simple Post Thumbnail</a>
	</div>
<div class="t_block"><a title="Wp Post Thumbnail" href="http://wordpress.org/extend/plugins/wp-post-thumbnail/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwordpress.org%2F?w=250" alt="" width="250" height="188" /><br />Plugin: WP Post Thumbnail</a>
	</div>
</div>
<h2 class="trigger"><a href="#">Create A Custom Loop</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="Smashing wp loops" href="http://www.smashingmagazine.com/2009/06/10/10-useful-wordpress-loop-hacks/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fsmashingmagazine.com%2F?w=250" alt="" width="250" height="188" /><br />Smashing Magazine</a>
	</div>
<div class="t_block"><a title="Using WP_QUERY" href="http://aboutblog.net/wordpress/wordpress-loop-using-wp_query/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Faboutblog.net%2F?w=250" alt="" width="250" height="188" /><br />About Blog</a>
	</div>
<div class="t_block"><a title="Cats who code" href="http://www.catswhocode.com/blog/multiple-wordpress-loops" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fcatswhocode.com%2F?w=250" alt="" width="250" height="188" /><br />Cats Who Code</a>
	</div>
<div class="t_block"><a title="Define your own loops" href="http://www.ajaxtime.com/define-your-own-wordpress-loop-using-wp_query.html" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fajaxtime.com%2F?w=250" alt="" width="250" height="188" /><br />AJAX Time</a>
	</div>
<div class="t_block"><a title="Wordpress custom loops" href="http://www.kristarella.com/2010/02/wordpress-custom-loops/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fkristarella.com%2F?w=250" alt="" width="250" height="188" /><br />Kristella</a>
	</div>
<div class="t_block"><a title="Weblog Tools Collection" href="http://weblogtoolscollection.com/archives/2008/04/13/define-your-own-wordpress-loop-using-wp_query/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fweblogtoolscollection.com%2F?w=250" alt="" width="250" height="188" /><br />Weblog Tools</a>
	</div>
</div>
<h2 class="trigger"><a href="#">Theme Roundups</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="Free Theme Roundup" href="http://www.toxel.com/design/2008/10/10/high-quality-free-wordpress-themes-roundup/<br />
" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Ftoxel.com%2F?w=250" alt="" width="250" height="188" /><br />Toxel</a>
	</div>
<div class="t_block"><a title="60 great wordpress themes" href="http://www.area1.info/resources/60-great-wordpress-themes/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Farea1.info%2F?w=250" alt="" width="250" height="188" /><br />Area 1</a>
	</div>
<div class="t_block"><a title="135 Ultimate theme roundup" href="http://www.instantshift.com/2009/04/05/135-ultimate-round-up-of-wordpress-tutorials/<br />
" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Finstantshift.com%2F?w=250" alt="" width="250" height="188" />Instant Shift</a>
	</div>
<div class="t_block"><a title="25 Bright Themes" href="http://www.inspiredm.com/2009/10/14/25-bright-wordpress-themes-using-popping-colors/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Finspiredm.com%2F?w=250" alt="" width="250" height="188" /><br />Inspired Mag</a>
	</div>
<div class="t_block"><a title="Ducky Design" href="http://duckydesign.com/?p=119<br />
" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fduckydesign.com%2F?w=250" alt="" width="250" height="188" />Ducky Design</a>
	</div>
<div class="t_block"><a title="Best Theme Providers" href="http://www.wp-mojo.com/a-round-up-of-the-best-wordppress-themes-providers/<br />
" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwp-mojo.com%2F?w=250" alt="" width="250" height="188" /><br />WP-Mojo</a>
	</div>
</div>
<h2 class="trigger"><a href="#">Custom Meta Key Fields Hack</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="How to use WP Custom Fields" href="http://www.kriesi.at/archives/how-to-use-wordpress-custom-fields" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fkriesi.at%2F?w=250" alt="" width="250" height="188" />Kriesi</a>
	</div>
<div class="t_block"><a title="10 Custom Field Hacks" href="http://www.smashingmagazine.com/2009/05/13/10-custom-fields-hacks-for-wordpress/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fsmashingmagazine.com%2F?w=250" alt="" width="250" height="188" />Smashing Magazine</a>
	</div>
<div class="t_block"><a title="How to use custom fields" href="http://forthelose.org/how-to-use-custom-fields-in-wordpress" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fforthelose.org%2F?w=250" alt="" width="250" height="188" />For The Lose</a>
	</div>
<div class="t_block"><a title="Using Custom Fields Part 1" href="http://www.wpdesigner.com/2007/06/24/using-custom-fields-part-one-the-basics/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwpdesigner.com%2F?w=250" alt="" width="250" height="188" />WP Designer</a>
	</div>
<div class="t_block"><a title="Wordpress Custom Fields" href="http://www.bloggingtips.com/2008/11/02/wordpress-custom-fields/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fbloggingtips.com%2F?w=250" alt="" width="250" height="188" />Blogging Tips</a>
	</div>
<div class="t_block"><a title="How to get custom fields outside the loop" href="http://www.wprecipes.com/wordpress-how-to-get-custom-fields-outside-the-loop/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwprecipes.com%2F?w=250" alt="" width="250" height="188" />WP Recipes</a>
	</div>
</div>
<h2 class="trigger"><a href="#">WordPress Hacks</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="10 Killer WordPress Hacks" href="http://www.smashingmagazine.com/2009/01/07/10-killer-wordpress-hacks/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fsmashingmagazine.com%2F?w=250" alt="" width="250" height="188" />Smashing Magazine</a>
	</div>
<div class="t_block"><a title="40 Most Wanted WordPress Tricks and Tips" href="http://www.hongkiat.com/blog/40-most-wanted-wordpress-tricks-and-hacks/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fhongkiat.com%2F?w=250" alt="" width="250" height="188" />HONGKIAT</a>
	</div>
<div class="t_block"><a title="Wordpress Theme Hacks" href="http://www.webdesignerwall.com/tutorials/wordpress-theme-hacks/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwebdesignerwall.com%2F?w=250" alt="" width="250" height="188" />Web Designer Wall</a>
	</div>
<div class="t_block"><a title="Wordpress Hacks" href="http://www.bloggingpro.com/archives/category/wordpress-hacks/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fbloggingpro.com%2F?w=250" alt="" width="250" height="188" />Blogging Pro</a>
	</div>
<div class="t_block"><a title="22 Mixed Quality WordPress Hacks" href="http://www.instantshift.com/2009/06/15/22-mixed-quality-wordpress-hacks/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Finstantshift.com%2F?w=250" alt="" width="250" height="188" />Instant Shift</a>
	</div>
<div class="t_block"><a title="7 Essential WordPress Hacks" href="http://www.tubetorial.com/7-essential-wordpress-hacks/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Ftubetorial.com%2F?w=250" alt="" width="250" height="188" />Tubetorial</a>
	</div>
</div>
<h2 class="trigger"><a href="#">Security</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="Wordpress Security Tips and Hacks" href="http://www.noupe.com/how-tos/wordpress-security-tips-and-hacks.html" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fnoupe.com%2F?w=250" alt="" width="250" height="188" />NOUPE</a>
	</div>
<div class="t_block"><a title="11 Best ways to improve wordpress security" href="http://www.problogdesign.com/wordpress/11-best-ways-to-improve-wordpress-security/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fproblogdesign.com%2F?w=250" alt="" width="250" height="188" />Pro Blog Design</a>
	</div>
<div class="t_block"><a title="Wordpress Security Whitepaper" href="http://blogsecurity.net/wordpress/wordpress-security-whitepaper/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fblogsecurity.net%2F?w=250" alt="" width="250" height="188" />Blog Security</a>
	</div>
<div class="t_block"><a title="20 Powerful WordPress Security Plugins" href="http://speckyboy.com/2009/09/22/20-powerful-wordpress-security-plugins-and-some-tips-and-tricks/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fspeckyboy.com%2F?w=250" alt="" width="250" height="188" />SpeckyBoy</a>
	</div>
<div class="t_block"><a title="Maximum WordPress Security" href="http://weblogtoolscollection.com/archives/2009/01/03/maximum-wordpress-security/" target="_blank"><br />
			<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fweblogtoolscollection.com%2F?w=250" alt="" width="250" height="188" />Weblog Tools</a>
	</div>
<div class="t_block"><a title="5 WordPress Security Tips" href="http://www.wptavern.com/top-5-wordpress-security-tips-you-most-likely-dont-follow/" target="_blank"><br />
			<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwptavern.com%2F?w=250" alt="" width="250" height="188" />WP Tavern</a>
	</div>
</div>
<h2 class="trigger"><a href="#">WordPress SEO</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="Wordpress SEO Tips" href="http://www.thisismyurl.com/wordpress/wordpress-seo-tips-the-title-tag/" target="_blank"><br />
			<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fthisismyurl.com%2F?w=250" alt="" width="250" height="188" />ThisIsMyUrl</a>
	</div>
<div class="t_block"><a title="Wordpress SEO Secrets" href="http://www.chrisg.com/wordpress-seo-secrets/" target="_blank"><br />
			<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fchrisg.com%2F?w=250" alt="" width="250" height="188" />Chris G</a>
	</div>
<div class="t_block"><a title="45 Top SEO WordPress PLugins" href="http://karachicorner.wordpress.com/2010/03/04/45-top-seo-wordpress-plguins-%E2%80%93-wordpress-seo/" target="_blank"><br />
			<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fkarachicorner.wordpress.com%2F?w=250" alt="" width="250" height="188" />Karachicorner</a>
	</div>
<div class="t_block"><a title="SEO Tools Roundup" href="http://yoast.com/seo-tools-roundup/" target="_blank"><br />
			<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fyoast.com%2F?w=250" alt="" width="250" height="188" />YOAST</a>
	</div>
<div class="t_block"><a title="45 Top Seo WordPress Plugins" href="http://designrfix.com/news/45-top-seo-wordpress-plguins-%E2%80%93-wordpress-seo/" target="_blank"><br />
			<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fdesignrfix.com%2F?w=250" alt="" width="250" height="188" />Designr Fix</a>
	</div>
<div class="t_block"><a title="Ultimate Guide to WordPress SEO" href="http://www.nathanrice.net/blog/ultimate-guide-to-wordpress-seo-optimized-heading-tags/" target="_blank"><br />
			<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fathanrice.net%2F?w=250" alt="" width="250" height="188" />Nathan Rice</a>
	</div>
</div>
<h2 class="trigger"><a href="#">Creating Plugins</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="Creating a custom wordpress plugin from scratch" href="http://net.tutsplus.com/tutorials/wordpress/creating-a-custom-wordpress-plugin-from-scratch/ " target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fnet.tutsplus.com%2F?w=250" alt="" width="250" height="188" />Nettuts Plus</a>
	</div>
<div class="t_block"><a title="How to create wordpress plugin from scratch" href="http://ditio.net/2007/08/09/how-to-create-wordpress-plugin-from-a-scratch/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fditio.net%2F?w=250" alt="" width="250" height="188" />Ditio</a>
	</div>
<div class="t_block"><a title="Wp Tutorial" href="http://markjaquith.wordpress.com/2006/03/04/wp-tutorial-your-first-wp-plugin/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fmarkjaquith.wordpress.com%2F?w=250" alt="" width="250" height="188" />Mark Jaquith</a>
	</div>
<div class="t_block"><a title="How to make a WordPress Plugin" href="http://weblogtoolsvideos.com/video/How-to-make-a-wordpress-plugin/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fweblogtoolsvideos.com%2F?w=250" alt="" width="250" height="188" />Weblog Tools Video</a>
	</div>
<div class="t_block"><a title="Create a custom wordpress plugin" href="http://www.bloggingpro.com/archives/2009/01/23/create-a-custom-wordpress-plugin/ " target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fbloggingpro.com%2F?w=250" alt="" width="250" height="188" />Blogging Pro</a>
	</div>
<div class="t_block"><a title="20 Tutorials to develop wordpress plugins" href="http://pelfusion.com/know-how/20-tutorials-to-develop-wordpress-plugin/ " target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fpelfusion.com%2F?w=250" alt="" width="250" height="188" />Pelfusion</a>
	</div>
</div>
<h2 class="trigger"><a href="#">Creating Themes</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="Wordpress Theme Templates Tutorial" href="http://themeshaper.com/wordpress-themes-templates-tutorial/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fthemeshaper.com%2F?w=250" alt="" width="250" height="188" />ThemeShaper</a>
   	</div>
<div class="t_block"><a title="So you want to create wordpress themes huh!" href="http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwpdesigner.com%2F?w=250" alt="" width="250" height="188" />WP Designer</a>
 </div>
<div class="t_block"><a title="How I learned to build wordpress themes" href="http://designreviver.com/inspiration/how-i-learned-to-build-wordpress-themes/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fdesignreviver.com%2F?w=250" alt="" width="250" height="188" />Design Reviver</a>
</div>
<div class="t_block"><a title="How to create a wordpress theme from scratch" href="http://net.tutsplus.com/tutorials/wordpress/how-to-create-a-wordpress-theme-from-scratch/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fnet.tutsplus.com%2F?w=250" alt="" width="250" height="188" />Nettuts Plus</a>
   	</div>
<div class="t_block"><a title="How to create  a wordpress theme from scratch" href="http://themetation.com/2008/07/14/how-to-create-wordpress-themes-from-scratch-part-1/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fthemetation.com%2F?w=250" alt="" width="250" height="188" />Themetation</a>
  	</div>
<div class="t_block"><a title="Creating wordpress theme with Dreamweaver" href="http://www.adobe.com/devnet/dreamweaver/articles/creating_wordpress_theme_with_dreamweaver_pt1.html/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fadobe.com%2F?w=250" alt="" width="250" height="188" />Adobe Developer Connection</a>
   	</div>
</div>
<h2 class="trigger"><a href="#">Creating Theme Options</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="Wordpress tutorial add an options page to theme" href=" http://www.vitali-software.com/web-design/wordpress-tutorial-add-an-options-page-to-your-wp-theme/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fvitali-software.com%2F?w=250" alt="" width="250" height="188" />Vitali-Software</a>
  	</div>
<div class="t_block"><a title="Creating an advanced options page in wordpress" href=" http://wpscoop.com/Wordpress-Tutorials/Create-An-Advanced-Options-Page-in-WordPress/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwpscoop.com%2F?w=250" alt="" width="250" height="188" /><br />WP Scoop</a>
  	</div>
<div class="t_block"><a title="The state of wordpress theme options page" href="http://www.problogdesign.com/wordpress/the-state-of-wordpress-theme-options-pages/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fproblogdesign.com%2F?w=250" alt="" width="250" height="188" />Pro Blog Design</a>
   	</div>
<div class="t_block"><a title="Wordpress theme options page" href="http://blogsessive.com/blogging-tools/wordpress-themes-options-pages/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fblogsessive.com%2F?w=250" alt="" width="250" height="188" />Blogsessive</a>
   	</div>
<div class="t_block"><a title="8 Fantastic wordpress theme options page tutorials" href="http://www.cssreflex.com/2010/02/8-fantastic-wordpress-theme-options-page-tutorials.html/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fcssreflex.com%2F?w=250" alt="" width="250" height="188" />CSS Reflex</a>
   	</div>
<div class="t_block"><a title="How to create a theme options page for your wordpress theme" href="http://forthelose.org/how-to-create-a-theme-options-page-for-your-wordpress-theme/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fforthelose.org%2F?w=250" alt="" width="250" height="188" />For The Lose</a>
   	</div>
</div>
<h2 class="trigger"><a href="#">Creating Widgets</a></h2>
<div class="toggle_container">
<div class="t_block"><a title="The complete guide to WordPress widgets" href="http://justintadlock.com/archives/2009/05/26/the-complete-guide-to-creating-widgets-in-wordpress-28/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fjustintadlock.com%2F?w=250" alt="" width="250" height="188" />Justin Tadlock</a>
   	</div>
<div class="t_block"><a title="Create wordpress widgets" href="http://www.lonewolfdesigns.co.uk/create-wordpress-widgets/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Flonewolfdesigns.co.uk%2F?w=250" alt="" width="250" height="188" />Lone Wolf Designs</a>
   	</div>
<div class="t_block"><a title="Create wordpress widgets " href="http://valums.com/create-wordpress-widget/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fvalums.com%2F?w=250" alt="" width="250" height="188" />Valums</a>
   	</div>
<div class="t_block"><a title="How to create a WordPress widget" href="http://www.emanueleferonato.com/2008/02/15/how-to-create-a-wordpress-widget/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Femanueleferonato.com%2F?w=250" alt="" width="250" height="188" />Emanuel Eferonato</a>
   	</div>
<div class="t_block"><a title="Wordpress Widgets" href="http://xavisys.com/wordpress-widget/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fxavisys.com%2F?w=250" alt="" width="250" height="188" />Xavisys</a>
   	</div>
<div class="t_block"><a title="Wordpress build a widget" href="http://wpengineer.com/wordpress-built-a-widget/" target="_blank"><br />
		<img class="alignleft" src="http://s.wordpress.com/mshots/v1/http%3A%2F%2Fwpengineer.com%2F?w=250" alt="" width="250" height="188" />WP Engineer</a>
   	</div>
</div>
<p>Of course, there are many other posts from various sites which are not listed here, that would fit into one or more of these topics.</p>
<h3>What are some you have seen?</h3>
<p>I'm sure you could add to this list, and maybe add more post topics to the 11 listed above. Share any other blog posts from sites that fall into any one of these or other topics that you've commonly seen posted multiple places. Post a comment below.</p>
<div id="crp_related"><h3>Related Posts</h3><ul class="relatedposts"><li><a href="http://new2wp.com/featured/5-valuable-sites-to-submitshowcasevote-wordpress-only-sites/" rel="bookmark" class="crp_title">5 Valuable Sites To Submit Showcase And Vote Only WordPress Sites</a></li><li><a href="http://new2wp.com/roundups/5-great-wordpress-themes-feb-2010/" rel="bookmark" class="crp_title">5 Great WordPress Themes Of February 2010</a></li><li><a href="http://new2wp.com/noob/best-wordpress-hosting-service/" rel="bookmark" class="crp_title">Reliable WordPress Hosting You Never Knew You Wanted</a></li><li><a href="http://new2wp.com/noob/textmate-coda-plugins-wordpress-development/" rel="bookmark" class="crp_title">New Textmate and Coda Starter Plugins For WordPress Developers</a></li><li><a href="http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/" rel="bookmark" class="crp_title">Part 1: Dynamic jQuery Featured Post Slider &#8211; Using Custom Loops</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://new2wp.com/featured/12-most-common-wordpress-posts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>5 Great WordPress Themes Of February 2010</title>
		<link>http://new2wp.com/roundups/5-great-wordpress-themes-feb-2010/</link>
		<comments>http://new2wp.com/roundups/5-great-wordpress-themes-feb-2010/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 02:52:08 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[RoundUps]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://new2wp.com/roundups/5-great-wordpress-themes-feb-2010/</guid>
		<description><![CDATA[Nowadays its getting harder and harder to scour through all the junk or dated themes. So I am doing it for you starting with these Five great FREE themes from around the web.]]></description>
			<content:encoded><![CDATA[<h3><a title="SolarPress" href="http://www.web2feel.com/solarpress/" target="_blank">Solar Press</a></h3>
<p>Solarpress is a free wordpress theme. It has a magazine layout with featured posts, Twitter updates, banner ads, Adsense, customizable About us section  and the <a title="CU3ER" href="http://www.progressivered.com/cu3er/" target="_blank">Flash CU3ER slider.</a></p>
<p><a title="Solar Press" href="http://www.web2feel.com/solarpress/" target="_blank"><img class="alignnone size-full wp-image-416" title="solarpress" src="http://new2wp.com/wp-content/uploads/2010/02/solarpress.jpg" alt="" width="549" height="783" /></a></p>
<h3><a title="Kelontong" href="http://portfolio.icreativelabs.com/free-wordpress-e-commerce-theme-kelontong/" target="_blank">Kelontong</a></h3>
<p>Kelontong is a free wordpress theme. It has a simple layout with javascript slideshow, integrated with wp e-commerce, support multi-language for theme inline text and contact form with re-captcha integration.</p>
<p><a title="Kelontong" href="http://portfolio.icreativelabs.com/free-wordpress-e-commerce-theme-kelontong/" target="_blank"><img class="alignnone size-full wp-image-417" title="kelongtong" src="http://new2wp.com/wp-content/uploads/2010/02/kelongtong.jpg" alt="" width="549" height="585" /></a></p>
<h3>Delighted Black</h3>
<p>Delighted Black is a free greyscale wordpress theme with premium features such as animated gallery, post thumbnail, featured video, flickr photos, latest tweets, social bookmark, popular posts and more.</p>
<p><a title="Delighted Black" href="http://zenverse.net/delighted-black-wordpress-theme/" target="_blank"><img class="alignnone size-full wp-image-418" title="delighted_black" src="http://new2wp.com/wp-content/uploads/2010/02/delighted_black.jpg" alt="" width="549" height="426" /></a></p>
<h3><a title="Blue Bubble" href="http://www.flexible7.com/bluebubble-wordpress-theme/" target="_blank">BlueBubble</a></h3>
<p>BlueBubble is a free portfolio theme that is very clean, simple and uses a  jQuery/PHP based contact form with easy customization. No plugin required.</p>
<p><a title="Blue Bubble" href="http://www.flexible7.com/bluebubble-wordpress-theme/" target="_blank"><img class="alignnone size-full wp-image-419" title="bluebubble" src="http://new2wp.com/wp-content/uploads/2010/02/bluebubble.jpg" alt="" width="549" height="426" /></a></p>
<h3><a title="Simplefolio" href="http://www.smashingmagazine.com/2010/02/07/simplefolio-a-free-clean-portfolio-wordpress-theme/" target="_blank">Simplefolio</a></h3>
<p>Simplefolio is a free portfolio theme that is very clean and simple CSS-based layout and has an easy to use themes options page.</p>
<p><a href="http://www.smashingmagazine.com/2010/02/07/simplefolio-a-free-clean-portfolio-wordpress-theme/"><img class="alignnone size-full wp-image-420" title="simplefolio" src="http://new2wp.com/wp-content/uploads/2010/02/simplefolio.jpg" alt="" width="549" height="560" /></a></p>
<div id="crp_related"><h3>Related Posts</h3><ul class="relatedposts"><li><a href="http://new2wp.com/featured/5-valuable-sites-to-submitshowcasevote-wordpress-only-sites/" rel="bookmark" class="crp_title">5 Valuable Sites To Submit Showcase And Vote Only WordPress Sites</a></li><li><a href="http://new2wp.com/noob/textmate-coda-plugins-wordpress-development/" rel="bookmark" class="crp_title">New Textmate and Coda Starter Plugins For WordPress Developers</a></li><li><a href="http://new2wp.com/noob/best-wordpress-hosting-service/" rel="bookmark" class="crp_title">Reliable WordPress Hosting You Never Knew You Wanted</a></li><li><a href="http://new2wp.com/roundups/7-ma7-marketplaces-buy-sell-designs-appsrketplaces-buy-sell-designs-apps/" rel="bookmark" class="crp_title">7 Marketplaces To Buy And Sell Designs And Applications</a></li><li><a href="http://new2wp.com/rookie/ocd-freak-auto-capitalization/" rel="bookmark" class="crp_title">OCD Freak: Automatically Capitalize Your Post Titles</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://new2wp.com/roundups/5-great-wordpress-themes-feb-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Understanding Conditional Statements</title>
		<link>http://new2wp.com/rookie/understanding-conditional-statements/</link>
		<comments>http://new2wp.com/rookie/understanding-conditional-statements/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 03:47:14 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Rookie]]></category>

		<guid isPermaLink="false">http://new2wp.com/rookie/understanding-conditional-statements/</guid>
		<description><![CDATA[Conditional statements are my favorite and most often used thing in Wordpress from the Meta tags in my head tags, to the CSS style sheet, to my sidebar. 

Have you ever noticed when you download a theme sometimes and you install the theme and there are already widgets there, then when you install widgets they end up disappearing. 

That's the magic of conditional statements. I use them everywhere, i suggest you do to.]]></description>
			<content:encoded><![CDATA[<h3>Basic Code</h3>
<p>Here is a normal version of my header (minus the shorcut url and the favicon url):</p>
<pre class="brush: php; title: ; notranslate">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;title&gt;
&lt;?php bloginfo('name'); ?&gt; | &lt;?php wp_title(''); ?&gt;
&lt;/title&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=&lt;?php bloginfo('charset'); ?&gt;&quot; /&gt;
&lt;meta name=&quot;generator&quot; content=&quot;WordPress &lt;?php bloginfo('version'); ?&gt;&quot; /&gt;
&lt;meta name=&quot;description&quot; content=&quot;&lt;?php bloginfo('description'); ?&gt;&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;&lt;?php bloginfo('stylesheet_url'); ?&gt;&quot; /&gt;
&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;&lt;?php bloginfo('name'); ?&gt; RSS Feed&quot; href=&quot;&lt;?php bloginfo('rss2_url'); ?&gt;&quot; /&gt;
&lt;link rel=&quot;pingback&quot; href=&quot;&lt;?php bloginfo('pingback_url'); ?&gt;&quot; /&gt;
&lt;/head&gt;
</pre>
<p>In the title tag you can see that there is two wordpress common functions(wordpress tags) with a seperator in between, The bloginfo('name'); Outputs your website name and wp_title(''); outputs the pages title<br />
<br />
 <em>Note: the seperator can also be created inside the title function:</em></p>
<pre class="brush: php; title: ; notranslate">
  &lt;?php wp_title('|',true,'left'); ?&gt;
 </pre>
<p>
<em>The three pockets inside wp_title("$THE_SEPERATOR ", "$SHOULD_WE_ECHO " , " $THE_SEPERATORS_POSITION") pretty easy right</em><br />
 </p>
<h3>Conditional Code</h3>
<p>Here is a version of my header with a large set of conditional tags for the title tag in the head tag:</p>
<pre class="brush: php; title: ; notranslate">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;title&gt;

	&lt;?php
if (is_home()) { echo bloginfo('name'); }
elseif (is_404()) { bloginfo('name'); echo ' | Oops, this is a 404 page'; }
elseif ( is_search() ) { bloginfo('name'); echo (' | Search Results');}
else { bloginfo('name'); echo (' | '); wp_title(''); }
?&gt;

&lt;/title&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=&lt;?php bloginfo('charset'); ?&gt;&quot; /&gt;
&lt;meta name=&quot;generator&quot; content=&quot;WordPress &lt;?php bloginfo('version'); ?&gt;&quot; /&gt;
&lt;meta name=&quot;description&quot; content=&quot;&lt;?php bloginfo('description'); ?&gt;&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;&lt;?php bloginfo('stylesheet_url'); ?&gt;&quot; /&gt;
&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;&lt;?php bloginfo('name'); ?&gt; RSS Feed&quot; href=&quot;&lt;?php bloginfo('rss2_url'); ?&gt;&quot; /&gt;
&lt;link rel=&quot;pingback&quot; href=&quot;&lt;?php bloginfo('pingback_url'); ?&gt;&quot; /&gt;
&lt;/head&gt;
</pre>
<p>The first line after the php tags delegate that <em>If</em> <em>is_home()</em> echo just the website name, since the website name and the title on the home page are the same. It then goes into an <em>Else if</em> saying that if is a 404 page(page not found on server) then display the website name, the seperator, and then the custom message of "Oops, this is a 404 page". There is also one for the search results page that displays the website name, the seperator, then the line "Search Results". The last line is an<em> Else</em> statement that says if not any of the other pages then display the website name, the seperator, and the page title.</p>
<p>I hope this is'nt confusing .</p>
<h3>Bonus Code</h3>
<p>I will give you one more example:</p>
<pre class="brush: php; title: ; notranslate">

&lt;?php if(is_home()) { ?&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;&lt;?php bloginfo('template_url'); ?&gt;/css/home.css&quot; /&gt;
&lt;?php } elseif (is_page('contact')) { ?&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;&lt;?php bloginfo('template_url'); ?&gt;/css/contact.css&quot; /&gt;
&lt;?php } else { ?&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;&lt;?php bloginfo('stylesheet_url'); ?&gt;&quot; /&gt;
&lt;?php } ?&gt;
</pre>
<p>In this example i used a conditional statement to switch the stylesheet depending on which page we are on. If you are on the homepage it will use home.css, else if you are on the contact page it will use contact.css, else it will revert back to the defualt css file style.css.</p>
<p>Here is a list of other cool conditional tags you can use:<br />
    *  comments_open<br />
    * has_tag<br />
    * in_category<br />
    * is_404<br />
    * is_admin<br />
    * is_archive<br />
    * is_attachment<br />
    * is_author<br />
    * is_category<br />
    * is_comments_popup<br />
    * is_date<br />
    * is_day<br />
    * is_feed<br />
    * is_front_page<br />
    * is_home<br />
    * is_month<br />
    * is_page<br />
    * is_page_template<br />
    * is_paged<br />
    * is_preview<br />
    * is_search<br />
    * is_single<br />
    * is_singular<br />
    * is_sticky<br />
    * is_tag<br />
    * is_tax<br />
    * is_time<br />
    * is_trackback<br />
    * is_year<br />
    * pings_open<br />
To learn more about <a href="http://codex.wordpress.org/Conditional_Tags">conditional tags check out the Codex at wordpress.org</a></p>
<div id="crp_related"><h3>Related Posts</h3><ul class="relatedposts"><li><a href="http://new2wp.com/noob/new2tip-allow-visitors-to-search-by-category/" rel="bookmark" class="crp_title">New2Tip: Allow Visitors To Search By Category</a></li><li><a href="http://new2wp.com/rookie/create-social-bookmark-buttons/" rel="bookmark" class="crp_title">Create Your Own Social Bookmark Button Links</a></li><li><a href="http://new2wp.com/noob/how-to-make-a-simple-image-sliding-animation-with-jquery/" rel="bookmark" class="crp_title">How To Make A Simple Image Sliding Animation With jQuery</a></li><li><a href="http://new2wp.com/noob/adding-backwards-compatible-wordpress-menus-to-your-theme/" rel="bookmark" class="crp_title">Adding Backwards Compatible WordPress Menus To Your Theme</a></li><li><a href="http://new2wp.com/rookie/just-html5-making-a-basic-page-the-right-way/" rel="bookmark" class="crp_title">Just HTML5 &#8211; Making A Basic Page The Right Way</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://new2wp.com/rookie/understanding-conditional-statements/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OCD Freak: Automatically Capitalize Your Post Titles</title>
		<link>http://new2wp.com/rookie/ocd-freak-auto-capitalization/</link>
		<comments>http://new2wp.com/rookie/ocd-freak-auto-capitalization/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 06:51:06 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Rookie]]></category>
		<category><![CDATA[Filters]]></category>
		<category><![CDATA[Functions]]></category>

		<guid isPermaLink="false">http://new2wp.com/?p=103</guid>
		<description><![CDATA[When i was in 5th grade a had teacher who was stricter than strychnine and she enforced capital letters to be in the beginning of sentences and on the letter I when used in referring to ones self. 

Well obliviously Mrs. Frasca got to me and ruined my life. If your an O.C.D Freak who is lazy (Like me) then it drives you crazy when writing a post and publishing it only to realize you forgot to capitalize the title and the content. Plus we can help our commenters out.]]></description>
			<content:encoded><![CDATA[<h2>Checking for the functions</h2>
<p><img class="alignright size-full wp-image-102" title="Screen shot" src="http://new2wp.com/wp-content/uploads/2010/01/Screen-shot-2010-01-27-at-10.37.48-PM.png" alt="" width="181" height="186" />First thing you need to do is check if your theme has a functions.php file.</p>
<p><strong>Here's how you check:</strong></p>
<ul>
<li><strong>Login to your WordPress admin panel</strong></li>
<li><strong>Click Appearance</strong></li>
<li><strong>Then Editor</strong></li>
</ul>
<p>You will see the list of template files on the right side. If you see the file functions.php then you're good to go.</p>
<h3>Coding Time</h3>
<p>If there is not a functions.php file in your theme then create one and add:</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php

 ?&gt;
</pre>
<p><strong>In between the php tags add:</strong></p>
<pre class="brush: php; title: ; notranslate">
/* just in case I forget to capitilize */
add_filter('the_content', ucfirst);
/* just in case I forget to capitilize the title */
add_filter('the_title', ucfirst);
/* just in case commenters forget to capitilize */
add_filter('comment_text', ucfirst);
</pre>
<p>Then upload the functions.php file to you theme directory via FTP.</p>
<p><em>The functions.php file is the first file called by WordPress in your theme.</em></p>
<h3>Now to explain some of the magic!</h3>
<p>The easy way.... <em>excerpt from <a title="Add Filter" href="http://codex.wordpress.org/Function_Reference/add_filter" target="_blank">WordPress codex</a>:</em></p>
<blockquote><p>Filters are the hooks that WordPress launches to modify text of various types before adding it to the database or sending it to the browser screen.</p></blockquote>
<p><strong>ucfirst</strong> is a Php function that makes a string's first character uppercase.</p>
<p><a name="function.ucfirst.description"></a></p>
<p>Are you an OCD freak? If so retweet this or post on Facebook.</p>
<div id="crp_related"><h3>Related Posts</h3><ul class="relatedposts"><li><a href="http://new2wp.com/rookie/how-to-add-a-twitter-field-in-user-profiles-and-remove-yim/" rel="bookmark" class="crp_title">How To Add A Twitter Field In User Profiles And Remove YIM</a></li><li><a href="http://new2wp.com/rookie/sexy-rss-feeds-custom-content/" rel="bookmark" class="crp_title">Making Your RSS Feeds Sexy With Custom Content In WordPress</a></li><li><a href="http://new2wp.com/noob/query_posts-wp_query-differences/" rel="bookmark" class="crp_title">Understanding The Difference Between query_posts and WP_Query</a></li><li><a href="http://new2wp.com/noob/textmate-coda-plugins-wordpress-development/" rel="bookmark" class="crp_title">New Textmate and Coda Starter Plugins For WordPress Developers</a></li><li><a href="http://new2wp.com/rookie/change-the-color-wordpress-dashboard-and-replace-logo-with-yours/" rel="bookmark" class="crp_title">How To Change The Color Of The WordPress Dashboard And Replace Logo With Yours</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://new2wp.com/rookie/ocd-freak-auto-capitalization/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

