<?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>AEXT.NET MAGAZINE &#187; WordPress Hack</title>
	<atom:link href="http://aext.net/tag/wordpress-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://aext.net</link>
	<description>How to Create a Website</description>
	<lastBuildDate>Wed, 30 May 2012 05:03:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress 3 and What You Can Do!</title>
		<link>http://aext.net/2010/07/wordpress-3-and-what-you-can-do/</link>
		<comments>http://aext.net/2010/07/wordpress-3-and-what-you-can-do/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 16:30:31 +0000</pubDate>
		<dc:creator>Bima Arafah</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Hack]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://aext.net/?p=6274</guid>
		<description><![CDATA[<p><a href="http://aext.net/theme/platinoom" title="Platinoom - Premium WordPress Themes"><img src="http://aext.net/wp-content/uploads/2011/04/platinoom_wordpress_theme.png" alt="ThemeKiss" /></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/07/wordpress-3-and-what-you-can-do/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/07/wordpress-3-and-what-you-can-do/" height="61" width="51" /></a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://aext.net/theme/platinoom" title="Platinoom - Premium WordPress Themes"><img src="http://aext.net/wp-content/uploads/2011/04/platinoom_wordpress_theme.png" alt="ThemeKiss" /></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/07/wordpress-3-and-what-you-can-do/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/07/wordpress-3-and-what-you-can-do/" height="61" width="51" /></a></p><p>After a quite long awaited by many WordPress users all over the world, finally this world most popular blog portal launchs its brand-new version WordPress 3.0 a.k.a Thelonius.</p>
<p>Thelonius is the software version 13th which have been launched by WordPress until now. We’ll find not less than 2.700 changes and 1.217 bugs fixed inside it. The most striking change is its capability to run some blogs at the same time or generally called <strong>Multiside Capabilities (with WordPress MU)</strong>. Before, each blogs on the web shall be run separately. This capability to run many blogs has been integrated into its brand-new version, so that it can be utilized easier. Bloggers are now be able to upgrade through upgrade menu on the WordPress or we can also download it manually. So what any other features can we maximize on it? Let’s now discuss it a lil’ bit deeper.</p>
<p><span id="more-6274"></span></p>
<div class="txtad-cont">
<div class="txtad-ad">WPfromPSD.com is a leading <a title="PSD to WordPress" href="http://wpfrompsd.com">PSD to WordPress</a> coding shop.</div>
</div>
<h3>New, username and password while installation</h3>
<hr />
<div class="bigimage"><img class="aligncenter size-full wp-image-6277" title="WP3.0 New Username and Password" src="http://aext.net/wp-contents/uploads/2010/07/username.jpg" alt="WP3.0 New Username and Password" width="500" height="343" /></div>
<p>Some people urgently recommend to deactivate or even to avoid using default username and password which are username : admin and default password on every installations. Cause, there were many ways you could be “hijacked” possibly use to break its default username and password on this most crucial case if you’re using WordPress before this 3rd version. But you need it no more now, you’re free to define your username and password at the beginning of WordPress installation. So you don’t need to hack on your WordPress anymore to eliminate its admin default username and password.</p>
<h3>Twenty Ten default theme</h3>
<hr />
<div class="bigimage"><img class="aligncenter size-full wp-image-6278" title="WP3.0 Twenty Ten Default Theme " src="http://aext.net/wp-contents/uploads/2010/07/twenty-ten.jpg" alt="WP3.0 Twenty Ten Default Theme " width="500" height="343" /></div>
<p>After all this time WordPress installation has been bundled with its default theme called Kubrick, now it’s no more with. WordPress now comes with its new bundled theme which’s named Twenty Ten! It’s very good with sweet 2-column display including widgetized sidebar and footer. And believe it or not, now WordPress is equipped with explanation documentation that facilitate anyone to know more deeper about WordPress details. You can check it through the source code from this twenty ten theme. It helps, doesn’t it?</p>
<p>You must know that this twenty ten theme is supported with some new features from WordPress 3, which are:</p>
<h4>Background customization</h4>
<p>Now with WordPress 3 you can change your background with no more trouble. As twenty ten shows us, on the picture below.</p>
<div class="bigimage"><img class="aligncenter size-full wp-image-6294" title="Wordpress Background Customization" src="http://aext.net/wp-contents/uploads/2010/07/c-bg.jpg" alt="Wordpress Background Customization" width="500" height="343" /></div>
<p>Then how to apply it to a theme? Easy, just write down this codes into functions.php file in your theme folder.</p>
<pre>    // allows users to set a custom background
    add_custom_background();</pre>
<p>if you’re done with the codes, you’ll see background menu on the Appearance section</p>
<h4>New editor style</h4>
<p>Many people may find some difficulties to see the style that’s being used by wordpress (previous version) when they’re writing. If you use to write on blog using windows live writer perhaps you can also load the current style that’s being used on your theme onto your visual editor. But you need it no more now, wordpress 3 gives easiness for us to be able to see our preview style while we’re writing on our tiny mce editor, pretty cool huh? Same as before, we need to write down the scripts below to functions.php file in our theme folder.</p>
<pre>  // Apply visual editor with and match the theme style.
  add_editor_style();</pre>
<p>After that don’t forget to create <strong>editor-style.css</strong> file in your theme folder and copy style.css file content then paste it onto editor-style.css file you just created. I suggest you to copy on the sections where your posts will be displayed, which are all classes .entry on style.css file.</p>
<h3>Custom menu management</h3>
<hr />
<p>Many wordpress themes developers intentionally build theme option to their customers, what is the purpose? Just in order to ease them to manage menu navigation layout on their themes. Then, what wordpress 3.0 try to offer to us on this feature, in my opinion it’s proportional with any other CMS out there which also offer this kind of feature on their back-end pages.</p>
<div class="bigimage"><img class="aligncenter size-full wp-image-6295" title="Wordpress Menu" src="http://aext.net/wp-contents/uploads/2010/07/menu.jpg" alt="Wordpress Menu" width="500" height="343" /></div>
<p>Then how do you apply it on your own theme? It’s quite easy, you just need to define this menu on your functions.php file.</p>
<pre> add_theme_support( 'nav-menus' );</pre>
<p>then attach this onto your header section</p>
<pre>wp_nav_menu( array( 'sort_column' =&gt; 'menu_order', 'container_class' =&gt; 'menu-header' ) );</pre>
<h4>Example custom menu</h4>
<p>It’s simple, isn’t it? Then how if I forget to define it on the header section? Simple, now I’ll give some instances for us to explore a bit on this menu feature and let’s just get going. First we have to define our menu later on functions.php file on themes folder.</p>
<pre>/*
 * CUSTOM FUNCTION STARTING FROM HERE
 */

add_action( 'init', 'register_my_menus' );
function register_my_menus() {
    register_nav_menus(
        array(
            'top-menu' =&gt; __( 'Top Menu' ),
            'middle-menu' =&gt; __( 'Middle Menu' ),
            'bottom-menu' =&gt; __( 'Bottom Menu' )
        )
    );
}</pre>
<p>As we see above, that I defined it for 3 kind of custom menus that I’d like to display it later.</p>
<div class="bigimage"><img class="aligncenter size-full wp-image-6296" title="menu-1" src="http://aext.net/wp-contents/uploads/2010/07/menu-1.jpg" alt="Wordpress menu" width="500" height="343" /></div>
<p>Okay then, let’s create menu, give your menu a name TOP, MIDDLE, BOTTOM through “Menu Name” and choose category and page that you’re willing to include to each of your custom menus. I made an example and defined it below</p>
<div class="bigimage"><img class="aligncenter size-full wp-image-6297" title="menu-2" src="http://aext.net/wp-contents/uploads/2010/07/menu-2.jpg" alt="" width="500" height="343" /></div>
<p>After above we defined it for Top Menu, then find this script line on your header.php file</p>
<pre> wp_nav_menu( array( 'container_class' =&gt; 'menu-header', 'theme_location' =&gt; 'primary' ) );</pre>
<p>then change those lines with your custom Top Menu</p>
<pre>// you can use this type too to call wp_menu_nav
// wp_nav_menu( 'sort_column=menu_order&amp;container_class=menu-header&amp;theme_location=top-menu' );

if ( has_nav_menu( 'top-menu' ) ) {
    wp_nav_menu( array( 'container_class' =&gt; 'menu-header', 'theme_location' =&gt; 'top-menu', 'fallback_cb' =&gt; '' ) );
}</pre>
<p>In here is the process to match if there is a matching clauses found with top-menu, then it’ll return true value. You can see, I used has_nav_menu and wp_nav_menu functions. And here it’s the preview from what we’ve just done</p>
<div class="bigimage"><img class="aligncenter size-full wp-image-6298" title="Wordpress menu" src="http://aext.net/wp-contents/uploads/2010/07/menu-3.jpg" alt="Wordpress menu" width="500" height="343" /></div>
<p>How’s that, get enough? Yup I guess it’s enough, but how’s the way to show the description on each menus? Very good question. What’s the use of menu description as seen on menu management picture if we couldn’t display it. In here we need to do some hackings, write down the scripts below onto your functions.php file to display the menu description</p>
<pre>// Hook nav rules to showing description page
// Look details information by this page wp-includes/nav-menu-template.php
// or by this link - http://core.svn.wordpress.org/trunk/wp-includes/nav-menu-template.php
add_filter('walker_nav_menu_start_el', 'description_in_nav_el', 10, 4);
function description_in_nav_el($item_output, $item, $depth, $args){
    $attributes  = ! empty( $item-&gt;attr_title ) ? ' title="'  . esc_attr( $item-&gt;attr_title ) .'"' : '';
    $attributes .= ! empty( $item-&gt;target )     ? ' target="' . esc_attr( $item-&gt;target     ) .'"' : '';
    $attributes .= ! empty( $item-&gt;xfn )        ? ' rel="'    . esc_attr( $item-&gt;xfn        ) .'"' : '';
    $attributes .= ! empty( $item-&gt;url )        ? ' href="'   . esc_attr( $item-&gt;url        ) .'"' : '';

    return preg_replace('/(&lt;a.*?&gt;[^&lt;]*?)&lt;/', "&lt;a $attributes&gt;" . "&lt;span class='test'&gt;{$item-&gt;title}&lt;/span&gt;&lt;br&gt;&lt;span class='test'&gt;{$item-&gt;post_content}&lt;/span&gt;&lt;", $item_output);
}</pre>
<p>Now we can see the condition from our custom menu.</p>
<div class="bigimage"><img class="aligncenter size-full wp-image-6299" title="wordpress menu" src="http://aext.net/wp-contents/uploads/2010/07/menu-4.jpg" alt="wordpress menu" width="500" height="343" /></div>
<p>And these are the source codes after we hacked walker nav menu above</p>
<pre>&lt;li id="menu-item-43" class="menu-item menu-item-type-post_type"&gt;&lt;br&gt;
&lt;a href="http://localhost/wp30/portfolio/"&gt;&lt;span class="test-menu-title"&gt;Portfolio&lt;/span&gt;&lt;br&gt;&lt;span class"test-menu-desc"&gt;See my work!&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;</pre>
<p>You can see it, if there’s a description then it’ll be displayed, but if there’s no menu description found then it’ll only return empty value (space). In here we see that we break title from menu and description from the menu itself, so that we’re free to customize the class from test-menu-title and test-menu-desc with bold, color, italic and anything you want! I think that’s enough for now. Have fun with your menu folks!</p>
<h4>Further information about New Menu System:</h4>
<ul>
<li><a href="http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus">Excellent article on nav menus by Justin Tadlock</a></li>
<li><a href="http://bavotasan.com/tutorials/wordpress-3-checking-out-the-new-menu-system/">WordPress 3.0: Checking out the New Menu System</a></li>
<li><a href="http://codex.wordpress.org/Function_Reference/wp_nav_menu">Function Reference: wp nav menu – WordPress Codex</a></li>
</ul>
<h3>Custom Post Types for Content Management</h3>
<hr />
<p>This feature is the most awaited feature by wordpress users and developers, the reason is through this feature we’re be able to use wordpress not only as a blog machine but also as full Content Management System. What I like from this feature is the content classification is run separately, for example when we build a portfolio. How, let’s just study it step by step.</p>
<p>Custom post types, in its usage for a portfolio it’s very ease us for content sorting which has particular posting category/type. There are so many things that we can create and develop through this custom post types, and I’ll give some instances to you how to create portfolio page using this custom post type and combining with your custom field. First of all, we need to write down the scripts below onto our functions.php file.</p>
<pre>/*
 * custom post for super porto
 */

add_action( 'init', 'create_my_post_types' );

function create_my_post_types() {
    register_post_type( 'pf_cpt',
        array(
                'labels' =&gt; array(
                'name' =&gt; __( 'Portfolios' ),
                'singular_name' =&gt; __( 'Portfolio' ),
                'add_new' =&gt; __( 'Add New Item' ),
                'add_new_item' =&gt; __( 'Add New Portfolio' ),
                'edit' =&gt; __( 'Edit Item' ),
                'edit_item' =&gt; __( 'Edit Portfolio' ),
                'new_item' =&gt; __( 'New Portfolio' ),
                'view' =&gt; __( 'View Portfolio' ),
                'view_item' =&gt; __( 'View Portfolio' ),
                'search_items' =&gt; __( 'Search Portfolio Items' ),
                'not_found' =&gt; __( 'No Portfolio Items found' ),
                'not_found_in_trash' =&gt; __( 'No Portfolio Items found in Trash' ),
                'parent' =&gt; __( 'Parent Portfolio' ),
            ),
            'public' =&gt; true,
            'show_ui' =&gt; true,
            'menu_icon' =&gt; get_stylesheet_directory_uri() . '/images/picture.png', // icon defined
            'menu_position' =&gt; 20, // 5 - below Posts | 10 - below Media | 20 - below Pages
            'hierarchical' =&gt; true,
            'supports' =&gt; array( 'title', 'editor', 'custom-fields', 'thumbnail' )
        )
    );

    register_taxonomy( 'charge-type', 'pf_cpt', // in-case you do for commercial or free (such as foundation etc)
        array(
             'hierarchical' =&gt; false, // or true
             'label' =&gt; __('Free or Commercial'),
             'query_var' =&gt; 'charge',
             'rewrite' =&gt; array('slug' =&gt; 'charge' ) ) );

    register_taxonomy( 'client', 'pf_cpt', // in-case you have 2 or 3 boss (clients) at one project
        array(
             'hierarchical' =&gt; false, // or true
             'label' =&gt; __('Clients'),
             'query_var' =&gt; 'client',
             'rewrite' =&gt; array('slug' =&gt; 'client' ) ) );

    register_taxonomy( 'project-type', 'pf_cpt',
        array(
             'hierarchical' =&gt; false, // or true
             'label' =&gt; __('Project Type'),
             'query_var' =&gt; 'project',
             'rewrite' =&gt; array('slug' =&gt; 'project' ) ) );

    register_taxonomy( 'tasks', 'pf_cpt', // for specified your tasks
        array(
             'hierarchical' =&gt; false, // or true
             'label' =&gt; __('Your Task'),
             'query_var' =&gt; 'task',
             'rewrite' =&gt; array('slug' =&gt; 'task' ) ) );
}</pre>
<p>Another reference about register post types, <a href="http://codex.wordpress.org/Function_Reference/register_post_type">Function Reference/register post type</a>. And then after we wrote down the codes above onto functions.php file, let’s now see the back-end display for custom post types that we’ve just created.</p>
<div class="bigimage"><img class="aligncenter size-full wp-image-6302" title="Wordpress custom post" src="http://aext.net/wp-contents/uploads/2010/07/cpt-1.jpg" alt="Wordpress custom post" width="500" height="350" /></div>
<p>And our this editor page we’ll be looked like this after we clicked Add New Item</p>
<div class="bigimage"><a href="http://aext.net/wp-contents/uploads/2010/07/cpt-2.jpg"><img class="aligncenter size-medium wp-image-6303" title="wordpress custom post" src="http://aext.net/wp-contents/uploads/2010/07/cpt-2-500x383.jpg" alt="wordpress custom post" width="500" height="383" /></a>Click to see full size image</p>
</div>
<p>You can see what we’ve done through the preview above. On the bottom-left side Menu Pages (because we gave value 20 before) there’s our new menu including its taxonomies custom for controlling based on its related custom post type. On the middle section, we have title, editor, and custom field for editing needs. On the right side coloumn, there are custom taxonomies input for Project Type (Logo, Website, etc), Charge (Commercial, Non-Commercial, etc), Clients (Company A, B, C, etc) Your Task (WordPress integration, xHTML and CSS design, PSD Design, etc)</p>
<p>Now how about that? Anyone has a question?</p>
<p><em><strong>“Yes, I have a question. How to create Custom URL for each items please?”</strong></em></p>
<p>Okay, we have two tricks in here. The first one is with adding metabox on our editor custom post types pages.</p>
<pre> add_meta_box( $id, $title, $callback, $page, $context, $priority );</pre>
<p>Write down these codes onto functions.php file to create meta box that will be our custom url</p>
<pre>&lt;?php
    add_action("admin_init", "pf_cpt_url");
    add_action('save_post', 'update_pf_cpt_url');
    function pf_cpt_url(){
        // http://codex.wordpress.org/Function_Reference/add_meta_box
        // add_meta_box( $id, $title, $callback, $page, $context, $priority );
        add_meta_box("portfolio_details", "Custom URL", "pf_cpt_url_options", "pf_cpt", "side", "low");
    }
    function pf_cpt_url_options(){
        global $post;
        $custom = get_post_custom($post-&gt;ID);
        $custom_url = $custom["custom_url"][0];
?&gt;
    &lt;div id="portfolio-options"&gt;
        &lt;label&gt;URL:&lt;/label&gt;&lt;input name="custom_url" value="&lt;?php echo $custom_url; ?&gt;" /&gt;       
    &lt;/div&gt;&lt;!--end portfolio-options--&gt;   
&lt;?php
    }
    function update_pf_cpt_url(){
        global $post;
        update_post_meta($post-&gt;ID, "custom_url", $_POST["custom_url"]);
    }
?&gt;</pre>
<p>And it’ll be seen like this later on your editor page</p>
<div class="bigimage"><img class="aligncenter size-full wp-image-6304" title="wordpress custom post" src="http://aext.net/wp-contents/uploads/2010/07/cpt-3.jpg" alt="wordpress custom post" width="500" height="350" /></div>
<p>And the second one is with using custom field, I myself is prefer to use custom field. But once again, it’s all up to you. So now let’s we fill our custom post types first with some datas which will be displayed later on the portfolio page.</p>
<p>By default, you can display your custom post types on the portfolio page this way, write down the codes below on the template file for your portfolio page</p>
<pre>&lt;?php
/*
Template Name: Portfolio
*/
?&gt;
&lt;?php get_header(); ?&gt;
&lt;?php
&lt;div id="content"&gt;
&lt;?php $p_loop = new WP_Query( array( 'post_type' =&gt; 'pf_cpt', 'posts_per_page' =&gt; 10 ) ); ?&gt;
&lt;?php while ( $p_loop-&gt;have_posts() ) : $p_loop-&gt;the_post(); ?&gt;
&lt;?php the_title( '&lt;h2 class="entry-title"&gt;&lt;a href="' . get_permalink() . '" title="' . the_title_attribute( 'echo=0' ) . '" rel="bookmark"&gt;', '&lt;/a&gt;&lt;/h2&gt;' ); ?&gt;

&lt;?php 

  $custom = get_post_custom($post-&gt;ID);
  $website_url = $custom["custom_url"][0];
  if($custom != "" ) {

  ?&gt;

&lt;a href="&lt;?php echo $website_url; ?&gt;"&gt;&lt;?php the_post_thumbnail(); ?&gt; &lt;/a&gt;

&lt;?php

  } else { the_post_thumbnail(); }

  ?&gt;

&lt;div class="entry-content"&gt;&lt;?php the_content(); ?&gt;&lt;/div&gt; 

&lt;?php endwhile; ?&gt;
&lt;/div&gt;&lt;!-- #content --&gt;

?&gt;
&lt;?php get_footer(); ?&gt;</pre>
<p>How’s the display, do you see the thumbnail that you’ve defined it before including its custom taxonomies you’ve determined on each items? Then how about to display and format the display? It’s easy. Later we’ll get it formatted based on each Project Type that you’ve defined through custom taxonomies and it’ll be indexed based on custom field with key = year and value = yyyy-mm-dd, and you have to know that in here I defined Project Type with value Website, Logo, Poster, etc where one item of portfolio is representated by one project type</p>
<div class="bigimage"><img class="aligncenter size-full wp-image-6305" title="wordpress custom post" src="http://aext.net/wp-contents/uploads/2010/07/cpt-4.jpg" alt="wordpress custom post" width="500" height="230" /></div>
<p>Then paste these scripts into template file for the page above so it’s gonna be:</p>
<pre>&lt;?php
/*
Template Name: Portfolio
*/
?&gt;

&lt;?php get_header(); ?&gt;

&lt;div id="content"&gt;
&lt;h1&gt;Website&lt;/h1&gt;

&lt;?php

$querystr = "SELECT *
  FROM $wpdb-&gt;posts
  LEFT JOIN $wpdb-&gt;term_relationships ON($wpdb-&gt;posts.ID = $wpdb-&gt;term_relationships.object_id)
  LEFT JOIN $wpdb-&gt;term_taxonomy ON($wpdb-&gt;term_relationships.term_taxonomy_id = $wpdb-&gt;term_taxonomy.term_taxonomy_id)
  LEFT JOIN $wpdb-&gt;terms ON($wpdb-&gt;term_taxonomy.term_id = $wpdb-&gt;terms.term_id)
  LEFT JOIN $wpdb-&gt;postmeta ON($wpdb-&gt;posts.ID = $wpdb-&gt;postmeta.post_id)
  WHERE $wpdb-&gt;posts.post_type = 'pf_cpt'
  AND $wpdb-&gt;posts.post_status = 'publish'
  AND $wpdb-&gt;term_taxonomy.taxonomy = 'project-type'
  AND $wpdb-&gt;terms.slug = 'website'
  AND $wpdb-&gt;postmeta.meta_key = 'year'
  ORDER BY $wpdb-&gt;postmeta.meta_value DESC";
  // see value 'project-type' and value 'website'
  // feel free to define any value from your taxonomies, for grouping

  $result = $wpdb-&gt;get_results("$querystr");
  foreach($result as $post){

  setup_postdata($post); // remember this line, it needs cause our "foreach" statement

  ?&gt;

&lt;?php the_title( '&lt;h2 class="entry-title"&gt;', '&lt;/h2&gt;' ); ?&gt;

&lt;?php 

  $custom = get_post_custom($post-&gt;ID);
  $website_url = $custom["custom_url"][0];
  if($custom != "" ) {

  ?&gt;

&lt;br&gt;&lt;a href="&lt;?php echo $website_url; ?&gt;"&gt;&lt;?php the_post_thumbnail(); ?&gt; &lt;/a&gt;

&lt;?php

  } else { the_post_thumbnail(); }

  ?&gt;

 &lt;div class="entry-content"&gt;
&lt;?php the_content(); ?&gt;

&lt;?php

  // define something
  $taxo = "";

  // Variables to store each of our possible taxonomy lists
  // This one checks for an Year classification

  $project_type_list = get_the_term_list( $post-&gt;ID, 'project-type', '&lt;strong&gt;Project Type(s):&lt;/strong&gt; ', ', ', '' );
  $commercial_type_list = get_the_term_list( $post-&gt;ID, 'charge-type', '&lt;strong&gt;Type(s):&lt;/strong&gt; ', ', ', '' );
  $client_list = get_the_term_list( $post-&gt;ID, 'client', '&lt;strong&gt;Client(s):&lt;/strong&gt; ', ', ', '' );
  $task = get_the_term_list( $post-&gt;ID, 'tasks', '&lt;strong&gt;Task(s):&lt;/strong&gt; ', ', ', '' );

  // if it's not empty, return value of each type
  // define project type value
  if ( '' != $project_type_list ) { $taxo .= "$project_type_list&lt;br /&gt;\n"; }

  // define commercials or non commercials project type
  if ( '' != $commercial_type_list ) { $taxo .= "$commercial_type_list&lt;br /&gt;\n"; }

  // define client list value
  if ( '' != $client_list ) { $taxo .= "$client_list&lt;br /&gt;\n"; }

  // define task value
  if ( '' != $task ) { $taxo .= "$task&lt;br /&gt;\n"; }

  // Output taxonomy information if there was any
  if ( $taxo != '' ) {

  ?&gt;

&lt;div class="entry-utility"&gt;

&lt;?php 

  if ( get_post_meta($post-&gt;ID, 'year', true) ) :
    $date = get_post_meta($post-&gt;ID, 'year', true);
    $dateTime = new DateTime($date);
    $formatted_date=date_format ( $dateTime, 'F Y' );
        echo 'Date: '.$formatted_date.'&lt;br&gt;';
  endif; ?&gt;

&lt;?php

  echo $taxo;

  ?&gt;

&lt;/div&gt;&lt;br&gt;

&lt;?php

  } // endif

  ?&gt;

&lt;/div&gt;

&lt;?php

  }

?&gt;

&lt;/div&gt;

&lt;?php get_footer(); ?&gt;</pre>
<p>And you’ll get a display which looks like below</p>
<div class="bigimage"><img class="aligncenter size-full wp-image-6306" title="wordpress custom post" src="http://aext.net/wp-contents/uploads/2010/07/cpt-5.jpg" alt="wordpress custom post" width="500" height="800" /></div>
<p>But after you noticed it, how’s it so the value from each custom taxonomies isn’t be formed as a link (url)..? just change the codes above become codes below</p>
<pre>$project_type_list = strip_tags( get_the_term_list( $post-&gt;ID, 'project-type', 'Project Type(s): ', ', ', '' ) );
$commercial_type_list = strip_tags( get_the_term_list( $post-&gt;ID, 'charge-type', 'Type(s): ', ', ', '' ) );
$client_list = strip_tags( get_the_term_list( $post-&gt;ID, 'client', 'Client(s): ', ', ', '' ) );
$task = strip_tags( get_the_term_list( $post-&gt;ID, 'tasks', 'Task(s): ', ', ', '' ) );</pre>
<p>See that strip_tags( [your_term_list] ); to ignore HTML format. Simple, right? Then it’s done, have fun with your custom post types and custom taxonomies folks!</p>
<h4>Further information about this features:</h4>
<ul>
<li><a href="http://wpengineer.com/impressions-of-custom-post-type/">First Impressions of Custom Post Type</a></li>
<li><a href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress">Custom post types in WordPress</a></li>
<li><a href="http://justintadlock.com/archives/2010/06/10/a-refresher-on-custom-taxonomies">A refresher on custom taxonomies</a></li>
<li><a href="http://net.tutsplus.com/tutorials/wordpress/introducing-wordpress-3-custom-taxonomies/">Introducing WordPress 3 Custom Taxonomies</a></li>
<li><a href="http://net.tutsplus.com/tutorials/wordpress/rock-solid-wordpress-3-0-themes-using-custom-post-types/">Rock-Solid WordPress 3.0 Themes using Custom Post Types</a></li>
<li><a href="http://www.vooshthemes.com/blog/wordpress-tip/create-a-professional-portfolio-using-wordpress-3-0-custom-post-types/">Create A Professional Portfolio Using WordPress 3.0 Custom Post Types </a></li>
</ul>
<h3>Conclusion</h3>
<hr />
<p>I think it’s pretty tempting your insight about WordPress 3.0, and what you can do with it furthermore, as a blog machine or as a CMS, that’s up to you. So now what about we’re having share about it, what do you think about WordPress 3.0 and for you that’ve already experienced with it, you may share with us here, I think that’s why sharing considered as caring.. arghh it’s pain to say it.. :p See ya!</p>
<h4>Another References</h4>
<ul>
<li><a href="http://net.tutsplus.com/tutorials/wordpress/10-features-to-look-forward-to-in-wordpress-3-0/">10 Features to Look Forward to in WordPress 3.0</a><br />
WordPress 3.0 is scheduled to be released within the next 30-60 days. There are some great new features coming, including custom post types, a new default theme, and a menu manager. Read on Nettuts to find out what to expect in version three!</li>
<li><a href="http://sixrevisions.com/wordpress/wordpress-3-0-guide/">WordPress 3.0: Ultimate Guide to New Features</a><br />
WordPress 3.0 — the newest major version of WordPress — is one of the most highly-anticipated open source upgrades this year. Good article from Saad Bassi on Six Revisions</li>
<li><a href="http://designm.ag/design/wordpress-3-0/">9 Features We Most Want in WordPress 3.0</a><br />
Messageboards are currently awash with demanding bloggers, listing the new features they most want to see and the plugins they want shifted into core. By this article on DesignM.ag you’ll find the 9 new features that are most in demand.</li>
<li><a href="http://www.wpbeginner.com/news/whats-coming-in-wordpress-3-0-features/">What’s Coming in WordPress 3.0 (Features)</a><br />
Another reference from WpBeginner, just check this out too guys!</li>
<li><a href="http://mashable.com/2010/05/10/new-features-wordpress-3/">WordPress 3.0: The 5 Most Important New Features</a><br />
The list of new features in WordPress 3.0 isn’t very long in comparison to previous releases. However, the changes that are coming will certainly have a significant impact, particularly if you use WordPress as a CMS. Here is a rundown of the most important new features arriving in version 3.0. Mashable will let you know which features of WordPress 3.0 you are most looking forward to.</li>
<li><a href="http://web.appstorm.net/roundups/self-publishing/10-great-new-features-in-wordpress-3-0/">10 Great New Features in WordPress 3.0</a><br />
WordPress is by far the most popular blogging platform available and with over half a million known websites running on the software, it’s no surprise there’s a big news surge when a new version is released. Read more on Web.AppStorm</li>
</ul>
<div class="txtad-cont"></div>
]]></content:encoded>
			<wfw:commentRss>http://aext.net/2010/07/wordpress-3-and-what-you-can-do/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Highlight Current Category Menu Item for WordPress Single Post</title>
		<link>http://aext.net/2010/05/quick-tip-highlight-current-category-menu-item-for-wordpress-single-post/</link>
		<comments>http://aext.net/2010/05/quick-tip-highlight-current-category-menu-item-for-wordpress-single-post/#comments</comments>
		<pubDate>Wed, 26 May 2010 16:23:01 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Highlight]]></category>
		<category><![CDATA[WordPress Customization]]></category>
		<category><![CDATA[WordPress Hack]]></category>
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://aext.net/?p=5706</guid>
		<description><![CDATA[<p><a href="http://aext.net/theme/platinoom" title="Platinoom - Premium WordPress Themes"><img src="http://aext.net/wp-content/uploads/2011/04/platinoom_wordpress_theme.png" alt="ThemeKiss" /></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/05/quick-tip-highlight-current-category-menu-item-for-wordpress-single-post/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/05/quick-tip-highlight-current-category-menu-item-for-wordpress-single-post/" height="61" width="51" /></a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://aext.net/theme/platinoom" title="Platinoom - Premium WordPress Themes"><img src="http://aext.net/wp-content/uploads/2011/04/platinoom_wordpress_theme.png" alt="ThemeKiss" /></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/05/quick-tip-highlight-current-category-menu-item-for-wordpress-single-post/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/05/quick-tip-highlight-current-category-menu-item-for-wordpress-single-post/" height="61" width="51" /></a></p><p>From version 2.0, WordPress automatically added highlighting categories feature by adding <code>current-cat</code> class name in the category menu item when viewing that category. However, WordPress forgot to do the same on a single post viewing. Here are some quick tips help us to dynamically highlight the category menu item(s) when viewing a single post which belongs to that category(ies).</p>
<p><span id="more-5706"></span></p>
<h3>Using plugin</h3>
<hr />
<p><strong>1. <a href="http://www.screenshine.net/blog/1474_wordpress-plugin-show-active-category">WordPress Plugin: Show Active Category</a></strong><br />
This is a very easy way to do category highlighting on WordPress single post. All you need is downloading this <a href="http://www.screenshine.net/blog/1474_wordpress-plugin-show-active-category">WordPress Plugin: Show Active Category</a> and activate it:</p>
<ol>
<li>Download this plugin, un-pack it, and upload it to WordPress plugins folder.</li>
<li>Activate the plugin</li>
<li>You will notice the menu in WordPress backend: <strong>Show Active Category (while browsing a post)</strong></li>
<li>Add this class name to your css file: <code>.active_category{ ... }</code></li>
</ol>
<p><em>Thanks <a href="http://www.designshard.com/video-tutorials/highlight-wordpress-category-when-on-a-single-post-tutorial/">Max</a> for this tip, and <a href="http://www.screenshine.net/blog/1474_wordpress-plugin-show-active-category">Screenshine</a> for this helpful plugin.</em></p>
<p><strong>2. <a href="http://kahi.cz/wordpress/highlight-used-categories-plugin/">Kahi’s Highlight Used Categories</a></strong></p>
<p>This plugin works in the same way with that one above. Furthermore, it allows to highlight categories when you&#8217;re browsing a post (or even a page) filed under <strong>some categories</strong>, these are (in the category list) marked by adding specific class.</p>
<p>Classes <code>used-cat</code> and eventually <code>used-cat-parent</code> are added to the particular list (list-items) in each category-list (<code>wp_list_category()</code>).</p>
<p><em>Thanks <a href="http://kahi.cz/wordpress/highlight-used-categories-plugin/">Kahi</a> for this plugin.</em></p>
<h3>Code Customization</h3>
<hr />
<p>If you are friendly with WordPress code, you can easily to do highlighting by overriding the <code>wp_list_categories()</code> function. Copy and paste these code to your functions.php file:</p>
<pre class="php">function sgr_show_current_cat_on_single($output) {
     global $post;
     if( is_single() ) {
          $categories = wp_get_post_categories($post-&gt;ID);
          foreach( $categories as $catid ) {
	  $cat = get_category($catid);

	       // Find cat-item-ID in the string
	       if(preg_match('#cat-item-' . $cat-&gt;cat_ID . '#', $output)) {
	            $output = str_replace('cat-item-'.$cat-&gt;cat_ID, 'cat-item-'.$cat-&gt;cat_ID . ' current-cat', $output);
	       }
          }

     }
     return $output;
}

add_filter('wp_list_categories', 'sgr_show_current_cat_on_single');</pre>
<p>Then use css to style it as we usually do with default highlighting current category when viewing it.</p>
<pre class="css">li.current-cat { ...put your styles here...}</pre>
<p><em>Thanks <a href="http://www.studiograsshopper.ch/code-snippets/dynamic-category-menu-highlighting-for-single-posts/">Ade</a> for such awesome stuff!</em></p>
<div class="txtad-cont"></div>
]]></content:encoded>
			<wfw:commentRss>http://aext.net/2010/05/quick-tip-highlight-current-category-menu-item-for-wordpress-single-post/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Display Timeago For WordPress If Less Than 24 Hours</title>
		<link>http://aext.net/2010/04/display-timeago-for-wordpress-if-less-than-24-hours/</link>
		<comments>http://aext.net/2010/04/display-timeago-for-wordpress-if-less-than-24-hours/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 08:32:32 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Hack]]></category>
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://aext.net/?p=5098</guid>
		<description><![CDATA[<p><a href="http://aext.net/theme/platinoom" title="Platinoom - Premium WordPress Themes"><img src="http://aext.net/wp-content/uploads/2011/04/platinoom_wordpress_theme.png" alt="ThemeKiss" /></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/04/display-timeago-for-wordpress-if-less-than-24-hours/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/04/display-timeago-for-wordpress-if-less-than-24-hours/" height="61" width="51" /></a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://aext.net/theme/platinoom" title="Platinoom - Premium WordPress Themes"><img src="http://aext.net/wp-content/uploads/2011/04/platinoom_wordpress_theme.png" alt="ThemeKiss" /></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/04/display-timeago-for-wordpress-if-less-than-24-hours/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/04/display-timeago-for-wordpress-if-less-than-24-hours/" height="61" width="51" /></a></p><p>This small code snippet will help you to display the time ago for WordPress post if your post was published less than 24 hours ago. You can find some code published on other blogs that used for displaying the time different from now to the time when the post published like: &#8220;<em>minutes ago</em>&#8220;, &#8220;<em>hours ago</em>&#8220;, &#8220;<em>days ago</em>&#8220;&#8230; This code will display only when the different time is less than 24 hours.</p>
<p><span id="more-5098"></span></p>
<p>The completed code you need is below. Copy it and paste it to the functions.php file and you are ready to go. No more messing needed.</p>
<pre class="php"><span style="color: #003369;">add_filter</span>(<span style="color: #eb7300;">'the_time'</span>, <span style="color: #eb7300;">'timeago'</span>);

<span style="color: #881350;">function</span> <span style="color: #003369;">timeago</span>()
{
    <span style="color: #881350;">global</span> <span style="color: #825900;">$post</span>;

    <span style="color: #825900;">$date</span> = <span style="color: #825900;">$post</span>-&gt;post_date;

    <span style="color: #825900;">$time</span> = <span style="color: #003369;">get_post_time</span>(<span style="color: #eb7300;">'G'</span>, <span style="color: #881350;">true</span>, <span style="color: #825900;">$post</span>);

    <span style="color: #825900;">$time_diff</span> = <span style="color: #661aa9;">time</span>() - <span style="color: #825900;">$time</span>;

    <span style="color: #881350;">if</span>( <span style="color: #825900;">$time_diff</span> &gt; <span style="color: #0000ff;">0</span> &amp;&amp; <span style="color: #825900;">$time_diff</span> &lt; <span style="color: #0000ff;">24</span>*<span style="color: #0000ff;">60</span>*<span style="color: #0000ff;">60</span> )
        <span style="color: #825900;">$display</span> = <span style="color: #661aa9;">sprintf</span>( <span style="color: #003369;">__</span>(<span style="color: #eb7300;">'%s ago'</span>), <span style="color: #003369;">human_time_diff</span>( <span style="color: #825900;">$time</span> ) );
    <span style="color: #881350;">else</span>
        <span style="color: #825900;">$display</span> = <span style="color: #661aa9;">date</span>(<span style="color: #003369;">get_option</span>(<span style="color: #eb7300;">'date_format'</span>), <span style="color: #661aa9;">strtotime</span>(<span style="color: #825900;">$date</span>) );

    <span style="color: #881350;">return</span> <span style="color: #825900;">$display</span>;
}</pre>
<p>This code will hook into the <span style="color: #003369; font-family: monospace;">the_time()</span> function. It will do the filter which modify the return value of <span style="color: #003369; font-family: monospace;">the_time()</span> before sending it to the browser screen.</p>
<p>The output:</p>
<pre style="font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace;">Published:  5 minutes ago
Published:  12 hours ago

Or

Published:  March 14, 2010 //Depends on your date format setting</pre>
<p><strong>Don&#8217;t forget to subscribe to <a href="http://feeds.feedburner.com/aextnet">our rss feed</a> to receive full code snippets and articles via feed reader or follow us on <a href="http://twitter.com/aextnet">twitter</a>.</strong></p>
<div class="txtad-cont"></div>
]]></content:encoded>
			<wfw:commentRss>http://aext.net/2010/04/display-timeago-for-wordpress-if-less-than-24-hours/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>How To Wrap Google Adsense In WordPress Posts Correctly</title>
		<link>http://aext.net/2010/01/how-to-wrap-google-adsense-in-wordpress-posts-correctly/</link>
		<comments>http://aext.net/2010/01/how-to-wrap-google-adsense-in-wordpress-posts-correctly/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 06:57:00 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Google Adsense]]></category>
		<category><![CDATA[WordPress Hack]]></category>

		<guid isPermaLink="false">http://aext.net/?p=3010</guid>
		<description><![CDATA[<p><a href="http://aext.net/theme/platinoom" title="Platinoom - Premium WordPress Themes"><img src="http://aext.net/wp-content/uploads/2011/04/platinoom_wordpress_theme.png" alt="ThemeKiss" /></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/01/how-to-wrap-google-adsense-in-wordpress-posts-correctly/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/01/how-to-wrap-google-adsense-in-wordpress-posts-correctly/" height="61" width="51" /></a></p>It's easy to add Google Adsense code in the top, the bottom of WordPress posts by edit your WordPress theme posts file. However, sometime you need to wrap Google Adsense code in WordPress posts, and you can not do as the same way as add it on top, bottom. This article will explain you how to do that. <a href="http://aext.net/2010/01/how-to-wrap-google-adsense-in-wordpress-posts-correctly/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://aext.net/theme/platinoom" title="Platinoom - Premium WordPress Themes"><img src="http://aext.net/wp-content/uploads/2011/04/platinoom_wordpress_theme.png" alt="ThemeKiss" /></a></p><p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/01/how-to-wrap-google-adsense-in-wordpress-posts-correctly/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/01/how-to-wrap-google-adsense-in-wordpress-posts-correctly/" height="61" width="51" /></a></p><p>It&#8217;s easy to add Google Adsense code in the top, the bottom of WordPress posts by edit your WordPress theme posts file. However, sometime you need to wrap Google Adsense code in WordPress posts, and you can not do as the same way as add it on top, bottom. This article will explain you how to do that.</p>
<p><span id="more-3010"></span></p>
<p>For coupe of months ago, I published a post <a href="http://aext.net/2009/10/wordpress-hack-anything-can-be-added-anywhere-in-the-post-content/">WordPress Hack: Anything Can Be Added Anywhere In The Post Content</a>. With that tutorial, you can add anything in WordPress posts on top, bottom before other plugins do, even right below the post excerpt.</p>
<p>Updated: Thanks to <a href="http://aext.net/2010/01/how-to-wrap-google-adsense-in-wordpress-posts-correctly/comment-page-1/#comment-4234">Jonathan Foucher</a> and <a href="http://aext.net/2010/01/how-to-wrap-google-adsense-in-wordpress-posts-correctly/comment-page-1/#comment-4236">Nathan J. Brauer</a> for notify me the replacement function. I need to visit more often on php manual site.</p>
<h3>1. Replacement using str_replace() function</h3>
<p>The only one way for you to insert Google Adsense or anything in WordPress Posts is using str_replace() function to scan the whole content for the string like <em>&lt;!-googlead-&gt;</em> then replace it by the Google Adsense code.</p>
<p>First, create a function like this one below in functions.php file:</p>
<pre class="php">function googleadsense($content){

  $adsensecode = 'GOOGLE ADSENSE GOES HERE';

  $pattern = '&lt;!-googlead-&gt;';

  $content = str_replace($pattern, $adsensecode, $content);

  return $content;      
}

add_filter('the_content', 'googleadsense');</pre>
<p>That&#8217;s all you need. Now, whenever you publish a post, insert <em>&lt;!-googlead-&gt;</em> in post content where you want Google Adsense to be displayed.</p>
<p>[smartads]</p>
<h3>2. Using Shortcode API</h3>
<p>From version 2.5.1, WordPress has supported <strong>Shortcode API</strong>, a simple set of functions for creating macro codes for use in post content. We need to write a function which is a shortcode handler function in funtions.php file. The return value of a shortcode handler function is inserted into the post content output in place of the shortcode macro.</p>
<p>In this case, we will use the shortcode <em>[googlead]</em> to insert Google Adsense code in WordPress post. All the code we need is:</p>
<pre class="php">function googlead_shortcode() {

  $adsensecode = 'GOOGLE ADSENSE SHORCODE GOES HERE';

  return $adsensecode;
}

add_shortcode('googlead', 'googlead_shortcode');</pre>
<p>Refer to the code above, when the_content is displayed, the shortcode API will parse any registered shortcodes such as <em>[googlead]</em>. The return (Google Adsense code) by the shortcode handler will be inserted into the post body in place of the shortcode [googlead] itself.</p>
<p>In my conclusion, these two code snippets above is the simplest and easiest to insert wrap Google Adsense code in WordPress posts. However, you sometime need to change the Google Adsense code to display, you should use the WordPress Option value for Google Adsense code instead of adding the ad code in functions.php file. Have you tried to add options for your WordPress theme before? If not, please take a look at this post: <a href="http://aext.net/2009/10/wordpress-theme-design-with-options-adminstration/">WordPress Theme Design with Options Adminstration</a>. Hope this post is useful for you!</p>
<div class="txtad-cont"></div>
]]></content:encoded>
			<wfw:commentRss>http://aext.net/2010/01/how-to-wrap-google-adsense-in-wordpress-posts-correctly/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
	</channel>
</rss>

