<?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>Delighted Stupid Wind &#124; Empire Illusion &#187; WordPress</title>
	<atom:link href="http://www.dswei.com/category/internet/wordpress-internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dswei.com</link>
	<description>Dreamland of Business, On the Way</description>
	<lastBuildDate>Sat, 13 Aug 2011 22:17:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Show Category Name Tn The Current Post &#124; Wordperss</title>
		<link>http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/</link>
		<comments>http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 17:15:19 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.dswei.com/?p=222</guid>
		<description><![CDATA[This is acturally for wordpress&#8217;s breadcrumb navagation, when we want to show the category for the current category, we can use the code below, just for record
&#60;?php
foreach((get_the_category()) as $category) {
    echo $category-&#62;cat_name . ' ';
}
?&#62;

and you can replace the cat_name to be other category factors below

cat_ID 
the category id (also stored as [...]]]></description>
			<content:encoded><![CDATA[<p>This is acturally for <span class='bm_keywordlink'><a href="http://www.dswei.com/category/internet/wordpress-internet/">wordpress</a></span>&#8217;s breadcrumb navagation, when we want to show the category for the current category, we can use the code below, just for record</p>
<pre>&lt;?php
foreach((get_the_category()) as $category) {
    echo $category-&gt;cat_name . ' ';
}
?&gt;

and you can replace the cat_name to be other category factors below</pre>
<dl>
<dt>cat_ID </dt>
<dd>the category id (also stored as &#8216;term_id&#8217;) </dd>
<dt>cat_name </dt>
<dd>the category name (also stored as &#8216;name&#8217;) </dd>
<dt>category_nicename </dt>
<dd>a slug generated from the category name (also stored as &#8217;slug&#8217;) </dd>
<dt>category_description </dt>
<dd>the category description (also stored as &#8216;description&#8217;) </dd>
<dt>category_parent </dt>
<dd>the category id of the current category&#8217;s parent. &#8216;0&#8242; for no parents. (also stored as &#8216;parent&#8217;) </dd>
<dt>category_count </dt>
<dd>the number of uses of this category (also stored as &#8216;count&#8217;) </dd>
</dl>
<pre>

we can also use the code from <span class='bm_keywordlink'><a href="http://www.dswei.com/category/internet/wordpress-internet/">wordpress</a></span> directly,
 &lt;?php the_category(', '); ?&gt;
 &lt;?php the_title(); ?&gt;</pre>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/" title="wordpress - display category name of current post">wordpress - display category name of current post</a></li><li><a href="http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/" title="category of the current post">category of the current post</a></li><li><a href="http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/" title="show category name in post">show category name in post</a></li><li><a href="http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/" title="show category name for the current post in wordpress">show category name for the current post in wordpress</a></li><li><a href="http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/" title="In wordperss display post categories">In wordperss display post categories</a></li><li><a href="http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/" title="get_cat_name">get_cat_name</a></li><li><a href="http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/" title="flash factory los angeles web designer">flash factory los angeles web designer</a></li><li><a href="http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/" title="display category from current post">display category from current post</a></li><li><a href="http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/" title="display categories name in the post">display categories name in the post</a></li><li><a href="http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/" title="wordpress current category path on post">wordpress current category path on post</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.816 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.dswei.com/2009/12/show-category-name-tn-the-current-post-wordperss/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unable to create directory+Is its parent directory writable by the server?</title>
		<link>http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/</link>
		<comments>http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 10:01:57 +0000</pubDate>
		<dc:creator>Kent</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[miscellaneous setting]]></category>

		<guid isPermaLink="false">http://www.dswei.com/?p=183</guid>
		<description><![CDATA[Most often when you change your host and move your wordpress blog from one host to another, there are many small things that may create problems and may not make the moving experiance a pleasure. One of such problems is that you can not upload your image in your posts. Here is the error that [...]]]></description>
			<content:encoded><![CDATA[<p>Most often when you change your host and move your <span class='bm_keywordlink'><a href="http://www.dswei.com/category/internet/wordpress-internet/">wordpress</a></span> blog from one host to another, there are many small things that may create problems and may not make the moving experiance a pleasure. One of such problems is that you can not upload your image in your posts. Here is the error that you may receive:</p>
<blockquote><p>Unable to create directory /xyz/public_html/wp-content/uploads/2009/05. Is its parent directory writable by the server?</p></blockquote>
<p>What does this error actually mean? It means either the above given path is not correct where the server wants to write the image OR the server itself does not have the permissions (CHMOD) to upload your image?</p>
<p>Now first see if you have the correct path provided for the upload of content. Login to Wp-admin, click on Settings and then choose Miscellaneous option from the left menu</p>
<p>If you have moved from your old server, you would instantly know that you are using wrong path. Change the path now; most probably it should be wp-content/uploads (if your wp-content is in root directory). Save the changes and it should start uploading right away.</p>
<p><img class="alignnone size-full wp-image-184" title="miscellaneous-settings" src="http://www.dswei.com/wp-content/uploads/2009/11/miscellaneous-settings.png" alt="miscellaneous-settings" width="741" height="322" /></p>
<p>Now if you have corrected the path but still it is showing the problem you may consider revising permissions from any FTP client. Right click on Wp-content folder and then select ‘Properties/CHMOD’. You shall see the following window:</p>
<p>Make sure that you assign 755 as the permission value. Remember not to ever give 777 value as that has its own security risks. Once you save these settings, it should certainly work. Share your experience with us after solving the issue</p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/" title="Is its parent directory writable by the server?">Is its parent directory writable by the server?</a></li><li><a href="http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/" title="Unable to create directory Is its parent directory writable by the server?">Unable to create directory Is its parent directory writable by the server?</a></li><li><a href="http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/" title="s its parent directory writable by the server?">s its parent directory writable by the server?</a></li><li><a href="http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/" title="Unable to create directory Is its parent directory writable by the server">Unable to create directory Is its parent directory writable by the server</a></li><li><a href="http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/" title="Is its parent directory writable by the server">Is its parent directory writable by the server</a></li><li><a href="http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/" title="/wordpress/wp-content/uploads/ Is its parent directory writable by the server">/wordpress/wp-content/uploads/ Is its parent directory writable by the server</a></li><li><a href="http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/" title="zen cart Is its parent directory writable by the server?">zen cart Is its parent directory writable by the server?</a></li><li><a href="http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/" title="s its parent directory writable by the server">s its parent directory writable by the server</a></li><li><a href="http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/" title="ipowe com wordpress upload issues">ipowe com wordpress upload issues</a></li><li><a href="http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/" title="unable to create directory is its parent directory writable by the server ipower">unable to create directory is its parent directory writable by the server ipower</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 1.366 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.dswei.com/2009/11/unable-to-create-directoryis-its-parent-directory-writable-by-the-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

