<?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>Wordpress Themes &#124; Best Free Wordpress Themes &#124; Top Wordpress layouts &#187; WordPress KB</title>
	<atom:link href="http://www.bestwpthemez.com/top/wordpress-knowledge-base/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestwpthemez.com</link>
	<description>Attractive WordPress Themes &#124; WordPress News &#124; WordPress How To Articles &#124; Best Free Wordpress Layouts</description>
	<lastBuildDate>Thu, 05 Jan 2012 05:26:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>is_home() is not working after upgrading to WordPress 3.3?</title>
		<link>http://www.bestwpthemez.com/wordpress/is_home-is-not-working-after-upgrading-to-wordpress-3-3-70106/</link>
		<comments>http://www.bestwpthemez.com/wordpress/is_home-is-not-working-after-upgrading-to-wordpress-3-3-70106/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 06:54:18 +0000</pubDate>
		<dc:creator>Jilesh Patadiya</dc:creator>
				<category><![CDATA[WordPress KB]]></category>
		<category><![CDATA[is_home()]]></category>
		<category><![CDATA[wordpress 3.3 bugs]]></category>
		<category><![CDATA[wp_reset_query()]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=70106</guid>
		<description><![CDATA[I just came across this issue after upgrading my wordpress to 3.3 version. All the conditional queries with is_home() condition stopped working anymore. if(is_home()) { // Show Data } This was working before upgrading to the latest version of wordpress 3.3. Upon some research, I found that I have used custom queries in my main [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/about-the-space-upgrade-96/' rel='bookmark' title='Upgrading Your WordPress Blog Space?'>Upgrading Your WordPress Blog Space?</a> <small>Quick answers to common questions about upgrading your wordpress blog...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-the-bullets-and-number-not-working-for-a-particular-browser-1808/' rel='bookmark' title='Case Study: The bullets and Number not working for a particular browser'>Case Study: The bullets and Number not working for a particular browser</a> <small>  Case Study: The bullets and Number not working for a...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-can-not-see-plugins-directory-in-wordpress-admin-2650/' rel='bookmark' title='Case Study: Can Not See Plugins Directory In WordPress Admin'>Case Study: Can Not See Plugins Directory In WordPress Admin</a> <small>Hi, Problem Summary: After upgrading wordpress to 2.7.1…wordpress admin panel...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>I just came across this issue after upgrading my wordpress to 3.3 version. All the conditional queries with is_home() condition stopped working anymore.</p>
<pre><code>if(is_home()</code>)
{
 // Show Data
}</pre>
<p>This was working before upgrading to the latest version of wordpress 3.3.</p>
<p>Upon some research, I found that I have used custom queries in my main section, which is  distorting the original query string and the idea of &#8216;home&#8217; -<br />
I added wp_reset_query(); before  if ( is_home() ) condition and it worked.</p>
<pre><code>wp_reset_query(); // Add this line before is_home() condition ...
if(is_home()</code>)
{
 // Show Data
}
// Everything is working now ...</pre>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=70106&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/about-the-space-upgrade-96/' rel='bookmark' title='Upgrading Your WordPress Blog Space?'>Upgrading Your WordPress Blog Space?</a> <small>Quick answers to common questions about upgrading your wordpress blog...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-the-bullets-and-number-not-working-for-a-particular-browser-1808/' rel='bookmark' title='Case Study: The bullets and Number not working for a particular browser'>Case Study: The bullets and Number not working for a particular browser</a> <small>  Case Study: The bullets and Number not working for a...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-can-not-see-plugins-directory-in-wordpress-admin-2650/' rel='bookmark' title='Case Study: Can Not See Plugins Directory In WordPress Admin'>Case Study: Can Not See Plugins Directory In WordPress Admin</a> <small>Hi, Problem Summary: After upgrading wordpress to 2.7.1…wordpress admin panel...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/is_home-is-not-working-after-upgrading-to-wordpress-3-3-70106/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate 7 Optimization Tips for Your Blog</title>
		<link>http://www.bestwpthemez.com/wordpress/ultimate-7-optimization-tips-for-your-blog-70100/</link>
		<comments>http://www.bestwpthemez.com/wordpress/ultimate-7-optimization-tips-for-your-blog-70100/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 05:22:22 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=70100</guid>
		<description><![CDATA[Top 7 Optimization Tips for Your Blog Building a blog does not serve much purpose if no one can find it. These tips can help you optimize your blog for search engines. 1. Manage your site with a content management system like WordPress that makes it easy for inexperienced users to upload content with the [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/wordpress-seo-tips-930/' rel='bookmark' title='WordPress SEO Tips'>WordPress SEO Tips</a> <small>Hello Al, Below mentioned are the points which need to...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-allow-blog-administrators-to-add-new-users-to-their-blog-in-wordpress-mu-1958/' rel='bookmark' title='How To Allow Blog Administrators to Add New Users to Their Blog In WordPress MU?'>How To Allow Blog Administrators to Add New Users to Their Blog In WordPress MU?</a> <small>Hi, We can grant permission to blogger to add new...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/static-home-page-and-blog-posts-pages-in-wordpress-blog-926/' rel='bookmark' title='Static Home Page and Blog Posts Pages In WordPress Blog'>Static Home Page and Blog Posts Pages In WordPress Blog</a> <small>Hello All, Basis of this funda is that it will...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Top 7 Optimization Tips for Your Blog</p>
<p>Building a blog does not serve much purpose if no one can find it. These tips can help you optimize your blog for search engines.</p>
<p>1. Manage your site with a content management system like WordPress that makes it easy for inexperienced users to upload content with the correct meta tags. Many <a href="http://www.best10webhosting.ca">hosting</a> providers make it very easy for you to upload WordPress to a website.</p>
<p>2. Choose keywords that searchers use when looking for information about your topic. Don&#8217;t just choose categories you think apply; do some research in a keyword tool that will show you how many searches occur each month for the keywords you are considering.</p>
<p>3. Use your keywords in the titles of your posts and pages. Google and the other search engines assign a lot of weight to your titles, so be sure they see your keywords there.</p>
<p>4. Include keywords in your image &#8220;alt&#8221; descriptions. These are the text descriptions that will appear if your image is not available. Instead of simply tagging a telephone in your &#8220;Communication Tips&#8221; blog post as &#8220;telephone,&#8221; tag it as &#8220;communication tips telephone image.&#8221;</p>
<p>5. Place guest posts on high-visibility blogs to create valuable inbound links to your website. The more the search engines value the sites on which your posts appear, the better they will rank your site.</p>
<p>6. Make sure your website loads quickly. You can test your site in Google Website Optimizer to get tips about how you can improve your load time.</p>
<p>7. Put a sitemap on your website to make it easier for the web bots to crawl your site and find all your content.</p>
<p>With great content and these optimization tips, you will make it easy for web bots to comprehend your blog and recommend your posts to Internet searchers.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=70100&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/wordpress-seo-tips-930/' rel='bookmark' title='WordPress SEO Tips'>WordPress SEO Tips</a> <small>Hello Al, Below mentioned are the points which need to...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-allow-blog-administrators-to-add-new-users-to-their-blog-in-wordpress-mu-1958/' rel='bookmark' title='How To Allow Blog Administrators to Add New Users to Their Blog In WordPress MU?'>How To Allow Blog Administrators to Add New Users to Their Blog In WordPress MU?</a> <small>Hi, We can grant permission to blogger to add new...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/static-home-page-and-blog-posts-pages-in-wordpress-blog-926/' rel='bookmark' title='Static Home Page and Blog Posts Pages In WordPress Blog'>Static Home Page and Blog Posts Pages In WordPress Blog</a> <small>Hello All, Basis of this funda is that it will...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/ultimate-7-optimization-tips-for-your-blog-70100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study: Fatal error &#8211; Call to undefined function wp_dashboard_setup() in /home/username/public_html/wp-admin/index.php on line XX</title>
		<link>http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-wp_dashboard_setup-in-homeusernamepublic_htmlwp-adminindex-php-on-line-xx-5954/</link>
		<comments>http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-wp_dashboard_setup-in-homeusernamepublic_htmlwp-adminindex-php-on-line-xx-5954/#comments</comments>
		<pubDate>Wed, 19 May 2010 08:18:22 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=5954</guid>
		<description><![CDATA[Hi, Problem Summary: Many wordpress users getting this error message when they try to login into the wordpress admin area: Fatal error: Call to undefined function wp_dashboard_setup() in /home/username/public_html/wp-admin/index.php on line xxx Possible Solution: It seems that it is due to the PHP version and settings changed on the hosting server. In order to resolve [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-get_option-in-wordpress-blog-3431/' rel='bookmark' title='Case Study: Fatal error: Call to undefined function get_option() In WordPress Blog'>Case Study: Fatal error: Call to undefined function get_option() In WordPress Blog</a> <small>Hi, Problem Summary: Whenever I login into wordpress admin area,...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-wp_clone-in-wordpress-blog-1686/' rel='bookmark' title='Case Study: Fatal error &#8211; Call to undefined function wp_clone() In WordPress Blog'>Case Study: Fatal error &#8211; Call to undefined function wp_clone() In WordPress Blog</a> <small>Hi, Query: After wordpress upgrade to 2.7…receiving below mentioned error...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-str_split-on-wordpress-blog-5605/' rel='bookmark' title='Case Study: Fatal error: Call to undefined function: str_split() on WordPress Blog'>Case Study: Fatal error: Call to undefined function: str_split() on WordPress Blog</a> <small>Hi, Problem Summary: I have upgraded wordpress version to the...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p><strong>Problem Summary:</strong><br />
Many wordpress users getting this error message when they try to login into the wordpress admin area:</p>
<p>Fatal error: Call to undefined function wp_dashboard_setup() in /home/username/public_html/wp-admin/index.php on line xxx</p>
<p><strong>Possible Solution:</strong><br />
It seems that it is due to the PHP version and settings changed on the hosting server. In order to resolve this problem, you have to modify the wp-admin/index.php file.</p>
<p>Find this code in wp-admin/index.php:</p>
<p>require_once(ABSPATH . &#8216;wp-admin/includes/dashboard.php&#8217;);</p>
<p>Replace with:</p>
<p>require_once(&#8216;./includes/dashboard.php&#8217;);</p>
<p>This should resolve the problem.</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=5954&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-get_option-in-wordpress-blog-3431/' rel='bookmark' title='Case Study: Fatal error: Call to undefined function get_option() In WordPress Blog'>Case Study: Fatal error: Call to undefined function get_option() In WordPress Blog</a> <small>Hi, Problem Summary: Whenever I login into wordpress admin area,...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-wp_clone-in-wordpress-blog-1686/' rel='bookmark' title='Case Study: Fatal error &#8211; Call to undefined function wp_clone() In WordPress Blog'>Case Study: Fatal error &#8211; Call to undefined function wp_clone() In WordPress Blog</a> <small>Hi, Query: After wordpress upgrade to 2.7…receiving below mentioned error...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-str_split-on-wordpress-blog-5605/' rel='bookmark' title='Case Study: Fatal error: Call to undefined function: str_split() on WordPress Blog'>Case Study: Fatal error: Call to undefined function: str_split() on WordPress Blog</a> <small>Hi, Problem Summary: I have upgraded wordpress version to the...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-wp_dashboard_setup-in-homeusernamepublic_htmlwp-adminindex-php-on-line-xx-5954/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Limit Tag Cloud In WordPress Blog?</title>
		<link>http://www.bestwpthemez.com/wordpress/how-to-limit-tag-cloud-in-wordpress-blog-5947/</link>
		<comments>http://www.bestwpthemez.com/wordpress/how-to-limit-tag-cloud-in-wordpress-blog-5947/#comments</comments>
		<pubDate>Fri, 14 May 2010 23:55:22 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=5947</guid>
		<description><![CDATA[Hi, You can set Tag Cloud limit on your wordpress blog which can help to control page rank flow. In order to limit the Tag Cloud on wordpress blog, you have to edit the core file of the wordpress. First, fine this file yourdomain.com/wp-includes/category-template.php and download it to your local machine using ftp. Find This [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/an-introduction-to-category-cloud-widget-in-wordpress-blog-1381/' rel='bookmark' title='An Introduction to Category Cloud Widget In WordPress Blog'>An Introduction to Category Cloud Widget In WordPress Blog</a> <small>Hello All, This widget adds a sidebar widget to display...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-display-tags-cloud-in-wordpress-blog-1361/' rel='bookmark' title='Code To Display Tags Cloud In WordPress Blog'>Code To Display Tags Cloud In WordPress Blog</a> <small>Hello All, In order to display tags cloud in wordpress...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-apply-blog-limit-per-user-in-wordpress-mu-2560/' rel='bookmark' title='Code To Apply Blog Limit Per User In WordPress MU'>Code To Apply Blog Limit Per User In WordPress MU</a> <small>Hi, WordPress is an open source tool and we can...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>You can set Tag Cloud limit on your wordpress blog which can help to control page rank flow. In order to limit the Tag Cloud on wordpress blog, you have to edit the core file of the wordpress. First, fine this file yourdomain.com/wp-includes/category-template.php and download it to your local machine using ftp.</p>
<p>Find This Code:<br />
unction wp_tag_cloud( $args = ” ) {<br />
$defaults = array(<br />
’smallest’ => 8, ‘largest’ => 12, ‘unit’ => ‘pt’, ‘number’ => 45,</p>
<p>Now, change the 45 to equal the desired number of tag cloud. Now, save and upload the file again on the server.</p>
<p><strong>NOTE:</strong> You have to fix this at every update of wordpress version.</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=5947&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/an-introduction-to-category-cloud-widget-in-wordpress-blog-1381/' rel='bookmark' title='An Introduction to Category Cloud Widget In WordPress Blog'>An Introduction to Category Cloud Widget In WordPress Blog</a> <small>Hello All, This widget adds a sidebar widget to display...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-display-tags-cloud-in-wordpress-blog-1361/' rel='bookmark' title='Code To Display Tags Cloud In WordPress Blog'>Code To Display Tags Cloud In WordPress Blog</a> <small>Hello All, In order to display tags cloud in wordpress...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-apply-blog-limit-per-user-in-wordpress-mu-2560/' rel='bookmark' title='Code To Apply Blog Limit Per User In WordPress MU'>Code To Apply Blog Limit Per User In WordPress MU</a> <small>Hi, WordPress is an open source tool and we can...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/how-to-limit-tag-cloud-in-wordpress-blog-5947/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study: WordPress database error in WPDB Class</title>
		<link>http://www.bestwpthemez.com/wordpress/case-study-wordpress-database-error-in-wpdb-class-5888/</link>
		<comments>http://www.bestwpthemez.com/wordpress/case-study-wordpress-database-error-in-wpdb-class-5888/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 02:30:17 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=5888</guid>
		<description><![CDATA[Hi, When user trying to manipulation on WordPress Database using $wpdb class, the following error or similar error may appear: Error Message: WordPress database error: [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…] Possible Solutions: One of the [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-wordpress-database-error-145-2427/' rel='bookmark' title='Case Study: WordPress Database Error 145'>Case Study: WordPress Database Error 145</a> <small>Hi, Problem Summary: I have just upgraded my wordpress blog...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-mysql-database-error-%e2%80%93-max_allowed_packets-2193/' rel='bookmark' title='Case Study: MySQL Database error – Max_Allowed_Packets'>Case Study: MySQL Database error – Max_Allowed_Packets</a> <small>Hi, Problem Summary: One of our customer is getting this...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-can-not-select-database-error-message-3146/' rel='bookmark' title='Case Study: Can Not Select Database Error Message'>Case Study: Can Not Select Database Error Message</a> <small>Hi, I have upgraded database with automatic upgrade tool of...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>When user trying to manipulation on WordPress Database using $wpdb class, the following error or similar error may appear:</p>
<p><strong>Error Message:</strong><br />
WordPress database error: [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…]</p>
<p><strong>Possible Solutions:</strong><br />
One of the reasons for the errors is caused by post_ID or ID variable that represents the ID of the wordpress post. Depending on which version of PHP, MySQL or wordpress you are using.</p>
<p>The $post_id or $id or $post->ID can be placed within single quote (‘) as the workaround or resolution to avoid or solve the error.</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=5888&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-wordpress-database-error-145-2427/' rel='bookmark' title='Case Study: WordPress Database Error 145'>Case Study: WordPress Database Error 145</a> <small>Hi, Problem Summary: I have just upgraded my wordpress blog...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-mysql-database-error-%e2%80%93-max_allowed_packets-2193/' rel='bookmark' title='Case Study: MySQL Database error – Max_Allowed_Packets'>Case Study: MySQL Database error – Max_Allowed_Packets</a> <small>Hi, Problem Summary: One of our customer is getting this...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-can-not-select-database-error-message-3146/' rel='bookmark' title='Case Study: Can Not Select Database Error Message'>Case Study: Can Not Select Database Error Message</a> <small>Hi, I have upgraded database with automatic upgrade tool of...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/case-study-wordpress-database-error-in-wpdb-class-5888/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Get WordPress Post ID outside the Loop as PHP variable</title>
		<link>http://www.bestwpthemez.com/wordpress/how-to-get-wordpress-post-id-outside-the-loop-as-php-variable-5885/</link>
		<comments>http://www.bestwpthemez.com/wordpress/how-to-get-wordpress-post-id-outside-the-loop-as-php-variable-5885/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 02:20:38 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=5885</guid>
		<description><![CDATA[Hi, In the wordpress loop section, each posts displayed on the page with defined format along with such criteria decided by administrator. The Loop template tag the_ID can be used to easily display the post’s ID inside the post. Alternatively, inside the the_content filter, declare $id global and use $id to retrieve the post ID. [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-get-permalink-outside-the-loop-in-wordpress-blog-3502/' rel='bookmark' title='How To Get Permalink Outside The Loop In WordPress Blog'>How To Get Permalink Outside The Loop In WordPress Blog</a> <small>Hi, Many wordpress users having a question in their mind...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-display-adsense-on-first-post-within-in-loop-of-wordpress-3376/' rel='bookmark' title='How To Display Adsense On First Post Within IN Loop Of WordPress'>How To Display Adsense On First Post Within IN Loop Of WordPress</a> <small>Hi, Many wordpress users wants to display Adsense on first...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/wordpress-loop-plugin-5364/' rel='bookmark' title='WordPress Loop Plugin'>WordPress Loop Plugin</a> <small>Hi, This plugin allows user to manage query post loop....</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>In the wordpress loop section, each posts displayed on the page with defined format along with such criteria decided by administrator. The Loop template tag the_ID can be used to easily display the post’s ID inside the post.</p>
<p>Alternatively, inside the the_content filter, declare $id global and use $id to retrieve the post ID. the_ID template tag can be used in this  format:</p>
<p>Many time user requires to get Post ID outside the loop template tag. In such cases, the_ID function can not work. In that case, $post-&gt;ID will be used to return the post ID. $post is a global object that holds various information about the posts displayed on the page. If the $post is used inside a function, the $post has to be declared as a global variable. For example::</p>
<p><code>// Works inside of the Loop<br />
function function_name() {<br />
global $post;<br />
$thePostID = $post-&gt;ID;<br />
}</code></p>
<p>or:</p>
<p><code><br />
// Works in single post outside of the Loop<br />
function function_name() {<br />
global $wp_query;<br />
$thePostID = $wp_query-&gt;post-&gt;ID;<br />
}</code></p>
<p>$post-&gt;ID can be called directly outside of the Loop too in a single post template, such as ID ?&gt; will print display the post’s ID number. In the multiple posts view page such as index page or archive page, it’s possible to retrieve the get the latest or earliest post ID of all the posts displayed on the page by using an ORDER BY clause to order the posts by date, and then set the number of record to LIMIT 1. Just for example, and there are various way to use the query:</p>
<p>//Get the latest post ID number<br />
$post-&gt;ID ORDER BY post_date ASC LIMIT 1</p>
<p>//Get the earliest post ID number<br />
$post-&gt;ID ORDER BY post_date DESC LIMIT 1</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=5885&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-get-permalink-outside-the-loop-in-wordpress-blog-3502/' rel='bookmark' title='How To Get Permalink Outside The Loop In WordPress Blog'>How To Get Permalink Outside The Loop In WordPress Blog</a> <small>Hi, Many wordpress users having a question in their mind...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-display-adsense-on-first-post-within-in-loop-of-wordpress-3376/' rel='bookmark' title='How To Display Adsense On First Post Within IN Loop Of WordPress'>How To Display Adsense On First Post Within IN Loop Of WordPress</a> <small>Hi, Many wordpress users wants to display Adsense on first...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/wordpress-loop-plugin-5364/' rel='bookmark' title='WordPress Loop Plugin'>WordPress Loop Plugin</a> <small>Hi, This plugin allows user to manage query post loop....</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/how-to-get-wordpress-post-id-outside-the-loop-as-php-variable-5885/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study: array_key_exists WordPress Warning/Error – The first argument should be either a string or an integer in</title>
		<link>http://www.bestwpthemez.com/wordpress/case-study-array_key_exists-wordpress-warning-error-the-first-argument-should-be-either-a-string-or-an-integer-in-5649/</link>
		<comments>http://www.bestwpthemez.com/wordpress/case-study-array_key_exists-wordpress-warning-error-the-first-argument-should-be-either-a-string-or-an-integer-in-5649/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 19:03:11 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=5649</guid>
		<description><![CDATA[Hi, Problem Error: Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /your-sitepath/wp-includes/category-template.php on line 176 Possible Solution: - This problems stems from line 176 as stated above. The simple fix is to make sure the first argument is a string, to do this we will rap it in [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-category-not-updated-wordpress-error-3326/' rel='bookmark' title='Case Study: Category Not Updated – WordPress Error'>Case Study: Category Not Updated – WordPress Error</a> <small>Hi, Problem Summary: I tried to change the slug of...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-warning-message-headers-already-sent-in-wordpress-blog-838/' rel='bookmark' title='Case Study: Warning Message: Headers Already Sent in WordPress Blog'>Case Study: Warning Message: Headers Already Sent in WordPress Blog</a> <small>Hello All, In many cases one can receive warning message...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-php-fatal-error-out-of-memory-2360/' rel='bookmark' title='Case Study &#8211; PHP Fatal Error: Out Of Memory'>Case Study &#8211; PHP Fatal Error: Out Of Memory</a> <small>Hi, Problem Summary: I am receiving this error message on...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p><strong>Problem Error:</strong><br />
Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /your-sitepath/wp-includes/category-template.php on line 176</p>
<p><strong>Possible Solution:</strong></p>
<p>- This problems stems from line 176 as stated above. The simple fix is to make sure the first argument is a string, to do this we will rap it in double quotes.</p>
<p>Change line 176 from:</p>
<p>if(array_key_exists($category, $categories))</p>
<p>To</p>
<p>if(array_key_exists(&#8216;$category&#8217;, $categories))</p>
<p>Just add single quotes around the first $category variable which will fixed the issue.</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=5649&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-category-not-updated-wordpress-error-3326/' rel='bookmark' title='Case Study: Category Not Updated – WordPress Error'>Case Study: Category Not Updated – WordPress Error</a> <small>Hi, Problem Summary: I tried to change the slug of...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-warning-message-headers-already-sent-in-wordpress-blog-838/' rel='bookmark' title='Case Study: Warning Message: Headers Already Sent in WordPress Blog'>Case Study: Warning Message: Headers Already Sent in WordPress Blog</a> <small>Hello All, In many cases one can receive warning message...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-php-fatal-error-out-of-memory-2360/' rel='bookmark' title='Case Study &#8211; PHP Fatal Error: Out Of Memory'>Case Study &#8211; PHP Fatal Error: Out Of Memory</a> <small>Hi, Problem Summary: I am receiving this error message on...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/case-study-array_key_exists-wordpress-warning-error-the-first-argument-should-be-either-a-string-or-an-integer-in-5649/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study: Fatal error: Call to undefined function: str_split() on WordPress Blog</title>
		<link>http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-str_split-on-wordpress-blog-5605/</link>
		<comments>http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-str_split-on-wordpress-blog-5605/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:54:19 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=5605</guid>
		<description><![CDATA[Hi, Problem Summary: I have upgraded wordpress version to the latest along with plugins. I have encountered this error message on my blog as well as while trying to login into the admin area of the blog: Fatal error: Call to undefined function: str_split() in /home/&#8230;/htdocs/wp-content/plugins/pods/init.php on line 27 Possible Solution: - str_split is a [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-get_option-in-wordpress-blog-3431/' rel='bookmark' title='Case Study: Fatal error: Call to undefined function get_option() In WordPress Blog'>Case Study: Fatal error: Call to undefined function get_option() In WordPress Blog</a> <small>Hi, Problem Summary: Whenever I login into wordpress admin area,...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-wp_clone-in-wordpress-blog-1686/' rel='bookmark' title='Case Study: Fatal error &#8211; Call to undefined function wp_clone() In WordPress Blog'>Case Study: Fatal error &#8211; Call to undefined function wp_clone() In WordPress Blog</a> <small>Hi, Query: After wordpress upgrade to 2.7…receiving below mentioned error...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-wp_dashboard_setup-in-homeusernamepublic_htmlwp-adminindex-php-on-line-xx-5954/' rel='bookmark' title='Case Study: Fatal error &#8211; Call to undefined function wp_dashboard_setup() in /home/username/public_html/wp-admin/index.php on line XX'>Case Study: Fatal error &#8211; Call to undefined function wp_dashboard_setup() in /home/username/public_html/wp-admin/index.php on line XX</a> <small>Hi, Problem Summary: Many wordpress users getting this error message...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p><strong>Problem Summary:</strong><br />
I have upgraded wordpress version to the latest along with plugins. I have encountered this error message on my blog as well as while trying to login into the admin area of the blog:</p>
<p>Fatal error: Call to undefined function: str_split() in /home/&#8230;/htdocs/wp-content/plugins/pods/init.php on line 27</p>
<p><strong>Possible Solution:</strong><br />
- str_split is a PHP 5 function. It seems that your site/blog is running on PHP4 version. Hence, upgrade your domain/blog PHP version to PHP5 with the help of your hosting service provider. Once you upgrade it, your problem should be resolved positively.</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=5605&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-get_option-in-wordpress-blog-3431/' rel='bookmark' title='Case Study: Fatal error: Call to undefined function get_option() In WordPress Blog'>Case Study: Fatal error: Call to undefined function get_option() In WordPress Blog</a> <small>Hi, Problem Summary: Whenever I login into wordpress admin area,...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-wp_clone-in-wordpress-blog-1686/' rel='bookmark' title='Case Study: Fatal error &#8211; Call to undefined function wp_clone() In WordPress Blog'>Case Study: Fatal error &#8211; Call to undefined function wp_clone() In WordPress Blog</a> <small>Hi, Query: After wordpress upgrade to 2.7…receiving below mentioned error...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-wp_dashboard_setup-in-homeusernamepublic_htmlwp-adminindex-php-on-line-xx-5954/' rel='bookmark' title='Case Study: Fatal error &#8211; Call to undefined function wp_dashboard_setup() in /home/username/public_html/wp-admin/index.php on line XX'>Case Study: Fatal error &#8211; Call to undefined function wp_dashboard_setup() in /home/username/public_html/wp-admin/index.php on line XX</a> <small>Hi, Problem Summary: Many wordpress users getting this error message...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/case-study-fatal-error-call-to-undefined-function-str_split-on-wordpress-blog-5605/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Change BackGround Image In WordPress Blog</title>
		<link>http://www.bestwpthemez.com/wordpress/how-to-change-background-image-in-wordpress-blog-3895/</link>
		<comments>http://www.bestwpthemez.com/wordpress/how-to-change-background-image-in-wordpress-blog-3895/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 08:32:40 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/wordpress/how-to-change-background-image-in-wordpress-blog-3895/</guid>
		<description><![CDATA[Hi, In order change the background image of your blog, you need to upload the image in image folder of your theme. Image must be the same pixel as the old image. Othewise it may wrap the page. Image folder path: blog-directory/wp-content/themes/theme-folder/images Image name should be; bg.jpg Thanks, Shane G. Related posts: How To Change [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/1240-1240/' rel='bookmark' title='How To Change Feed Links Image In WordPress Blog?'>How To Change Feed Links Image In WordPress Blog?</a> <small>Hello All, In order to change the Feed Links image...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-image-upload-problem-in-wordpress-blog-2430/' rel='bookmark' title='Case Study: Image Upload Problem In WordPress Blog'>Case Study: Image Upload Problem In WordPress Blog</a> <small>Hi, Problem Summary: When trying to upload image/video to the...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-change-file-upload-path-in-wordpress-blog-1185/' rel='bookmark' title='How To Change File Upload Path In WordPress Blog?'>How To Change File Upload Path In WordPress Blog?</a> <small>Hello All, In order to change the file upload path...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>In order change the background image of your blog, you need to upload the image in image folder of your theme. Image must be the same pixel as the old image. Othewise it may wrap the page.</p>
<p>Image folder path: blog-directory/wp-content/themes/theme-folder/images</p>
<p>Image name should be; bg.jpg</p>
<p>Thanks,</p>
<p>Shane G. </p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=3895&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/1240-1240/' rel='bookmark' title='How To Change Feed Links Image In WordPress Blog?'>How To Change Feed Links Image In WordPress Blog?</a> <small>Hello All, In order to change the Feed Links image...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/case-study-image-upload-problem-in-wordpress-blog-2430/' rel='bookmark' title='Case Study: Image Upload Problem In WordPress Blog'>Case Study: Image Upload Problem In WordPress Blog</a> <small>Hi, Problem Summary: When trying to upload image/video to the...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-change-file-upload-path-in-wordpress-blog-1185/' rel='bookmark' title='How To Change File Upload Path In WordPress Blog?'>How To Change File Upload Path In WordPress Blog?</a> <small>Hello All, In order to change the file upload path...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/how-to-change-background-image-in-wordpress-blog-3895/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Move Sidebar In WordPress Theme</title>
		<link>http://www.bestwpthemez.com/wordpress/how-to-move-sidebar-in-wordpress-theme-3892/</link>
		<comments>http://www.bestwpthemez.com/wordpress/how-to-move-sidebar-in-wordpress-theme-3892/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 07:54:48 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=3892</guid>
		<description><![CDATA[Hi, Many wordpress users likes the theme but wants to change the sidebar angle from left to right and visa versa. I have described here how to switch the sidebar in wordpress theme. I have provided details here to move sidebar from left to right. In order to change the sidebar angle, you need to [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-move-wordpress-blog-within-site-1830/' rel='bookmark' title='How To Move WordPress Blog within Site?'>How To Move WordPress Blog within Site?</a> <small>Hi, To move wordpress blog within the site please refer...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/wordpress-2-9-move-to-trash-feature-3347/' rel='bookmark' title='WordPress 2.9: Move to Trash feature:'>WordPress 2.9: Move to Trash feature:</a> <small>WordPress 2.9: Move to Trash feature: Our Gmail users must...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-display-sidebar-at-index-page-for-single-post-1428/' rel='bookmark' title='How To Display Sidebar At Index Page For Single Post?'>How To Display Sidebar At Index Page For Single Post?</a> <small>Hello All, In order to display sidebar at index page...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Many wordpress users likes the theme but wants to change the sidebar angle from left to right and visa versa. I have described here how to switch the sidebar in wordpress theme. I have provided details here to move sidebar from left to right.</p>
<p>In order to change the sidebar angle, you need to edit the style.css file of the theme. Open style.css file of your theme to edit it. </p>
<p>Search This Code:</p>
<blockquote><p>.narrowcolumn<br />
{<br />
float: left;<br />
padding: 0 0 20px 45px;<br />
margin: 0px 0 0;<br />
width: 450px;<br />
}</p></blockquote>
<p>Replace above code with this code;</p>
<blockquote><p>.narrowcolumn<br />
{<br />
float: right;<br />
padding: 0 45px 20px 0px;<br />
margin: 0px 0 0;<br />
width: 450px;<br />
}</p></blockquote>
<p>Now, search this code;</p>
<blockquote><p>#sidebar<br />
{<br />
padding: 20px 0 10px 0;<br />
margin-left: 545px;<br />
width: 190px;<br />
}</p></blockquote>
<p>Replace with this code:</p>
<blockquote><p>#sidebar<br />
{<br />
padding: 20px 0 10px 0;<br />
margin-left: 20px;<br />
width: 190px;<br />
}</p></blockquote>
<p>You can set the margin accoring to your requirement. Now, save this file and upload to your theme folder.</p>
<p>In order to change the sidebar from right left. Need to do the reverse process.</p>
<p>That’s it!</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=3892&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-move-wordpress-blog-within-site-1830/' rel='bookmark' title='How To Move WordPress Blog within Site?'>How To Move WordPress Blog within Site?</a> <small>Hi, To move wordpress blog within the site please refer...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/wordpress-2-9-move-to-trash-feature-3347/' rel='bookmark' title='WordPress 2.9: Move to Trash feature:'>WordPress 2.9: Move to Trash feature:</a> <small>WordPress 2.9: Move to Trash feature: Our Gmail users must...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-display-sidebar-at-index-page-for-single-post-1428/' rel='bookmark' title='How To Display Sidebar At Index Page For Single Post?'>How To Display Sidebar At Index Page For Single Post?</a> <small>Hello All, In order to display sidebar at index page...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/how-to-move-sidebar-in-wordpress-theme-3892/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General Guidelines For WordPress Theme Development</title>
		<link>http://www.bestwpthemez.com/wordpress/general-guidelines-for-wordpress-theme-development-3826/</link>
		<comments>http://www.bestwpthemez.com/wordpress/general-guidelines-for-wordpress-theme-development-3826/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 00:35:57 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=3826</guid>
		<description><![CDATA[Hi, These are the documentation &#8211; guidelines for wordpress theme development: 1. Indicate precisely what your Theme and template files will achieve. 2. Adhere to the naming conventions of the standard theme hierarchy. 3. Indicate deficiencies in your Themes, if any. 4. Clearly reference any special modifications in comments within the template and style sheet [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/list-of-general-tags-in-wordpress-blog-1784/' rel='bookmark' title='List Of General Tags in WordPress Blog'>List Of General Tags in WordPress Blog</a> <small>Hi, These are the general tags which are used in...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/an-introduction-to-plugins-in-wordpress-blog-123/' rel='bookmark' title='An Introduction To Plugins in WordPress Blog?'>An Introduction To Plugins in WordPress Blog?</a> <small>Hello All, WordPress Plugins are tools to extend the functionality...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-insert-special-characters-between-menu-wordpress-blog-3541/' rel='bookmark' title='How To Insert Special Characters Between Menu WordPress Blog'>How To Insert Special Characters Between Menu WordPress Blog</a> <small>Hi, Many wordpress users wants to add special character in...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>These are the documentation &#8211; guidelines for wordpress theme development:</p>
<p>1. Indicate precisely what your Theme and template files will achieve.<br />
2. Adhere to the naming conventions of the standard theme hierarchy.<br />
3. Indicate deficiencies in your Themes, if any.<br />
4. Clearly reference any special modifications in comments within the template and style sheet files. Add comments to modifications, template sections, and CSS styles, especially those which cross template files.<br />
5. If you have any special requirements, which may include custom Rewrite Rules, or the use of some additional, special templates, images or files, please explicitly state the steps of action a user should take to get your Theme working.<br />
6. Try and test your Theme across browsers to catch at least a few of the problems the users of the Theme may find later.<br />
7. Provide contact information (web page or email), if possible, for support information and questions. </p>
<p>A README file included with your Theme helps many users over any potential stumbling blocks.</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=3826&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/list-of-general-tags-in-wordpress-blog-1784/' rel='bookmark' title='List Of General Tags in WordPress Blog'>List Of General Tags in WordPress Blog</a> <small>Hi, These are the general tags which are used in...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/an-introduction-to-plugins-in-wordpress-blog-123/' rel='bookmark' title='An Introduction To Plugins in WordPress Blog?'>An Introduction To Plugins in WordPress Blog?</a> <small>Hello All, WordPress Plugins are tools to extend the functionality...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-insert-special-characters-between-menu-wordpress-blog-3541/' rel='bookmark' title='How To Insert Special Characters Between Menu WordPress Blog'>How To Insert Special Characters Between Menu WordPress Blog</a> <small>Hi, Many wordpress users wants to add special character in...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/general-guidelines-for-wordpress-theme-development-3826/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How TO Display Latest Author Who Has Modified The Post In WordPress Blog</title>
		<link>http://www.bestwpthemez.com/wordpress/how-to-display-latest-author-who-has-modified-the-post-in-wordpress-blog-3551/</link>
		<comments>http://www.bestwpthemez.com/wordpress/how-to-display-latest-author-who-has-modified-the-post-in-wordpress-blog-3551/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 14:01:45 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=3551</guid>
		<description><![CDATA[Hi, WordPress 2.8+ has new feature of the_modified_author() which allows you to display the latest who has modified the post. In order to display the modified post author you can use this hack and add this code in functions.php file: if (!function_exists(&#8216;get_the_modified_author&#8217;)) { function get_the_modified_author() { global $post; if ( $last_id = get_post_meta($post-&#62;ID, &#8216;_edit_last&#8217;, true) [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-display-last-modified-date-on-wordpress-post-3300/' rel='bookmark' title='How To Display Last Modified Date On WordPress Post'>How To Display Last Modified Date On WordPress Post</a> <small>Hi, In many cases you may want to display updated...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-convert-author-display-with-link-to-the-author-3309/' rel='bookmark' title='How To Convert Author Display With Link To The Author'>How To Convert Author Display With Link To The Author</a> <small>Hi, Many themes are created to simply display the author’s...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-add-gravatar-for-the-post-author-in-wordpress-blog-2490/' rel='bookmark' title='Code To Add Gravatar For The Post Author In WordPress Blog'>Code To Add Gravatar For The Post Author In WordPress Blog</a> <small>Hi, Upto now we gravatar are displaying in the comment...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>WordPress 2.8+ has new feature of the_modified_author() which allows you to display the latest who has modified the post. In order to display the modified post author you can use this hack and add this code in functions.php file:</p>
<p>if (!function_exists(&#8216;get_the_modified_author&#8217;)) {<br />
function get_the_modified_author() {<br />
global $post;<br />
if ( $last_id = get_post_meta($post-&gt;ID, &#8216;_edit_last&#8217;, true) ) {<br />
$last_user = get_userdata($last_id);<br />
return apply_filters(&#8216;the_modified_author&#8217;, $last_user-&gt;display_name);<br />
}<br />
}<br />
}</p>
<p>if (!function_exists(&#8216;the_modified_author&#8217;)) {<br />
function the_modified_author() {<br />
echo get_the_modified_author();<br />
}<br />
}</p>
<p>Once you have updated the functions.php file, you can use this code to display the last modified post author details:</p>
<p>&lt;?php the_modified_author(); ?&gt;</p>
<p>That’s it!</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=3551&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-display-last-modified-date-on-wordpress-post-3300/' rel='bookmark' title='How To Display Last Modified Date On WordPress Post'>How To Display Last Modified Date On WordPress Post</a> <small>Hi, In many cases you may want to display updated...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-convert-author-display-with-link-to-the-author-3309/' rel='bookmark' title='How To Convert Author Display With Link To The Author'>How To Convert Author Display With Link To The Author</a> <small>Hi, Many themes are created to simply display the author’s...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-add-gravatar-for-the-post-author-in-wordpress-blog-2490/' rel='bookmark' title='Code To Add Gravatar For The Post Author In WordPress Blog'>Code To Add Gravatar For The Post Author In WordPress Blog</a> <small>Hi, Upto now we gravatar are displaying in the comment...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/how-to-display-latest-author-who-has-modified-the-post-in-wordpress-blog-3551/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Detect Visitors Web Browser Details Within WordPress Blog</title>
		<link>http://www.bestwpthemez.com/wordpress/how-to-detect-visitors-web-browser-details-within-wordpress-blog-3549/</link>
		<comments>http://www.bestwpthemez.com/wordpress/how-to-detect-visitors-web-browser-details-within-wordpress-blog-3549/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 13:52:27 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/wordpress/how-to-detect-visitors-web-browser-details-within-wordpress-blog-3549/</guid>
		<description><![CDATA[Hi, Many wordpress theme is not supported perfectly in many web browsers. In order to detect the visitors’ web browser, you can use this hack. For that you need to add this code in functions.php file of your theme: &#60;?php add_filter(&#8216;body_class&#8217;,'browser_body_class&#8217;); function browser_body_class($classes) { global $is_lynx, $is_gecko, $is_IE, $is_opera, $is_NS4, $is_safari, $is_chrome, $is_iphone; if($is_lynx) $classes[] [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/requirement-details-for-google-reader-widget-in-wordpress-blog-338/' rel='bookmark' title='Requirement details for Google Reader Widget in WordPress Blog'>Requirement details for Google Reader Widget in WordPress Blog</a> <small>Hello All, In order to add Google Reader Widget in...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-remove-author-details-from-posts-in-wordpress-blog-1622/' rel='bookmark' title='How To Remove Author Details from posts In WordPress Blog?'>How To Remove Author Details from posts In WordPress Blog?</a> <small>Hi, To remove author details from wordpress posts&#8230;need to remove...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-remove-timedate-details-from-posts-in-wordpress-blog-1586/' rel='bookmark' title='How To Remove Time/Date Details From Posts In WordPress Blog?'>How To Remove Time/Date Details From Posts In WordPress Blog?</a> <small>Hi, To remove the time/date stamp details from all posts...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Many wordpress theme is not supported perfectly in many web browsers. In order to detect the visitors’ web browser, you can use this hack. For that you need to add this code in functions.php file of your theme:</p>
<p>&lt;?php<br />
add_filter(&#8216;body_class&#8217;,'browser_body_class&#8217;);<br />
function browser_body_class($classes) {<br />
global $is_lynx, $is_gecko, $is_IE, $is_opera, $is_NS4, $is_safari, $is_chrome, $is_iphone;</p>
<p>if($is_lynx) $classes[] = &#8216;lynx&#8217;;<br />
elseif($is_gecko) $classes[] = &#8216;gecko&#8217;;<br />
elseif($is_opera) $classes[] = &#8216;opera&#8217;;<br />
elseif($is_NS4) $classes[] = &#8216;ns4&#8242;;<br />
elseif($is_safari) $classes[] = &#8216;safari&#8217;;<br />
elseif($is_chrome) $classes[] = &#8216;chrome&#8217;;<br />
elseif($is_IE) $classes[] = &#8216;ie&#8217;;<br />
else $classes[] = &#8216;unknown&#8217;;</p>
<p>if($is_iphone) $classes[] = &#8216;iphone&#8217;;<br />
return $classes;<br />
}<br />
?&gt;<br />
Once you update the functions.php the function will automatically add a CSS class to the body tag. Here is one example:</p>
<p>&lt;body&gt;</p>
<p>Now, you need to define the stylesheet according to the browser in style.css</p>
<p>That’s it!</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=3549&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/requirement-details-for-google-reader-widget-in-wordpress-blog-338/' rel='bookmark' title='Requirement details for Google Reader Widget in WordPress Blog'>Requirement details for Google Reader Widget in WordPress Blog</a> <small>Hello All, In order to add Google Reader Widget in...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-remove-author-details-from-posts-in-wordpress-blog-1622/' rel='bookmark' title='How To Remove Author Details from posts In WordPress Blog?'>How To Remove Author Details from posts In WordPress Blog?</a> <small>Hi, To remove author details from wordpress posts&#8230;need to remove...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-remove-timedate-details-from-posts-in-wordpress-blog-1586/' rel='bookmark' title='How To Remove Time/Date Details From Posts In WordPress Blog?'>How To Remove Time/Date Details From Posts In WordPress Blog?</a> <small>Hi, To remove the time/date stamp details from all posts...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/how-to-detect-visitors-web-browser-details-within-wordpress-blog-3549/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Display Tags In DropDown Menu In WordPress Blog</title>
		<link>http://www.bestwpthemez.com/wordpress/how-to-display-tags-in-dropdown-menu-in-wordpress-blog-3546/</link>
		<comments>http://www.bestwpthemez.com/wordpress/how-to-display-tags-in-dropdown-menu-in-wordpress-blog-3546/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 08:34:24 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/?p=3546</guid>
		<description><![CDATA[Hi, Tag Cloud may be not diosplay properly. In order to over come from that situation, you can use this hack to display tags in drop down menu. For that you need to add this code in functions.php file of your blog: &#60;?php function dropdown_tag_cloud( $args = &#8221; ) { $defaults = array( &#8216;smallest&#8217; =&#62; [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-make-categories-appear-in-dropdown-menu-1191/' rel='bookmark' title='How To Make Categories Appear In DropDown Menu'>How To Make Categories Appear In DropDown Menu</a> <small>Hello All, In order to appear categories menu in drop...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-display-tags-at-wordpress-blog-1349/' rel='bookmark' title='Code To Display Tags At WordPress Blog'>Code To Display Tags At WordPress Blog</a> <small>Hello All, In order to display tags in wordpress blog...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-display-tags-cloud-in-wordpress-blog-1361/' rel='bookmark' title='Code To Display Tags Cloud In WordPress Blog'>Code To Display Tags Cloud In WordPress Blog</a> <small>Hello All, In order to display tags cloud in wordpress...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Tag Cloud may be not diosplay properly. In order to over come from that situation, you can use this hack to display tags in drop down menu. For that you need to add this code in functions.php file of your blog:</p>
<p>&lt;?php<br />
function dropdown_tag_cloud( $args = &#8221; ) {<br />
$defaults = array(<br />
&#8216;smallest&#8217; =&gt; 8, &#8216;largest&#8217; =&gt; 22, &#8216;unit&#8217; =&gt; &#8216;pt&#8217;, &#8216;number&#8217; =&gt; 45,<br />
&#8216;format&#8217; =&gt; &#8216;flat&#8217;, &#8216;orderby&#8217; =&gt; &#8216;name&#8217;, &#8216;order&#8217; =&gt; &#8216;ASC&#8217;,<br />
&#8216;exclude&#8217; =&gt; &#8221;, &#8216;include&#8217; =&gt; &#8221;<br />
);<br />
$args = wp_parse_args( $args, $defaults );</p>
<p>$tags = get_tags( array_merge($args, array(&#8216;orderby&#8217; =&gt; &#8216;count&#8217;, &#8216;order&#8217; =&gt; &#8216;DESC&#8217;)) ); // Always query top tags</p>
<p>if ( empty($tags) )<br />
return;</p>
<p>$return = dropdown_generate_tag_cloud( $tags, $args ); // Here&#8217;s where those top tags get sorted according to $args<br />
if ( is_wp_error( $return ) )<br />
return false;<br />
else<br />
echo apply_filters( &#8216;dropdown_tag_cloud&#8217;, $return, $args );<br />
}</p>
<p>function dropdown_generate_tag_cloud( $tags, $args = &#8221; ) {<br />
global $wp_rewrite;<br />
$defaults = array(<br />
&#8216;smallest&#8217; =&gt; 8, &#8216;largest&#8217; =&gt; 22, &#8216;unit&#8217; =&gt; &#8216;pt&#8217;, &#8216;number&#8217; =&gt; 45,<br />
&#8216;format&#8217; =&gt; &#8216;flat&#8217;, &#8216;orderby&#8217; =&gt; &#8216;name&#8217;, &#8216;order&#8217; =&gt; &#8216;ASC&#8217;<br />
);<br />
$args = wp_parse_args( $args, $defaults );<br />
extract($args);</p>
<p>if ( !$tags )<br />
return;<br />
$counts = $tag_links = array();<br />
foreach ( (array) $tags as $tag ) {<br />
$counts[$tag-&gt;name] = $tag-&gt;count;<br />
$tag_links[$tag-&gt;name] = get_tag_link( $tag-&gt;term_id );<br />
if ( is_wp_error( $tag_links[$tag-&gt;name] ) )<br />
return $tag_links[$tag-&gt;name];<br />
$tag_ids[$tag-&gt;name] = $tag-&gt;term_id;<br />
}</p>
<p>$min_count = min($counts);<br />
$spread = max($counts) &#8211; $min_count;<br />
if ( $spread &lt;= 0 )<br />
$spread = 1;<br />
$font_spread = $largest &#8211; $smallest;<br />
if ( $font_spread &lt;= 0 )<br />
$font_spread = 1;<br />
$font_step = $font_spread / $spread;</p>
<p>// SQL cannot save you; this is a second (potentially different) sort on a subset of data.<br />
if ( &#8216;name&#8217; == $orderby )<br />
uksort($counts, &#8216;strnatcasecmp&#8217;);<br />
else<br />
asort($counts);</p>
<p>if ( &#8216;DESC&#8217; == $order )<br />
$counts = array_reverse( $counts, true );</p>
<p>$a = array();</p>
<p>$rel = ( is_object($wp_rewrite) &amp;&amp; $wp_rewrite-&gt;using_permalinks() ) ? &#8216; rel=&#8221;tag&#8221;&#8216; : &#8221;;</p>
<p>foreach ( $counts as $tag =&gt; $count ) {<br />
$tag_id = $tag_ids[$tag];<br />
$tag_link = clean_url($tag_links[$tag]);<br />
$tag = str_replace(&#8216; &#8216;, &#8216;&amp;nbsp;&#8217;, wp_specialchars( $tag ));<br />
$a[] = &#8220;\t&lt;option value=&#8217;$tag_link&#8217;&gt;$tag ($count)&lt;/option&gt;&#8221;;<br />
}</p>
<p>switch ( $format ) :<br />
case &#8216;array&#8217; :<br />
$return =&amp; $a;<br />
break;<br />
case &#8216;list&#8217; :<br />
$return = &#8220;&lt;ul class=&#8217;wp-tag-cloud&#8217;&gt;\n\t&lt;li&gt;&#8221;;<br />
$return .= join(&#8220;&lt;/li&gt;\n\t&lt;li&gt;&#8221;, $a);<br />
$return .= &#8220;&lt;/li&gt;\n&lt;/ul&gt;\n&#8221;;<br />
break;<br />
default :<br />
$return = join(&#8220;\n&#8221;, $a);<br />
break;<br />
endswitch;</p>
<p>return apply_filters( &#8216;dropdown_generate_tag_cloud&#8217;, $return, $tags, $args );<br />
}<br />
?&gt;</p>
<p>You can use this function to display dropdown menu of tags. Just open the file where you want the list to be displayed like sidebar.php and paste this code:</p>
<p>&lt;select name=&#8221;tag-dropdown&#8221; onchange=&#8221;document.location.href=this.options[this.selectedIndex].value;&#8221;&gt;<br />
&lt;option value=&#8221;#&#8221;&gt;Liste d&#8217;auteurs&lt;/option&gt;<br />
&lt;?php dropdown_tag_cloud(&#8216;number=0&amp;order=asc&#8217;); ?&gt;<br />
&lt;/select&gt;</p>
<p>That’s it!</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=3546&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-make-categories-appear-in-dropdown-menu-1191/' rel='bookmark' title='How To Make Categories Appear In DropDown Menu'>How To Make Categories Appear In DropDown Menu</a> <small>Hello All, In order to appear categories menu in drop...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-display-tags-at-wordpress-blog-1349/' rel='bookmark' title='Code To Display Tags At WordPress Blog'>Code To Display Tags At WordPress Blog</a> <small>Hello All, In order to display tags in wordpress blog...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-display-tags-cloud-in-wordpress-blog-1361/' rel='bookmark' title='Code To Display Tags Cloud In WordPress Blog'>Code To Display Tags Cloud In WordPress Blog</a> <small>Hello All, In order to display tags cloud in wordpress...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/how-to-display-tags-in-dropdown-menu-in-wordpress-blog-3546/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Insert Special Characters Between Menu WordPress Blog</title>
		<link>http://www.bestwpthemez.com/wordpress/how-to-insert-special-characters-between-menu-wordpress-blog-3541/</link>
		<comments>http://www.bestwpthemez.com/wordpress/how-to-insert-special-characters-between-menu-wordpress-blog-3541/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 08:06:56 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[WordPress KB]]></category>

		<guid isPermaLink="false">http://www.bestwpthemez.com/wordpress/how-to-insert-special-characters-between-menu-wordpress-blog-3541/</guid>
		<description><![CDATA[Hi, Many wordpress users wants to add special character in their menu list. Wp_list_pages is very useful function of wordpress to display the pages in menu. Whenever you would like to add special character ike ‘&#124;’, ‘//’ etc.., you can use this hack. You need to add this code where you want to add the [...]<fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-add-custom-characters-in-a-wordpress-blog-487/' rel='bookmark' title='How to add custom characters in a wordpress blog?'>How to add custom characters in a wordpress blog?</a> <small>When writing a new post, sometimes you need to add...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-insert-ads-after-the-first-post-in-wordpress-blog-2968/' rel='bookmark' title='How To Insert Ads After the First Post In WordPress Blog?'>How To Insert Ads After the First Post In WordPress Blog?</a> <small>Hi, Many of wordpress users want to display Ads after...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-insert-ads-in-rss-feed-of-wordpress-blog-3488/' rel='bookmark' title='Code To Insert Ads In RSS Feed Of WordPress Blog?'>Code To Insert Ads In RSS Feed Of WordPress Blog?</a> <small>Hi, In order to add the Ads in RSS feed...</small></li>
</ol></fieldset>]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Many wordpress users wants to add special character in their menu list.  Wp_list_pages is very useful function of wordpress to display the pages in menu. Whenever you would like to add special character ike ‘|’, ‘//’ etc.., you can use this hack. You need to add this code where you want to add the special character:</p>
<p><a href="http://www.bestwpthemez.com/wp-content/uploads/2009/10/special_charater-code.txt">special_charater code</a></p>
<p>For example, I have used pipe sign as special character. You can use as per your requirement.</p>
<p>That’s it!</p>
<p>Thanks,</p>
<p>Shane G.</p>
<img src="http://www.bestwpthemez.com/?ak_action=api_record_view&id=3541&type=feed" alt="" /><fieldset><legend>Related posts:</legend><ol>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-add-custom-characters-in-a-wordpress-blog-487/' rel='bookmark' title='How to add custom characters in a wordpress blog?'>How to add custom characters in a wordpress blog?</a> <small>When writing a new post, sometimes you need to add...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/how-to-insert-ads-after-the-first-post-in-wordpress-blog-2968/' rel='bookmark' title='How To Insert Ads After the First Post In WordPress Blog?'>How To Insert Ads After the First Post In WordPress Blog?</a> <small>Hi, Many of wordpress users want to display Ads after...</small></li>
<li><a href='http://www.bestwpthemez.com/wordpress/code-to-insert-ads-in-rss-feed-of-wordpress-blog-3488/' rel='bookmark' title='Code To Insert Ads In RSS Feed Of WordPress Blog?'>Code To Insert Ads In RSS Feed Of WordPress Blog?</a> <small>Hi, In order to add the Ads in RSS feed...</small></li>
</ol></fieldset>]]></content:encoded>
			<wfw:commentRss>http://www.bestwpthemez.com/wordpress/how-to-insert-special-characters-between-menu-wordpress-blog-3541/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

