<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Wordpress as I Know it #11: Using HTML</title>
	<atom:link href="http://www.postcardsfromthefunnyfarm.com/wordpress-as-i-know-it-11-using-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.postcardsfromthefunnyfarm.com/wordpress-as-i-know-it-11-using-html/</link>
	<description>Psychology and inspiration from outside the box</description>
	<pubDate>Fri, 09 Jan 2009 08:09:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Damien Riley</title>
		<link>http://www.postcardsfromthefunnyfarm.com/wordpress-as-i-know-it-11-using-html/comment-page-1/#comment-820</link>
		<dc:creator>Damien Riley</dc:creator>
		<pubDate>Wed, 08 Aug 2007 00:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.postcardsfromthefunnyfarm.com/2007/08/02/wordpress-as-i-know-it-11-using-html/#comment-820</guid>
		<description>Looks like you're gettin' to be a Wordpress code pro already!  Good job.</description>
		<content:encoded><![CDATA[<p>Looks like you&#8217;re gettin&#8217; to be a Wordpress code pro already!  Good job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misty</title>
		<link>http://www.postcardsfromthefunnyfarm.com/wordpress-as-i-know-it-11-using-html/comment-page-1/#comment-821</link>
		<dc:creator>Misty</dc:creator>
		<pubDate>Wed, 08 Aug 2007 00:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.postcardsfromthefunnyfarm.com/2007/08/02/wordpress-as-i-know-it-11-using-html/#comment-821</guid>
		<description>Hi Damien,

Sorry, not publishing the page had problems with some browsers. After some in depth testing, here is solution seems to work consistently ;-):

1. Publish the page in WordPress.

2. Use the ID generated in step1 in the menu item href wherever it is(for example, href="http://noname/?
page_id=19"). It is in Header.php in my case.

3. Excluding page 19 from the menu bar after the page is published by using exclude parameter
    TAG ?php wp_list_pages('title_li= &#38;exclude=19'); ? TAG

Thanks for everything, I will be back soon.</description>
		<content:encoded><![CDATA[<p>Hi Damien,</p>
<p>Sorry, not publishing the page had problems with some browsers. After some in depth testing, here is solution seems to work consistently ;-):</p>
<p>1. Publish the page in WordPress.</p>
<p>2. Use the ID generated in step1 in the menu item href wherever it is(for example, href=&#8221;http://noname/?<br />
page_id=19&#8243;). It is in Header.php in my case.</p>
<p>3. Excluding page 19 from the menu bar after the page is published by using exclude parameter<br />
    TAG ?php wp_list_pages(&#8217;title_li= &amp;exclude=19&#8242;); ? TAG</p>
<p>Thanks for everything, I will be back soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Riley</title>
		<link>http://www.postcardsfromthefunnyfarm.com/wordpress-as-i-know-it-11-using-html/comment-page-1/#comment-819</link>
		<dc:creator>Damien Riley</dc:creator>
		<pubDate>Mon, 06 Aug 2007 06:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.postcardsfromthefunnyfarm.com/2007/08/02/wordpress-as-i-know-it-11-using-html/#comment-819</guid>
		<description>Misty!  I am so pleased to see you are making your Wordpress dreams come true!  You taught me something about that page creation (without publishing) thing THANK YOU!</description>
		<content:encoded><![CDATA[<p>Misty!  I am so pleased to see you are making your Wordpress dreams come true!  You taught me something about that page creation (without publishing) thing THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misty</title>
		<link>http://www.postcardsfromthefunnyfarm.com/wordpress-as-i-know-it-11-using-html/comment-page-1/#comment-818</link>
		<dc:creator>Misty</dc:creator>
		<pubDate>Sun, 05 Aug 2007 16:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.postcardsfromthefunnyfarm.com/2007/08/02/wordpress-as-i-know-it-11-using-html/#comment-818</guid>
		<description>Oh, it doesn't let me placing one line simple code here. The example is basically to add div class="POST"  and A href="YourdomainPath/?page_id=NUMBER"</description>
		<content:encoded><![CDATA[<p>Oh, it doesn&#8217;t let me placing one line simple code here. The example is basically to add div class=&#8221;POST&#8221;  and A href=&#8221;YourdomainPath/?page_id=NUMBER&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misty</title>
		<link>http://www.postcardsfromthefunnyfarm.com/wordpress-as-i-know-it-11-using-html/comment-page-1/#comment-817</link>
		<dc:creator>Misty</dc:creator>
		<pubDate>Sun, 05 Aug 2007 16:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.postcardsfromthefunnyfarm.com/2007/08/02/wordpress-as-i-know-it-11-using-html/#comment-817</guid>
		<description>Hi Damien,

Thanks for showing me how to navigate in WordPress, which is still very new to me.

Uh, I've just figured out the problem and I am so happy that it's working now :-).

In a default theme, in order to load a page linked to a mouse over menu item or any menu item, here are the steps:

1. Create a page and save it. Do not publish it because it will create an extra menu item(which is not what I want). (login to WordPress, go to Manage-&#62;Pages).

2. Place the page id NUMBER that was created in step 1 in the desired URL path for the Mouse Over menu item. For example:

&lt;a href="YourdomainPath/?page_id=NUMBER" title="MYTEST" rel="nofollow"&gt;Mytest&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi Damien,</p>
<p>Thanks for showing me how to navigate in WordPress, which is still very new to me.</p>
<p>Uh, I&#8217;ve just figured out the problem and I am so happy that it&#8217;s working now :-).</p>
<p>In a default theme, in order to load a page linked to a mouse over menu item or any menu item, here are the steps:</p>
<p>1. Create a page and save it. Do not publish it because it will create an extra menu item(which is not what I want). (login to WordPress, go to Manage-&gt;Pages).</p>
<p>2. Place the page id NUMBER that was created in step 1 in the desired URL path for the Mouse Over menu item. For example:</p>
<p><a target="_blank" href="YourdomainPath/?page_id=NUMBER" title="MYTEST" rel="nofollow">Mytest</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Riley</title>
		<link>http://www.postcardsfromthefunnyfarm.com/wordpress-as-i-know-it-11-using-html/comment-page-1/#comment-816</link>
		<dc:creator>Damien Riley</dc:creator>
		<pubDate>Sat, 04 Aug 2007 20:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.postcardsfromthefunnyfarm.com/2007/08/02/wordpress-as-i-know-it-11-using-html/#comment-816</guid>
		<description>The codex is the bomb!  Hang out there for sure.  There's also a section called Wordpress Lessons that might help.

I'd recommend looking for a theme you like rather than doing a static front with a call to show recent posts.  That can be done for sure, but it's advanced!  More than I could explain here.  Also, if I knew something of what you were planning to do, maybe I could help better that way.  You have to settle sometimes between what you envision and what is possible.  Keep me posted on the codex and one of these days, gimme your link ;)  I'll promise to keep it under wraps!!!</description>
		<content:encoded><![CDATA[<p>The codex is the bomb!  Hang out there for sure.  There&#8217;s also a section called Wordpress Lessons that might help.</p>
<p>I&#8217;d recommend looking for a theme you like rather than doing a static front with a call to show recent posts.  That can be done for sure, but it&#8217;s advanced!  More than I could explain here.  Also, if I knew something of what you were planning to do, maybe I could help better that way.  You have to settle sometimes between what you envision and what is possible.  Keep me posted on the codex and one of these days, gimme your link ;)  I&#8217;ll promise to keep it under wraps!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misty</title>
		<link>http://www.postcardsfromthefunnyfarm.com/wordpress-as-i-know-it-11-using-html/comment-page-1/#comment-814</link>
		<dc:creator>Misty</dc:creator>
		<pubDate>Fri, 03 Aug 2007 22:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.postcardsfromthefunnyfarm.com/2007/08/02/wordpress-as-i-know-it-11-using-html/#comment-814</guid>
		<description>Uh, for #2, I've been testing Header.php, which has the function wp_list_pages(). This funtion seems to be generating each page number (i.e. "?page_id=15" &#38; etc). Thus, I am reading this page:

http://codex.wordpress.org/wp_list_pages
Thanks, Damien.</description>
		<content:encoded><![CDATA[<p>Uh, for #2, I&#8217;ve been testing Header.php, which has the function wp_list_pages(). This funtion seems to be generating each page number (i.e. &#8220;?page_id=15&#8243; &amp; etc). Thus, I am reading this page:</p>
<p><a target="_blank" href="http://codex.wordpress.org/wp_list_pages" rel="nofollow">codex.wordpress.org/wp_list_pages</a><br />
Thanks, Damien.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misty</title>
		<link>http://www.postcardsfromthefunnyfarm.com/wordpress-as-i-know-it-11-using-html/comment-page-1/#comment-815</link>
		<dc:creator>Misty</dc:creator>
		<pubDate>Fri, 03 Aug 2007 22:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.postcardsfromthefunnyfarm.com/2007/08/02/wordpress-as-i-know-it-11-using-html/#comment-815</guid>
		<description>Hi Damien,

Thanks very much for the detailed info and instructions, which had me created a HTML page with the default theme in it. I've just begun to learn PHP, CSS and HTML :-). My other programming lanugage skills may make my learning easier here.

Here are my additional questions and goals:

1. After selecting the new page as a static page in the Front page field, my latest posts can No longer be picked in the Front page displays, have I understood it correctly?

2. By the Theme default, there is a new menu item created along with the newly created page. Instead of creating the new menu item "mytest", I'd prefer the new page being invoked whenever one clicks on the "MYTEST" popup menu items. (I'll also try the WordPress Forums)</description>
		<content:encoded><![CDATA[<p>Hi Damien,</p>
<p>Thanks very much for the detailed info and instructions, which had me created a HTML page with the default theme in it. I&#8217;ve just begun to learn PHP, CSS and HTML :-). My other programming lanugage skills may make my learning easier here.</p>
<p>Here are my additional questions and goals:</p>
<p>1. After selecting the new page as a static page in the Front page field, my latest posts can No longer be picked in the Front page displays, have I understood it correctly?</p>
<p>2. By the Theme default, there is a new menu item created along with the newly created page. Instead of creating the new menu item &#8220;mytest&#8221;, I&#8217;d prefer the new page being invoked whenever one clicks on the &#8220;MYTEST&#8221; popup menu items. (I&#8217;ll also try the WordPress Forums)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
