<?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>WP Assist &#187; WordPress.org</title>
	<atom:link href="http://wpassist.com/category/wordpressorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpassist.com</link>
	<description>Assisting you on all things WordPress</description>
	<lastBuildDate>Sat, 29 Mar 2008 21:30:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 2.5 Released &amp; My Needed Fix for Image Upload on servers with Mod_Security</title>
		<link>http://wpassist.com/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security/</link>
		<comments>http://wpassist.com/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 21:22:44 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[WordPress.org]]></category>
		<category><![CDATA[Admin Panel]]></category>
		<category><![CDATA[Blog Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Custom Fields]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[WordPress 2.5]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://wpassist.com/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security/</guid>
		<description><![CDATA[&#160;

WordPress 2.5 was finally released today, after much anticipation.  Matt Mullenweg did a comprehensive post on the WordPress Blog about this new update and the changes to 2.5. I won&#8217;t go through all the major changes &#8211; - just read Matt&#8217;s post.. he&#8217;s done a nice job of explaining a few things and includes [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div align="center"><img src='http://justagirlintheworld.com/wp-content/uploads/2008/03/wordpressorg.jpg' alt='WordPress.Org Version 2.5 Released March 29, 2008' /></div>
<p>WordPress 2.5 was finally released today, after much anticipation.  <a href="http://ma.tt">Matt Mullenweg</a> did a comprehensive post on the <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress Blog</a> about this new update and the changes to 2.5. I won&#8217;t go through all the major changes &#8211; - just read Matt&#8217;s post.. he&#8217;s done a nice job of explaining a few things and includes a video on some the enhancements.  The <a href="http://wordpress.org">WordPress.Org</a> website has undergone a brand new re-design that coordinates with the new design of the WordPress Dashboard, as well.  Some very nice improvements in the design you&#8217;ll notice when you upgrade to WordPress 2.4 &#8211; - it&#8217;s a little difficult to get used to, at first, but it&#8217;s a lighter interface with, overall, some very nice improvements.  I think once users get over the initial shock of everything looking different and being moved around and renamed&#8230; the old design will be a distant memory as we all move forward.   My only sticky point on the new interface design is that it is all left aligned.  On my 1280 monitor &#8211; - it&#8217;s a little hard to take.  But if that&#8217;s the worst of it &#8211; I&#8217;m good.</p>
<p>I ran into a little buggy issue with the image uploader in 2.5 that seems to revolve around the fact that my server runs <a href="http://www.webhostingresourcekit.com/137.html">mod_security</a>.  The new image uploader uses a Flash interface and mod_security was rejecting it completely.  I could not upload images at all and kept getting errors.  (<a href="http://wordpress.org/support/topic/162373?replies=12#post-716574">Read my post in the WordPress Support Forum about this issue and the errors</a>).</p>
<p>If you find this to be the case in your situation &#8211; disabling mod_security on one file, in particular, has solved the problem for me and I accomplished that by adding the following rules to the .htaccess file in my WordPress installation directory:</p>
<pre><code>&lt;IfModule mod_security.c&gt;
&lt;Files async-upload.php&gt;
SecFilterEngine Off
SecFilterScanPOST Off
&lt;/Files&gt;
&lt;/IfModule&gt;</code></pre>
<p>For me, that worked like a dream &#8211; - now the image uploader works fine and I&#8217;m able to take advantage of the gallery features with 2.5.  Though, if everyone is shutting off security on that one single file &#8211; - it will become a file targeted for foolery and exploit, and it won&#8217;t take long, so the hole will need to be closed, eventually.  Locking that file down to a particular IP is a solution for someone who has that kind of access.</p>
<p>When this weekend is over, I will have completed a PDF chapter that covers the changes in WordPress 2.5.  This chapter will be available as a free, downloadable PDF document on <a href="http://dummies.com">Dummies.com</a>, as well as being available here on my site for free download.</p>
<p>This free PDF chapter update for <a href="http://tinyurl.com/2448c6">WordPress For Dummies</a> is being done in tandem to the planning and writing of the second edition of WordPress For Dummies, due to be released a bit later this year.  This weekend, I am revising the Table of Contents as I plan the content inclusion for the second edition, which will, of course, include WordPress 2.5 updates.  Though, due to much feedback I&#8217;ve recieved from readers &#8211; - there&#8217;s much demand for more information on WordPress theme information: tweaking, modifying existing themes, theme development, CSS information , etc.  Themes were covered in the first edition &#8211; - but on a pretty basic level.  We&#8217;ll be looking at more in-depth information on themes, template tags and the like with the second edition, as well as more information on upgrading, using custom fields and plugin information.</p>
<p>I&#8217;m thrilled that the fine folks at <a href="http://wiley.com">Wiley Publishing</a> recognize the popularity of the WordPress blogging platform and understand the community and the progressive nature of the software development, so much so that they want to keep the book project moving forward, rather than stagnating on the shelves with only a first edition that covers outdated development.  This was one of my main concerns when entering into this book project &#8211; and they have answered the call.  Good on them, I say!</p>
<p><small>Cross-posted to <a href="http://justagirlintheworld.com/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security">Lisa Sabin-Wilson&#8217;s blog</a> and <a href="http://blogs-about.com/2008/03/29/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security/">Blogs About Hosting</a></small></p>
<p class="akst_link"><a href="http://wpassist.com/?p=70&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_70" class="akst_share_link" rel="nofollow">Share This</a>
</p>   <hr noshade style="margin:0;height:1px" />
<p>&copy; <a href="http://wpassist.com">Lisa Sabin-Wilson</a>, 2008 - Author of <a href="http://tinyurl.com/2448c6"><em>WordPress for Dummies</em></a></p>
<p><a href="http://ewebscapes.com/browse/design-portfolio">Design Portfolio</a> | <a href="http://ewebscapes.com/designblog">Design Blog</a> | <a href="http://ewebscapes.com/order">Request a Custom Design</a> | <a href="http://justagirlintheworld.com">Lisa's Personal Blog</a> | <a href="http://snappingphotos.com">Lisa's Photoblog</a></p>
<p>Browse the archive of posts filed under <a href="http://wpassist.com/category/wordpressorg/" title="View all posts in WordPress.org" rel="category tag">WordPress.org</a>.</p> 
<hr noshade style="margin:0;height:1px" />]]></content:encoded>
			<wfw:commentRss>http://wpassist.com/wordpress-25-released-my-needed-fix-for-image-upload-on-servers-with-mod_security/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Administration Panel Preview: Upcoming 2.5</title>
		<link>http://wpassist.com/wordpress-administration-panel-preview-upcoming-25/</link>
		<comments>http://wpassist.com/wordpress-administration-panel-preview-upcoming-25/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 15:09:30 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[WordPress.org]]></category>
		<category><![CDATA[Admin Panel]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[Blog Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[WordPress 2.4]]></category>
		<category><![CDATA[WordPress 2.5]]></category>

		<guid isPermaLink="false">http://wpassist.com/wordpress-administration-panel-preview-upcoming-25/</guid>
		<description><![CDATA[I took the opportunity to install the latest changes to the WordPress software we all know and love.  Right now, the Administration Panel footer says I&#8217;m using 2.4-Bleeding &#8211; - it is the latest build as of 2.12.08.  There are some things I just love about &#8211; - other things?  Not so [...]]]></description>
			<content:encoded><![CDATA[<p>I took the opportunity to install the latest changes to the WordPress software we all know and love.  Right now, the Administration Panel footer says I&#8217;m using 2.4-Bleeding &#8211; - it is the latest build as of 2.12.08.  There are some things I just love about &#8211; - other things?  Not so much.  I do understand the design work on it is not completed yet.  With a release date of sometime the middle to the end of March.. I would say WP has a ways to go.</p>
<p><strong>The Dashboard.  Have a look:</strong></p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2008/02/wpadminpanel212.jpg' alt='WordPress Administration Panel 2.5, 2.4 Bleeding' /></div>
<p>While I am not in love with the design&#8230; the colors or the layout &#8211; - what I am in love with is the ability to edit certain sections of the dashboard.. mainly the RSS Feeds that are fed into the Dashboard:</p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2008/02/wpdashboardfeeds21208.jpg' alt='WordPress 2.5 Dashboard RSS Feeds' /></div>
<p><strong>The Write Post page:</strong><br />
This page bothers me and I hope there&#8217;s more development to be done on it.  All of the items that you&#8217;re used to having on the right sidebar is waaaaaaaay at the bottom.  I have a feeling this is temporary and we&#8217;ll see those times wrap up to the right side soon (I suspect this is the reason for the blank white space to the right of the write post box).</p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2008/02/wordpresswritepostpage21208.jpg' alt='WordPress Administration Panel 2.5 Write Post Page' /></div>
<p><strong>WordPress Widgets</strong><br />
Looks like the Widgets page gets an overhaul, as well. </p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2008/02/wordpresswidgets21208.jpg' alt='WordPress Widgets 2.5, Build February 12, 2008' /></div>
<p> Instead of the Widget boxes being at the bottom&#8230; they are on the left site.  This is nice and clean&#8230;.maybe until you have a theme with three, four or five columns of widgets &#8211; - looks like there is a drop down menu so you can choose which sidebar you&#8217;re currently working with.  Kind of nice&#8230; I rather liked having it all on one page so I could look at all the sidebars together and do a mental check on which widgets I&#8217;ve placed where &#8211; - now I have to choose the sidebar in the drop down and click  &#8220;Go&#8221; to view each, individual sidebar within the Widget Panel.</p>
<p>The Widget boxes that we&#8217;re used to dragging into the sidebar are no longer &#8216;draggable&#8217; &#8211; - rather, you click an &#8220;Add&#8221; link to add it to the sidebar&#8230; and only THEN can you drag it around to re-organized the sidebar.  The Sidebars in the Widget panel, right NOW, have labels on them &#8211; - and you can use the functions.php to change the label to &#8220;Left Sidebar&#8221;, &#8220;Right Sidebar&#8221;, etc, etc &#8211; hopefully that remains the case when 2.5 comes out and the labels I assign in the functions.php will show up in the drop down menu on the Widgets page.  Havent&#8217; played with this yet&#8230;. I suspect it will work that way, though.</p>
<p><strong>Theme Editor</strong><br />
So far, it doesn&#8217;t look like the Theme Editor has changed much:</p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2008/02/wordpressthemeeditor21208.jpg' alt='WordPress 2.5 Administration Panel Theme Editor' /></div>
<p><strong>Tag Manager</strong><br />
Happily &#8211; they&#8217;ve built a Tag Manager into this upcoming release.  Currently, WordPress 2.3.x has tags and that was a great addition to the platform&#8230; unfortunately, there is no easy way to manage those tags without dipping into the database, and not every user is willing, or able, to do that.  Expect the ability to manage those tags with 2.5:</p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2008/02/wordpresstagmanager21208.jpg' alt='WordPress Tag Manager version 2.5' /></div>
<p><strong>Gravatar Support</strong><br />
As reported on this blog, and others, <a href="http://wpassist.com/automattic-acquired-gravatar/">Automattic recently acquired Gravatar</a> and it looks like WordPress 2.5 is going to come with built-in Gravatar support.  Does this mean no more Gravatar plugins?  Unsure.. but it seems so:</p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2008/02/wordpressgravatar21208.jpg' alt='WordPress 2.5 Gravatar Support' /></div>
<p>Although, if that is the case with Gravatars &#8211; - it would be nice to see some form of integration in the User Profile area, but so far, there&#8217;s not:</p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2008/02/wordpressprofilepage21208.jpg' alt='WordPress 2.5 User Profile Page' /></div>
<p>Although, a very nice addition to the User Profile page is the Password area&#8230; WordPress will let you know if your Password is strong, or weak:</p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2008/02/wordpresspassword21208.jpg' alt='WordPress Password' /></div>
<p>Here&#8217;s a wishlist item:  Password generator that generates a random, strong password.  Although, remembering said password is usually tough.</p>
<p>The End.</p>
<p>That&#8217;s my review for the moment.  I&#8217;m not loving the new design &#8211; but I&#8217;m sure it will grow on me.  I am also looking forward to the end result &#8211; - when all is said and done, I&#8217;m hopeful that I will fall in love with the new design of the Admininstration panel.  Right now, it somewhat reminds me of what Blogger used to be in the beginning&#8230;. and, in someways, it <em>almost</em> feels like its&#8217; headed in the direction that MT4 currently is right now (though, MT4&#8217;s panel design is more sophisticated than this beta version of WP &#8211; at the moment) &#8211; I think that has to do, primarily, with the color scheme of choice and the way the top menu/tabs are arranged.</p>
<p>I do worry about users who are already complaining to me about &#8220;WordPress Fatigue&#8221; &#8211; in reference to the amount of updates and upgrades they have to perform on a pretty regular basis. I&#8217;ve had quite a few clients make the move from WordPress to Movable Type for just that reason alone.  As WordPress becomes more and more popular with bloggers and website owners &#8211; people are beginning to realize how much maintainance WordPress really does require.  Not all users are so technical and want to keep up with such fast-paced development.  It&#8217;s not just the upgrades &#8211; - but it&#8217;s the adjustments after the upgrades, as well.  Adjustments to template tags, adjustments to plugins and just plain old adjustments to the ol&#8217; learning curve.  These upcoming changes to the admin panel are likely to throw some of those users into a tizzy just trying to figure out where everything is&#8230;.just as soon as they&#8217;ve begun to figure it out with the latest version.</p>
<p>I had a client comment <em>&#8220;I&#8217;ve been using WordPress for a year now &#8211; - it was bragged to me as &#8216;user friendly&#8217; and it is &#8211; - once you have it running.  USING it is no problem&#8230; keeping it running with upgrades to the software, the template tags and plugins is a whole thing altogether.  I thought WordPress eliminated my need for a webmaster&#8230; but I&#8217;m finding that not to be the case.  I need one just to keep me up to date.  WordPress makes my head spin.&#8221;</em></p>
<p>I can see validity to that constructive criticism.</p>
<p>However, I can also say that WordPress is progressing and developing into a REAL content management system to be reckoned with (ok &#8211; it already is) &#8211; - ongoing progress and improvement will only enhance the user experience.. that goes for end users of the software&#8230; and users/readers of the sites powered by WordPress.</p>
<p>Growing pains sometimes are just that  &#8211; - painful.  You either grow with the flow, or stagnate &#8211; - and I admire WordPress for taking on the challenge to grow and continue developing and building one awesome platform.</p>
<p><em>***NOTE*** I cannot emphasize enough that the design of the WordPress Administration Panel for 2.5 is not done yet.  They are still tweaking, pulling and wrangling it into shape &#8212; this post was written based on WordPress 2.4-bleeding build as of February 12, 2008.  I wrote this post as a preview of what is to come&#8230; but it is, by no means, a done deal.  By the time WordPress 2.5 is released &#8211; the WordPress Administration Panel may look completely different than what I have presented here.  I write this review from the standpoint of an end user &#8211; - I&#8217;m no expert or code jockey..as much as I would love to be <img src='http://wpassist.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<p class="akst_link"><a href="http://wpassist.com/?p=59&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_59" class="akst_share_link" rel="nofollow">Share This</a>
</p>   <hr noshade style="margin:0;height:1px" />
<p>&copy; <a href="http://wpassist.com">Lisa Sabin-Wilson</a>, 2008 - Author of <a href="http://tinyurl.com/2448c6"><em>WordPress for Dummies</em></a></p>
<p><a href="http://ewebscapes.com/browse/design-portfolio">Design Portfolio</a> | <a href="http://ewebscapes.com/designblog">Design Blog</a> | <a href="http://ewebscapes.com/order">Request a Custom Design</a> | <a href="http://justagirlintheworld.com">Lisa's Personal Blog</a> | <a href="http://snappingphotos.com">Lisa's Photoblog</a></p>
<p>Browse the archive of posts filed under <a href="http://wpassist.com/category/wordpressorg/" title="View all posts in WordPress.org" rel="category tag">WordPress.org</a>.</p> 
<hr noshade style="margin:0;height:1px" />]]></content:encoded>
			<wfw:commentRss>http://wpassist.com/wordpress-administration-panel-preview-upcoming-25/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WordPress RSS Feed showing SQL Error</title>
		<link>http://wpassist.com/wordpress-rss-feed-showing-sql-error/</link>
		<comments>http://wpassist.com/wordpress-rss-feed-showing-sql-error/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 08:14:54 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[Reader Sumitted Questions]]></category>
		<category><![CDATA[WordPress.org]]></category>
		<category><![CDATA[MYSQL database error]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://wpassist.com/58/</guid>
		<description><![CDATA[A reader of this blog submitted a question regarding a problem he is currently having with the RSS feed in his WordPress installation:

I am the webmaster of XXX and i am having a problem with my feeds.
When i try to validate them it shows me this:
You have an error in your SQL syntax; check the [...]]]></description>
			<content:encoded><![CDATA[<p>A reader of this blog submitted a question regarding a problem he is currently having with the RSS feed in his WordPress installation:</p>
<blockquote><p>
I am the webmaster of XXX and i am having a problem with my feeds.</p>
<p>When i try to validate them it shows me this:</p>
<p><em>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;ON ( wp_posts.ID = .object_id ) WHERE 1 = 1 AND .term_taxonomy_id.term_taxonomy_&#8217; at line 1</em></p>
<p>Do you know what i can do to fix it?</p>
<p>I am using v2.2.1<br />
Kind Regards</p></blockquote>
<p>My recommendation is to upgrade your WordPress installation to the latest version available: 2.3.2.</p>
<p>Reason?  The error message you are receiving refers to a database table called term_taxonomy_id.term_taxonomy.</p>
<p>That database table did not exist in version 2.2.1 &#8211; - it was introduced into the WordPress core in version 2.3.2.</p>
<p>I would suspect that you may have attempted an upgrade &#8211; but forgot to follow through with all the upgrade requirements.  If you have uploaded the files for the new WordPress 2.3.2 version  &#8211; try visiting http://yourdomain.com/wp-admin/upgrade.php (where &#8216;yourdomain.com&#8217; is YOUR actual domain)&#8230;. it may be that you neglected to perform this vital piece during the upgraded which would mean that your WordPress files are updated&#8230; but your WordPress database is not.  The upgrade script will also update your database and it may remove that error for you.</p>
<p>I do have detailed instructions on <a href="http://wpassist.com/upgrading-your-wordpress-blog/">how to upgrade your WordPress blog</a> on this blog.  Good luck and let me know how it goes for you!  Thanks for writing in.</p>
<p class="akst_link"><a href="http://wpassist.com/?p=58&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_58" class="akst_share_link" rel="nofollow">Share This</a>
</p>   <hr noshade style="margin:0;height:1px" />
<p>&copy; <a href="http://wpassist.com">Lisa Sabin-Wilson</a>, 2008 - Author of <a href="http://tinyurl.com/2448c6"><em>WordPress for Dummies</em></a></p>
<p><a href="http://ewebscapes.com/browse/design-portfolio">Design Portfolio</a> | <a href="http://ewebscapes.com/designblog">Design Blog</a> | <a href="http://ewebscapes.com/order">Request a Custom Design</a> | <a href="http://justagirlintheworld.com">Lisa's Personal Blog</a> | <a href="http://snappingphotos.com">Lisa's Photoblog</a></p>
<p>Browse the archive of posts filed under <a href="http://wpassist.com/category/reader-sumitted-questions/" title="View all posts in Reader Sumitted Questions" rel="category tag">Reader Sumitted Questions</a>,  <a href="http://wpassist.com/category/wordpressorg/" title="View all posts in WordPress.org" rel="category tag">WordPress.org</a>.</p> 
<hr noshade style="margin:0;height:1px" />]]></content:encoded>
			<wfw:commentRss>http://wpassist.com/wordpress-rss-feed-showing-sql-error/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>404 Permalink Error on WordPress Blog</title>
		<link>http://wpassist.com/404-permalink-error-on-wordpress-blog/</link>
		<comments>http://wpassist.com/404-permalink-error-on-wordpress-blog/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 22:25:26 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[Reader Sumitted Questions]]></category>
		<category><![CDATA[WordPress.org]]></category>
		<category><![CDATA[404 Error]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Permalinks]]></category>

		<guid isPermaLink="false">http://wpassist.com/404-permalink-error-on-wordpress-blog/</guid>
		<description><![CDATA[A reader of my WordPress For Dummies book1 submitted this question today:
I&#8217;ve been through WordPress for Dummies twice already.
I&#8217;m setting up a new blog and I&#8217;m running into something I&#8217;ve not experienced before.  I have two (2) sticky posts displaying on my front page, each post tagged with several categories.  For some reason [...]]]></description>
			<content:encoded><![CDATA[<p>A reader of my <a href="http://tinyurl.com/2448c6">WordPress For Dummies book</a><sup>1</sup> submitted this question today:</p>
<blockquote><p>I&#8217;ve been through <a href="http://tinyurl.com/2448c6">WordPress for Dummies</a> twice already.</p>
<p>I&#8217;m setting up a new blog and I&#8217;m running into something I&#8217;ve not experienced before.  I have two (2) sticky posts displaying on my front page, each post tagged with several categories.  For some reason when I click on any link, I&#8217;m getting a 404 Not Found Error.  I&#8217;ve set up several WordPress blogs, but never with this issue.</p>
<p>Can you suggest a solution for resolution?</p>
<p>Thanks and Happy New Year!</p></blockquote>
<p>My response:</p>
<blockquote><p>Check your permalinks rules (under Options/Permalinks in your WordPress Administration Panel) and make sure your .htaccess file has the correct re_write rules written to it to make sure the permalinks work correctly.  When you set the permalinks in your WordPress Administration panel &#8211; WordPress will only write those rules to the .htaccess if that file exists and is writeable&#8230; and if the server you are working on has the Apache mod_re_write module installed and activated.</p>
<p>If you don&#8217;t know whether or not the server you are working with has the Apache mod_re_write module installed &#8211; contact your web hosting provider, they should be able to tell you that information.</p>
<p>As a side note &#8211; Yahoo! hosting does not give users access to the .htaccess file, so you are not able to use the permalink structure given by WordPress.  Though, I believe that Yahoo has its own plugin that works around this issue, please contact them for support if you are hosting your WordPress blog with their services.</p>
<p>Hope that helps!</p></blockquote>
<p class="akst_link"><a href="http://wpassist.com/?p=54&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_54" class="akst_share_link" rel="nofollow">Share This</a>
</p><ol class="footnotes"><li id="footnote_0_54" class="footnote">Permalinks, .htaccess and information about these re_write rules can be found in Chapter 8: pages 144 &#8211; 146 in the <a href="http://tinyurl.com/2448c6">WordPress For Dummies</a> book.</li></ol>   <hr noshade style="margin:0;height:1px" />
<p>&copy; <a href="http://wpassist.com">Lisa Sabin-Wilson</a>, 2008 - Author of <a href="http://tinyurl.com/2448c6"><em>WordPress for Dummies</em></a></p>
<p><a href="http://ewebscapes.com/browse/design-portfolio">Design Portfolio</a> | <a href="http://ewebscapes.com/designblog">Design Blog</a> | <a href="http://ewebscapes.com/order">Request a Custom Design</a> | <a href="http://justagirlintheworld.com">Lisa's Personal Blog</a> | <a href="http://snappingphotos.com">Lisa's Photoblog</a></p>
<p>Browse the archive of posts filed under <a href="http://wpassist.com/category/reader-sumitted-questions/" title="View all posts in Reader Sumitted Questions" rel="category tag">Reader Sumitted Questions</a>,  <a href="http://wpassist.com/category/wordpressorg/" title="View all posts in WordPress.org" rel="category tag">WordPress.org</a>.</p> 
<hr noshade style="margin:0;height:1px" />]]></content:encoded>
			<wfw:commentRss>http://wpassist.com/404-permalink-error-on-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.4 Admin Panel Preview</title>
		<link>http://wpassist.com/wordpress-24-admin-panel-preview/</link>
		<comments>http://wpassist.com/wordpress-24-admin-panel-preview/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 18:53:45 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[Weekly WP Feature]]></category>
		<category><![CDATA[WordPress.org]]></category>
		<category><![CDATA[Admin Panel]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://wpassist.com/wordpress-24-admin-panel-preview/</guid>
		<description><![CDATA[Blue, orange and white &#8211; that is the color scheme of the new WordPress administration panel.  Why are they changing the theme?  No clue &#8211; from what I&#8217;ve seen, so far, it reminds me of an earlier Blogspot admin panel, for some reason.  Maybe it&#8217;s the use of the orange that makes [...]]]></description>
			<content:encoded><![CDATA[<p>Blue, orange and white &#8211; that is the color scheme of the new WordPress administration panel.  Why are they changing the theme?  No clue &#8211; from what I&#8217;ve seen, so far, it reminds me of an earlier Blogspot admin panel, for some reason.  Maybe it&#8217;s the use of the orange that makes me think that.  I quite like the current design of the administration panel in WordPress, though&#8230;I&#8217;m a little dissapointed that they aren&#8217;t staying with it and building from it, for congruency&#8217;s sake.  That&#8217;s just me, though &#8211; there will be plenty who applaud this change and I&#8217;m sure I&#8217;ll embrace it as well &#8211; I&#8217;m just a damn creature of habit! Heh.</p>
<div align="center"><embed src='http://www.brightcove.tv/playerswf' bgcolor='#FFFFFF' flashVars='initVideoId=1363192029&#038;servicesURL=http://www.brightcove.tv&#038;viewerSecureGatewayURL=https://www.brightcove.tv&#038;cdnURL=http://admin.brightcove.com&#038;autoStart=false' base='http://admin.brightcove.com' name='bcPlayer' width='486' height='412' allowFullScreen='true' allowScriptAccess='always' seamlesstabbing='false' type='application/x-shockwave-flash' swLiveConnect='true' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'></embed><br />
<small><a href="http://www.tubetorial.com/wordpress-24-administration-panel-preview/">WordPress 2.4 Administration Panel Preview</a> from Tubetorial</small></div>
<p>At this time, the two big changes in the top menu in the Administration Panel is:</p>
<ul>
<li>Presentation is now labeled &#8220;Design&#8221;</li>
<li>Options is now labeled &#8220;Settings&#8221;</li>
</ul>
<p>It looks, from this video, that there is a great deal more work to be done on the administration panel design &#8211; so it will be interesting to see how those changes evolve.  Thanks to the folks at <a href="http://www.tubetorial.com/">Tubetorial</a> for providing this sneak peek!</p>
<p class="akst_link"><a href="http://wpassist.com/?p=51&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_51" class="akst_share_link" rel="nofollow">Share This</a>
</p>   <hr noshade style="margin:0;height:1px" />
<p>&copy; <a href="http://wpassist.com">Lisa Sabin-Wilson</a>, 2008 - Author of <a href="http://tinyurl.com/2448c6"><em>WordPress for Dummies</em></a></p>
<p><a href="http://ewebscapes.com/browse/design-portfolio">Design Portfolio</a> | <a href="http://ewebscapes.com/designblog">Design Blog</a> | <a href="http://ewebscapes.com/order">Request a Custom Design</a> | <a href="http://justagirlintheworld.com">Lisa's Personal Blog</a> | <a href="http://snappingphotos.com">Lisa's Photoblog</a></p>
<p>Browse the archive of posts filed under <a href="http://wpassist.com/category/weekly-wp-feature/" title="View all posts in Weekly WP Feature" rel="category tag">Weekly WP Feature</a>,  <a href="http://wpassist.com/category/wordpressorg/" title="View all posts in WordPress.org" rel="category tag">WordPress.org</a>.</p> 
<hr noshade style="margin:0;height:1px" />]]></content:encoded>
			<wfw:commentRss>http://wpassist.com/wordpress-24-admin-panel-preview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Displaying Blogrolls by Category</title>
		<link>http://wpassist.com/displaying-blogrolls-by-category-in-wordpress/</link>
		<comments>http://wpassist.com/displaying-blogrolls-by-category-in-wordpress/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 01:42:10 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[WordPress.org]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[Template Tags]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://wpassist.com/displaying-blogrolls-by-category-in-wordpress/</guid>
		<description><![CDATA[One of the more limiting features of the Widgets in WordPress is the inability to disperse your different blogroll link lists to different areas of your template.  By using the Links Widget packaged within WordPress, your blogrolls will all appear in the same spot.  This is a fine thing, if you only have [...]]]></description>
			<content:encoded><![CDATA[<p>One of the more limiting features of the Widgets in WordPress is the inability to disperse your different blogroll link lists to different areas of your template.  By using the Links Widget packaged within WordPress, your blogrolls will all appear in the same spot.  This is a fine thing, if you only have one blogroll category.  But what about those sites that have more than one&#8230; or even several, blogroll categories??  </p>
<p>Further, what if that particular person doesn&#8217;t want all the blogrolls to appear in the same spot, listed one after another?  Using the Links Widget, you have no choice really &#8211; at least not at this time.  You place the Blogroll Widget in your sidebar and all your link lists appear in the same spot.</p>
<p>So, say you run a tech blog and you have a Blogroll category for Windows and another category for Macintosh.  And you want to display the Windows blogroll in the left sidebar, and want to display the Macintosh category in the right sidebar.  You can&#8217;t split the widget (unless you have the coding know-how to edit the actual widgets.php file)!</p>
<p>You can, however, insert a template tag in your sidebar.php template to display the blogroll categories wherever you want them to display:</p>
<p><code>&lt;?php wp_list_bookmarks('category=1'); ?&gt;</code></p>
<p>Where the 1 equals the category ID number (which you can find listed to the left of the bookmark category in your WP administration panel under Blogroll / Categories.  Just change the ID number to match the category of links you&#8217;d like to display.</p>
<p>Likewise, you can list the blogrolls by category name by using:</p>
<p><code>&lt;?php wp_list_bookmarks('category_name=category'); ?&gt;</code></p>
<p>Having to insert the code into the template kind of defeats the purpose of using Sidebar Widgets in the first place, but until WordPress updates the Links Widget &#8211; there&#8217;s no real getting around having to do it this way in order to split up those Blogroll Categories.</p>
<p><strong>Or </strong>- to make it MUCH easier &#8211; you can use <a href="http://wordpress.org/extend/plugins/breukies-links-widget/">Breukies Links Widget</a> by widget author <a href="http://www.arnoldbreukhoven.nl/2007/02/breukies-links-widget-for-wordpress/">Arnold Breukhoven</a> &#8211; a WordPress links widget, to replace the standard links widget by Automattic. This widget displays links using the wp_list_bookmarks function, utilizes most available <a href="http://codex.wordpress.org/Template_Tags/wp_list_bookmarks#Parameters">parameters for wp_list_bookmarks</a>. You can also set up to 9 intances of this widget in your sidebar(s).</p>
<p class="akst_link"><a href="http://wpassist.com/?p=49&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_49" class="akst_share_link" rel="nofollow">Share This</a>
</p>   <hr noshade style="margin:0;height:1px" />
<p>&copy; <a href="http://wpassist.com">Lisa Sabin-Wilson</a>, 2008 - Author of <a href="http://tinyurl.com/2448c6"><em>WordPress for Dummies</em></a></p>
<p><a href="http://ewebscapes.com/browse/design-portfolio">Design Portfolio</a> | <a href="http://ewebscapes.com/designblog">Design Blog</a> | <a href="http://ewebscapes.com/order">Request a Custom Design</a> | <a href="http://justagirlintheworld.com">Lisa's Personal Blog</a> | <a href="http://snappingphotos.com">Lisa's Photoblog</a></p>
<p>Browse the archive of posts filed under <a href="http://wpassist.com/category/wp-plugins/" title="View all posts in WP Plugins" rel="category tag">WP Plugins</a>,  <a href="http://wpassist.com/category/wordpressorg/" title="View all posts in WordPress.org" rel="category tag">WordPress.org</a>.</p> 
<hr noshade style="margin:0;height:1px" />]]></content:encoded>
			<wfw:commentRss>http://wpassist.com/displaying-blogrolls-by-category-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fun with Custom Fields</title>
		<link>http://wpassist.com/fun-with-custom-fields/</link>
		<comments>http://wpassist.com/fun-with-custom-fields/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 23:48:29 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[Weekly WP Feature]]></category>
		<category><![CDATA[WordPress.org]]></category>
		<category><![CDATA[Custom Fields]]></category>
		<category><![CDATA[Tags]]></category>
		<category><![CDATA[Template Tags]]></category>

		<guid isPermaLink="false">http://wpassist.com/fun-with-custom-fields/</guid>
		<description><![CDATA[A little known.. and little used.. cool little feature in WordPress is the ability to use custom fields.  I have to admit that I was a WordPress user for quite some time before I realized how cool this little tool can be.  This post explores some of the possibilities of using custom fields [...]]]></description>
			<content:encoded><![CDATA[<p>A little known.. and little used.. cool little feature in WordPress is the ability to use custom fields.  I have to admit that I was a WordPress user for quite some time before I realized how cool this little tool can be.  This post explores some of the possibilities of using custom fields in the WordPress.Org (self-hosted) software.</p>
<p>You can display all sorts of things:</p>
<ul>
<li>Current mood</li>
<li>Currently reading</li>
<li>Currently listening to</li>
<li>Todays weather</li>
</ul>
<p>These small tid bits of information can be added to the bottom of each post easily through the use of Custom Fields.</p>
<p><strong>But first &#8211; where do you find custom fields?</strong></p>
<p>In your WordPress administration panel, click &#8220;Write&#8221; then scroll down, beneath the text box where you write your post and you will see a blue bar with the words &#8220;Custom Fields&#8221;&#8230;. click the plus sign in the top right-hand corner of that blue bar and you see the following:</p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2007/11/custom-fields.jpg' alt='Using Custom Fields in WordPress' /></div>
<p>You see two fields there that you can fill out:</p>
<ul>
<li><strong>Key</strong>: this is the name of the custom field</li>
<li><strong>Value</strong>: this is the information that appears in the custom field</li>
</ul>
<p><strong>It sounds simple enough &#8211; - but why use it.. and how??</strong></p>
<p>Let&#8217;s use a very simple example.  Since I&#8217;m a big music fan &#8211; I can add a &#8220;Listening To&#8221; bit at the bottom of each post using Custom Fields.  This is what I would do if I wanted to do that:</p>
<ol>
<li>Click the Write tab in the top menu of my WordPress Administration Panel</li>
<li>Write my post as I usually would</li>
<li>Scroll down to the Custom Fields section (shown above)</li>
<li>Type the following in box labeled &#8220;Key&#8221;:  Listening To:</li>
<li>Type the name of the song in the box labeled &#8220;Value&#8221;</li>
<li>Click the button labeled &#8220;Add Custom Field&#8221;</li>
<li>Publish my post</li>
</ol>
<p>As long as I have the correct template tag in my template, then my &#8220;Listening To&#8221; data will appear on my post, wherever I&#8217;ve coded it to appear.  The information stored in custom fields is considered meta-data and can be displayed on your blog by the use of this simple template tag:</p>
<pre><code>&lt;?php the_meta(); ?&gt;</code></pre>
<p>On this blog &#8211; at the bottom of this very post, and on the single post only &#8211; you should see the following:  &#8220;Listening To: Metallica: The Black Album&#8221;.</p>
<p>Now, you can style that information any way you&#8217;d like using CSS.  The source code for my particular custom field looks like this:</p>
<pre><code>&lt;p&gt;&lt;ul class='post-meta'&gt;
&lt;li&gt;&lt;span class='post-meta-key'&gt;Listening To::&lt;/span&gt; Metallica: The Black Album&lt;/li&gt;

&lt;/ul&gt;</code></pre>
<p>It&#8217;s important to note that you only need to add a Key once.  That is:  one time for keys.</p>
<p>In the future, if I want to add a &#8220;Listening To&#8221; to any of my posts.. the key will always be there in the drop down menu that says Select (see the Custom Fields screenshot above.)  I just need to select the key I wish to use in that drop down menu and type my value into the &#8220;Value&#8221; box.  There is no need to add the same key over and over again.</p>
<p>Here&#8217;s a cute use for podcasters.  Say you don&#8217;t publish a podcast in every single blog post that you do &#8211; - but in the posts that you have published a podcast, you want to start out the post with a cute podcasty-type icon or image to set it apart from the rest.  Going further &#8211; - you want that podcasty-type icon or image to appear in the post excerpt on your archives and search results page.  (Just using this template tag: the_excerpt &#8211; will not accomplish this for you since the excerpt tag strips out those images you upload and stick into your blog posts).</p>
<p>You can create a Custom Field for your Podcast posts by following these simple steps:</p>
<ol>
<li>First, upload your image.  To make it easy &#8211; let&#8217;s make that image 100 pixels wide and 100 pixels in height.</li>
<li>Visit the Custom Fields area of the Write page in your WordPress administration panel</li>
<li>Creat a new key by typing &#8220;podcast&#8221; in the Key box (without the quote marks)</li>
<li>Type the path the the uploaded imade in the Value box (i.e. http://yourdomain.com/wp-content/uploads/image.gif)</li>
<li>Click Add Custom Field</li>
<li>Create a second key by typing &#8220;thumb-class&#8221; in the Key box (without the quotes)</li>
<li>Type &#8216;thumb-class&#8217; in the Value box (again, without the quotes)</li>
<li>Click the Add Custom Field button</li>
</ol>
<p>Following the above steps, you have created two keys: 1.) podcast key that contains the podcast image and 2.) the thumb-class key that will allow you to style the podcast image in your CSS using the &#8216;thumb-class&#8217; value.</p>
<p>Now when you make a post with a podcast broadcast in it &#8211; - you can add the &#8216;podcast&#8217; and &#8216;thumb-class&#8217; custom fields to just that post and you will insert the cute little podcasty-icon that you created JUST for your podcast posts.</p>
<p>But WAIT! Of course, there is more . . in order for it to appear in your posts, you will need to add some code bits to your template.  (in your index.php, single.php, category.php and/or archive.php (wherever you want this icon shown in the posts):  </p>
<p>After this code bit<sup>1</sup> :</p>
<pre><code>if(have_posts()) : while(have_posts()) : the_post();</code></pre>
<p>Add this code bit:</p>
<pre><code>// check for podcast
$podcast= get_post_meta($post-&gt;ID, 'podcast', $single = true);
// check for thumb-class
$thumb-class = get_post_meta($post-&gt;ID, 'thumb-class', $single = true);</code></pre>
<p>This code bit simply retreives the custom field keys and values and assigns them to the .  To display it in your post, you&#8217;ll need this code bit and you will need to place it before the_content or the_excerpt in order for the image to display before your post:</p>
<pre><code>&lt;?php // if this is a podcast
if($podcast!== '') { ?&gt;
	&lt;p&gt;
	&lt;img src="&lt;?php echo $podcast; ?&gt;"
	class="&lt;?php if($thumb-class !== '') { echo $thumb-class; } else { echo "alignleft"; } ?&gt;"
	/&gt;
	&lt;/p&gt;
&lt;?php } // end if statement

// if this is not a podcast
else { echo ''; } ?&gt;</code></pre>
<p>This code bit inserts the podcasty-type image/icon right before your post content, or excerpt.  With this example, you can go further to style the output of that image by opening your Stylesheet file (click Presentations &#8211;> Theme Editor in your WordPress administration menu, then click the Stylesheet link to open the editor for this file)&#8230;and style the CSS however you&#8217;d like:</p>
<pre><code>.alignleft {float: left; margin: 0 10px 0 0;}

.thumb-class {float: left; width: 100px; height: 100px; margin: 0 10px 0 0; padding: 4px; background-color: white; border: 1px solid silver; }</code></pre>
<p>Each time you make that podcast post &#8211; you will have to remember to insert the path to the podcast image in the Value field, after choosing the &#8216;podcast&#8217; key in the drop down menu (remember &#8211; you only have to create custom fields ONCE).  This also gives you the ability to change out the podcasty-type icon/image you use&#8230; for instance, if you create podcasts on different topics (i.e. sports, tech, current evenings, celebrity gossip.. the possibilities are endless!)</p>
<p>You can, of course, use this concept for anything outside of podcasts.  Say you&#8217;re a sports blogger and you blog about different types of sports &#8211; - using this Post Images with Custom Fields concept &#8211; you can create keys for Baseball, Football and Basketball and use corresponding images in the values for those keys.</p>
<p>Or a cooking blog?  Icons for seafood, vegetarian, vegan, deserts..etc..etc.</p>
<p>Hopefully this little blurb on custom fields gives you a good introduction on the possibilities of their use.  You can read more about the use of custom fields in the <a href="http://codex.wordpress.org/Using_Custom_Fields">WordPress Codex: Using Custom Fields</a>.</p>
<p>There have been some good plugins developed around the concept of custom fields, as well:</p>
<p><a href="http://wordpress.org/extend/plugins/field-layout-manager/">Field Layout Manager</a> &#8211; lets you display your custom fields in a sorted html table. FML also lets you group fields and give them custom names.</p>
<p><a href="http://wordpress.org/extend/plugins/get-custom-field-values">Get Custom Field Values</a> &#8211; Easily retrieve and control the display of any custom field values/meta data for posts, inside or outside &#8220;the loop&#8221;. The power of custom fields gives this plugin the potential to be dozens of plugins all rolled into one.</p>
<p class="akst_link"><a href="http://wpassist.com/?p=47&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_47" class="akst_share_link" rel="nofollow">Share This</a>
</p><ol class="footnotes"><li id="footnote_0_47" class="footnote">The Loop</li></ol>   <hr noshade style="margin:0;height:1px" />
<p>&copy; <a href="http://wpassist.com">Lisa Sabin-Wilson</a>, 2007 - Author of <a href="http://tinyurl.com/2448c6"><em>WordPress for Dummies</em></a></p>
<p><a href="http://ewebscapes.com/browse/design-portfolio">Design Portfolio</a> | <a href="http://ewebscapes.com/designblog">Design Blog</a> | <a href="http://ewebscapes.com/order">Request a Custom Design</a> | <a href="http://justagirlintheworld.com">Lisa's Personal Blog</a> | <a href="http://snappingphotos.com">Lisa's Photoblog</a></p>
<p>Browse the archive of posts filed under <a href="http://wpassist.com/category/weekly-wp-feature/" title="View all posts in Weekly WP Feature" rel="category tag">Weekly WP Feature</a>,  <a href="http://wpassist.com/category/wordpressorg/" title="View all posts in WordPress.org" rel="category tag">WordPress.org</a>.</p> 
<hr noshade style="margin:0;height:1px" />]]></content:encoded>
			<wfw:commentRss>http://wpassist.com/fun-with-custom-fields/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Conditional Tags for Page Titles</title>
		<link>http://wpassist.com/using-conditional-tags-for-page-titles/</link>
		<comments>http://wpassist.com/using-conditional-tags-for-page-titles/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 01:55:06 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[WordPress.org]]></category>
		<category><![CDATA[Template Tags]]></category>

		<guid isPermaLink="false">http://wpassist.com/using-conditional-tags-for-page-titles/</guid>
		<description><![CDATA[You can give different sections of your site a unique title so that your readers know where they are within your site.  It&#8217;s a little thing &#8211; but its helpful to keep your visitors mindful of where they are at.  For instance, if they are on a category page &#8211; it&#8217;s nice to [...]]]></description>
			<content:encoded><![CDATA[<p>You can give different sections of your site a unique title so that your readers know where they are within your site.  It&#8217;s a little thing &#8211; but its helpful to keep your visitors mindful of where they are at.  For instance, if they are on a category page &#8211; it&#8217;s nice to have a title at the top that says something like &#8220;You are browsing the X category&#8221;&#8230; or when they click on one of your tags, give an announcement at the top of the page that says something like &#8220;Browsing posts tagged with: X&#8221; &#8211; that kind of thing.</p>
<p>With WordPress templates, you can create all sorts of different templates for different custom displays.  However, to accomplish the title idea &#8211; you really only need one single template and a handful of conditional tags.</p>
<p>Create a template and name it: archive.php</p>
<p>That template should contain all the template tags necessary to display your posts and content the way you want them displayed.</p>
<p>To give that page a title, depending on what type of page is being displayed &#8211; you just need to add conditional tags at the top, and ABOVE the Loop<sup>1</sup> .  Here&#8217;s a sample of the conditional tags I use on my archive.php template:</p>
<pre><code>&lt;?php if ( is_day() ) : ?&gt;
&lt;h2 class="page-title"&gt;&lt;?php printf(__('Daily Archives: &lt;span&gt;%s&lt;/span&gt;'), get_the_time('F jS, Y')) ?&gt;&lt;/h2&gt;

&lt;?php elseif ( is_month() ) : ?&gt;
&lt;h2 class="page-title"&gt;&lt;?php printf(__('Monthly Archives: &lt;span&gt;%s&lt;/span&gt;'), get_the_time('F Y')) ?&gt;&lt;/h2&gt;

&lt;?php elseif ( is_year() ) : ?&gt;
&lt;h2 class="page-title"&gt;&lt;?php printf(__('Yearly Archives: &lt;span&gt;%s&lt;/span&gt;'), get_the_time('Y')) ?&gt;&lt;/h2&gt;

&lt;?php elseif ( isset($_GET['paged']) &amp;&amp; !empty($_GET['paged']) ) : ?&gt;
&lt;h2 class="page-title"&gt;&lt;?php _e('Blog Archives') ?&gt;&lt;/h2&gt;

&lt;?php elseif ( is_tag() ) : ?&gt;
&lt;h2 class="page-title"&gt;&lt;?php single_tag_title('Posts Tagged With: '); ?&gt;&lt;/h2&gt;

&lt;?php endif; ?&gt;</code></pre>
<p>Take a quick look at the very last conditional tag in my code bits above:</p>
<pre><code>&lt;?php elseif ( is_tag() ) : ?&gt;
&lt;h2 class="page-title"&gt;&lt;?php single_tag_title('Posts Tagged With: '); ?&gt;&lt;/h2&gt;</code></pre>
<p>The first line poses a question: <em>Is this a tag page?</em></p>
<p>If the answer is yes.. then the title displayed at the top says &#8220;Posts Tagged With: TAGNAME&#8221;.</p>
<p>It&#8217;s a small gesture &#8211; but much appreciated by browsers of your site content.</p>
<p class="akst_link"><a href="http://wpassist.com/?p=46&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_46" class="akst_share_link" rel="nofollow">Share This</a>
</p><ol class="footnotes"><li id="footnote_0_46" class="footnote">the loop starts with: if(have_posts(&#8230;</li></ol>   <hr noshade style="margin:0;height:1px" />
<p>&copy; <a href="http://wpassist.com">Lisa Sabin-Wilson</a>, 2007 - Author of <a href="http://tinyurl.com/2448c6"><em>WordPress for Dummies</em></a></p>
<p><a href="http://ewebscapes.com/browse/design-portfolio">Design Portfolio</a> | <a href="http://ewebscapes.com/designblog">Design Blog</a> | <a href="http://ewebscapes.com/order">Request a Custom Design</a> | <a href="http://justagirlintheworld.com">Lisa's Personal Blog</a> | <a href="http://snappingphotos.com">Lisa's Photoblog</a></p>
<p>Browse the archive of posts filed under <a href="http://wpassist.com/category/wordpressorg/" title="View all posts in WordPress.org" rel="category tag">WordPress.org</a>.</p> 
<hr noshade style="margin:0;height:1px" />]]></content:encoded>
			<wfw:commentRss>http://wpassist.com/using-conditional-tags-for-page-titles/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A new version of WordPress is available!</title>
		<link>http://wpassist.com/a-new-version-of-wordpress-is-available/</link>
		<comments>http://wpassist.com/a-new-version-of-wordpress-is-available/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 23:07:23 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[Weekly WP Feature]]></category>
		<category><![CDATA[WordPress.org]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://wpassist.com/a-new-version-of-wordpress-is-available/</guid>
		<description><![CDATA[Please update now.
What am I speaking of??  The version update feature that is packaged in the new 2.3.+ version of WordPress.  I heard about it in the buzz about the new version in the weeks prior to it being released.  Now that WordPress 2.3.1 is out &#8211; I&#8217;m seeing it in my [...]]]></description>
			<content:encoded><![CDATA[<p>Please update now.</p>
<p>What am I speaking of??  The version update feature that is packaged in the new 2.3.+ version of WordPress.  I heard about it in the buzz about the new version in the weeks prior to it being released.  Now that WordPress 2.3.1 is out &#8211; I&#8217;m seeing it in my WordPress Dashboard and it looks like this:</p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2007/10/new-version.jpg' alt='New Version Update Notification in WordPress Dashboard' /></div>
<p>This nifty feature tells you when your WordPress software is out of date and a new version has been released.  This is really nice, especially for those who don&#8217;t keep updated on such information on a regular basis.</p>
<p>Now, there are some folks who are concerned about the privacy issues surrounding this particular feature.  In order for this feature to work &#8211; there is a bit of code in the core WordPress files that need to &#8216;call home&#8217; to the WordPress servers.  It makes sense &#8211; in order for your WordPress Dashboard to notify you that you&#8217;re out of date with your version &#8211; there needs to be a call to a central server at WordPress.org &#8211; - it sends information like your version, your domain and your blog name &#8211; and returns the message back that you&#8217;re out of date.</p>
<p>Likewise, there is another update notification system in place for your WordPress plugins.  It&#8217;s a nice feature you&#8217;ll see under the Plugins tab that will tell you if you are using an old version of a particular plugin &#8211; - it&#8217;s really nice to know if there is a new version of your favorite plugin, isn&#8217;t it?  That notifcation looks something like this:</p>
<div align="center"><img src='http://wpassist.com/wp-content/uploads/2007/10/plugin-update.jpg' alt='WordPress Plugin Update Notification Feature' /></div>
<p>Same type of call home &#8211; - same privacy concerns, for some.</p>
<p>Due to privacy concerns surrounding this (some people just aren&#8217;t comfortable with that call back to WordPress.org) &#8211; there have been some plugins developed to disable this feature.  Just know &#8211; if you use any of these plugins, you will need to keep yourself informed about WordPress update releases as they come out!  Here&#8217;s a few plugins to disable the software and plugin update notification feature in WordPress:</p>
<p><a href="http://wordpress.org/extend/plugins/disable-wordpress-core-update/">Disable WordPress Core Update</a> by <a href="http://lud.icro.us/disable-wordpress-core-update/">John Blackbourn</a></p>
<p><a href="http://wordpress.org/extend/plugins/disable-wordpress-plugin-updates/">Disable WordPress Plugin Updates</a> by <a href="http://lud.icro.us/disable-wordpress-plugin-updates/">John Blackbourn</a></p>
<p><a href="http://wordpress.org/extend/plugins/anonymous-wordpress-plugin-updates/">Anonymous WordPress Plugin Updates</a> by <a href="http://f00f.de/blog/2007/10/02/plugin-anonymous-wordpress-plugin-updates.html">Hannes Hofmann</a> (this plugin allows the updates but anonymizes the plugin update checking system)</p>
<p class="akst_link"><a href="http://wpassist.com/?p=38&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_38" class="akst_share_link" rel="nofollow">Share This</a>
</p>   <hr noshade style="margin:0;height:1px" />
<p>&copy; <a href="http://wpassist.com">Lisa Sabin-Wilson</a>, 2007 - Author of <a href="http://tinyurl.com/2448c6"><em>WordPress for Dummies</em></a></p>
<p><a href="http://ewebscapes.com/browse/design-portfolio">Design Portfolio</a> | <a href="http://ewebscapes.com/designblog">Design Blog</a> | <a href="http://ewebscapes.com/order">Request a Custom Design</a> | <a href="http://justagirlintheworld.com">Lisa's Personal Blog</a> | <a href="http://snappingphotos.com">Lisa's Photoblog</a></p>
<p>Browse the archive of posts filed under <a href="http://wpassist.com/category/weekly-wp-feature/" title="View all posts in Weekly WP Feature" rel="category tag">Weekly WP Feature</a>,  <a href="http://wpassist.com/category/wordpressorg/" title="View all posts in WordPress.org" rel="category tag">WordPress.org</a>.</p> 
<hr noshade style="margin:0;height:1px" />]]></content:encoded>
			<wfw:commentRss>http://wpassist.com/a-new-version-of-wordpress-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Release 2.3.1</title>
		<link>http://wpassist.com/wordpress-release-231/</link>
		<comments>http://wpassist.com/wordpress-release-231/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 03:37:25 +0000</pubDate>
		<dc:creator>Lisa</dc:creator>
				<category><![CDATA[WordPress News]]></category>
		<category><![CDATA[WordPress.org]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://wpassist.com/wordpress-release-231/</guid>
		<description><![CDATA[2.3.1 fixes over twenty bugs. Some of the notable fixes are:

Tagging support for Windows Live Writer
Fixes for a login bug that affected those with a Blog Address different than their WordPress Address
Faster taxonomy database queries, especially tag intersection queries
Link importer fixes

Unfortunately, some security issues were found in 2.3.  Specifically, an XSS problem that can [...]]]></description>
			<content:encoded><![CDATA[<p>2.3.1 <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.3.1&#038;resolution=fixed&#038;order=priority">fixes over twenty bugs</a>. Some of the notable fixes are:</p>
<ul>
<li>Tagging support for Windows Live Writer</li>
<li>Fixes for a login bug that affected those with a Blog Address different than their WordPress Address</li>
<li>Faster taxonomy database queries, especially tag intersection queries</li>
<li>Link importer fixes</li>
</ul>
<p>Unfortunately, some security issues were found in 2.3.  Specifically, an XSS problem that can be exploited if your php setup has register_globals enabled. For this reason, upgrading to 2.3.1 is advised.</p>
<p>See a full set of changes between 2.3 and 2.3.1 <a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.3&#038;old=6293&#038;new_path=tags%2F2.3.1&#038;new=6293">here on the Trac</a></p>
<p><a href="http://wordpress.org/download/">Download the new version</a> and upgrade your current copy.</p>
<p class="akst_link"><a href="http://wpassist.com/?p=37&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_37" class="akst_share_link" rel="nofollow">Share This</a>
</p>   <hr noshade style="margin:0;height:1px" />
<p>&copy; <a href="http://wpassist.com">Lisa Sabin-Wilson</a>, 2007 - Author of <a href="http://tinyurl.com/2448c6"><em>WordPress for Dummies</em></a></p>
<p><a href="http://ewebscapes.com/browse/design-portfolio">Design Portfolio</a> | <a href="http://ewebscapes.com/designblog">Design Blog</a> | <a href="http://ewebscapes.com/order">Request a Custom Design</a> | <a href="http://justagirlintheworld.com">Lisa's Personal Blog</a> | <a href="http://snappingphotos.com">Lisa's Photoblog</a></p>
<p>Browse the archive of posts filed under <a href="http://wpassist.com/category/wordpress-news/" title="View all posts in WordPress News" rel="category tag">WordPress News</a>,  <a href="http://wpassist.com/category/wordpressorg/" title="View all posts in WordPress.org" rel="category tag">WordPress.org</a>.</p> 
<hr noshade style="margin:0;height:1px" />]]></content:encoded>
			<wfw:commentRss>http://wpassist.com/wordpress-release-231/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
