<?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>See How Two &#187; WordPress Customization Blog</title>
	<atom:link href="http://seehowtwo.com/category/wordpress-customization-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://seehowtwo.com</link>
	<description>help is less than two minutes away</description>
	<lastBuildDate>Fri, 17 Feb 2012 10:26:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Proper tag for home page conditionals</title>
		<link>http://seehowtwo.com/2009/10/proper-tag-for-home-page-conditionals/</link>
		<comments>http://seehowtwo.com/2009/10/proper-tag-for-home-page-conditionals/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 12:55:53 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[WP Coding Tips]]></category>

		<guid isPermaLink="false">http://seehowtwo.com/?p=229</guid>
		<description><![CDATA[If you&#8217;re trying to use a conditional to display or not display something on your home page, you should be aware that this conditional:
is_home()
only works for the blog posts page.  If you have your home set to a static page, it won&#8217;t affect that page.  It will continue to work for whatever page you have [...]


Related Videos or Posts:<ol><li><a href='http://seehowtwo.com/2009/01/wp-26-changing-your-home-page/' rel='bookmark' title='Changing your home page'>Changing your home page</a> <small>The page that people see when they first come to...</small></li>
<li><a href='http://seehowtwo.com/2009/01/wp-26-writing-a-page-overview/' rel='bookmark' title='Writing a page &#8211; overview'>Writing a page &#8211; overview</a> <small>The basics of creating a new static page in WordPress....</small></li>
<li><a href='http://seehowtwo.com/2009/08/proper-syntax-for-including-a-sub-page-in-a-series-of-included-pages/' rel='bookmark' title='Proper syntax for including a sub-page in a series of included pages'>Proper syntax for including a sub-page in a series of included pages</a> <small>Suppose you already have a specified set of pages you&#8217;re...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://seehowtwo.com/2009/10/proper-tag-for-home-page-conditionals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listing a parent page and its children</title>
		<link>http://seehowtwo.com/2009/08/listing-a-parent-page-and-its-children/</link>
		<comments>http://seehowtwo.com/2009/08/listing-a-parent-page-and-its-children/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 16:45:55 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[WP Coding Tips]]></category>

		<guid isPermaLink="false">http://seehowtwo.com/?p=208</guid>
		<description><![CDATA[I wanted to have a set of pages &#8211; a parent and sub-pages or child pages &#8211; that I could use as a separate menu down on the footer (for privacy, disclaimers, etc.).  The issue was, how to code WordPress to display them as a single list of pages.
First I tried this:
&#60;ul&#62;
&#60;?php wp_list_pages('title_li=&#38;include=416&#38;depth=2'); ?&#62;
&#60;/ul&#62;
thinking that [...]


Related Videos or Posts:<ol><li><a href='http://seehowtwo.com/2009/08/proper-syntax-for-including-a-sub-page-in-a-series-of-included-pages/' rel='bookmark' title='Proper syntax for including a sub-page in a series of included pages'>Proper syntax for including a sub-page in a series of included pages</a> <small>Suppose you already have a specified set of pages you&#8217;re...</small></li>
<li><a href='http://seehowtwo.com/2009/01/wp-27-sub-page-list-in-sidebar-without-a-menu-listing/' rel='bookmark' title='Sub-page list in sidebar without a menu listing'>Sub-page list in sidebar without a menu listing</a> <small>If you want to have a list of sub-pages always...</small></li>
<li><a href='http://seehowtwo.com/2009/08/plugin-to-help-manage-your-lists-of-pages/' rel='bookmark' title='Plugin to help manage your page menus'>Plugin to help manage your page menus</a> <small>It can be a nuisance to manage your menus for...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://seehowtwo.com/2009/08/listing-a-parent-page-and-its-children/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing placement of a meta box on admin pages</title>
		<link>http://seehowtwo.com/2009/08/changing-placement-of-a-meta-box-on-admin-pages/</link>
		<comments>http://seehowtwo.com/2009/08/changing-placement-of-a-meta-box-on-admin-pages/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 13:26:52 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[WP Coding Tips]]></category>

		<guid isPermaLink="false">http://seehowtwo.com/?p=206</guid>
		<description><![CDATA[I recently added a plugin, and the meta box on post and page screens appeared before the excerpt meta box.  The client was going to have multiple contributors and we didn&#8217;t want them to see this plug-in first (it had a very large meta box) and potentially forget that there was an excerpt box and [...]


Related Videos or Posts:<ol><li><a href='http://seehowtwo.com/2011/10/fewer-default-boxes-on-post-and-page-screens/' rel='bookmark' title='Fewer default boxes on post and page screens'>Fewer default boxes on post and page screens</a> <small>As of WordPress 3.1 you&#8217;ll notice fewer meta boxes when...</small></li>
<li><a href='http://seehowtwo.com/2009/08/proper-syntax-for-including-a-sub-page-in-a-series-of-included-pages/' rel='bookmark' title='Proper syntax for including a sub-page in a series of included pages'>Proper syntax for including a sub-page in a series of included pages</a> <small>Suppose you already have a specified set of pages you&#8217;re...</small></li>
<li><a href='http://seehowtwo.com/2009/02/passworded-posts-or-pages-remain-visible/' rel='bookmark' title='Passworded posts or pages remain visible'>Passworded posts or pages remain visible</a> <small>After viewing a password-protected post or page, you&#8217;ll find that...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://seehowtwo.com/2009/08/changing-placement-of-a-meta-box-on-admin-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proper syntax for including a sub-page in a series of included pages</title>
		<link>http://seehowtwo.com/2009/08/proper-syntax-for-including-a-sub-page-in-a-series-of-included-pages/</link>
		<comments>http://seehowtwo.com/2009/08/proper-syntax-for-including-a-sub-page-in-a-series-of-included-pages/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 15:52:14 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[WP Coding Tips]]></category>

		<guid isPermaLink="false">http://seehowtwo.com/?p=200</guid>
		<description><![CDATA[Suppose you already have a specified set of pages you&#8217;re displaying in a menu.  You&#8217;ve used the include parameter in your tag, so it looks like this:
&#60;?php wp_list_pages('title_li=&#38;depth=1&#38;include=69,181,95,73'); ?&#62;
You want to add a sub-page to this list of included pages, but when you do that, it doesn&#8217;t show.  You might think it&#8217;s because you have [...]


Related Videos or Posts:<ol><li><a href='http://seehowtwo.com/2009/08/listing-a-parent-page-and-its-children/' rel='bookmark' title='Listing a parent page and its children'>Listing a parent page and its children</a> <small>I wanted to have a set of pages &#8211; a...</small></li>
<li><a href='http://seehowtwo.com/2009/08/plugin-to-help-manage-your-lists-of-pages/' rel='bookmark' title='Plugin to help manage your page menus'>Plugin to help manage your page menus</a> <small>It can be a nuisance to manage your menus for...</small></li>
<li><a href='http://seehowtwo.com/2009/10/proper-tag-for-home-page-conditionals/' rel='bookmark' title='Proper tag for home page conditionals'>Proper tag for home page conditionals</a> <small>If you&#8217;re trying to use a conditional to display or...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://seehowtwo.com/2009/08/proper-syntax-for-including-a-sub-page-in-a-series-of-included-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Growing up with child themes</title>
		<link>http://seehowtwo.com/2009/08/growing-up-with-child-themes/</link>
		<comments>http://seehowtwo.com/2009/08/growing-up-with-child-themes/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 07:09:22 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[WP Concepts]]></category>

		<guid isPermaLink="false">http://seehowtwo.com/?p=189</guid>
		<description><![CDATA[The topic of my talk at WordCamp Fraser Valley 2009 was Growing Up With Child Themes.  Briefly, a child theme is one that uses the style sheet and template files of another theme &#8211; the parent &#8211; and can override them.  The basic idea is that instead of modifying the parent files, you simply drop [...]


Related Videos or Posts:<ol><li><a href='http://seehowtwo.com/2009/01/wp-27-creating-child-pages/' rel='bookmark' title='Creating child pages'>Creating child pages</a> <small>You can create sub-pages or child pages in WordPress &#8211;...</small></li>
<li><a href='http://seehowtwo.com/2011/10/why-you-need-to-be-careful-with-free-wordpress-themes/' rel='bookmark' title='Why you need to be careful with free WordPress themes'>Why you need to be careful with free WordPress themes</a> <small>I was talking to a client the other day about...</small></li>
<li><a href='http://seehowtwo.com/2011/12/wordpress-3-3-the-top-5-features/' rel='bookmark' title='WordPress 3.3: The Top 5 Features'>WordPress 3.3: The Top 5 Features</a> <small>The latest version of WordPress will be released any day...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://seehowtwo.com/2009/08/growing-up-with-child-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Shortcode outside of the_content()</title>
		<link>http://seehowtwo.com/2009/08/using-shortcode-outside-of-the_content/</link>
		<comments>http://seehowtwo.com/2009/08/using-shortcode-outside-of-the_content/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 06:30:18 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[WP Coding Tips]]></category>

		<guid isPermaLink="false">http://seehowtwo.com/?p=187</guid>
		<description><![CDATA[I had some shortcode that couldn't be used in the body of certain posts. It needed to be inserted in a template, but of course that prevented it from being rendered by WordPress.


No related posts.]]></description>
		<wfw:commentRss>http://seehowtwo.com/2009/08/using-shortcode-outside-of-the_content/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

