<?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>WordpressBoys</title>
	<atom:link href="http://www.wordpressboys.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpressboys.com</link>
	<description>The Wordpress CMS Customization, Development and PSD to WP Theme Experts</description>
	<lastBuildDate>Wed, 30 Sep 2009 21:29:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Important wordpress links!</title>
		<link>http://www.wordpressboys.com/wordpress/important-wordpress-links/</link>
		<comments>http://www.wordpressboys.com/wordpress/important-wordpress-links/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:28:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Customization]]></category>

		<guid isPermaLink="false">http://www.wordpressboys.com/?p=105</guid>
		<description><![CDATA[WordPress Plugins
WordPress Support Forums – If you have a problem, it’s probably answered in the forums somewhere
WordPress Download Page – Make sure you’re downloading the latest WP for clients
HTML Validator
CSS Validator

]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://wordpress.org/extend/plugins/">WordPress Plugins</a></li>
<li><a href="http://wordpress.org/support/">WordPress Support Forums</a> – If you have a problem, it’s probably answered in the forums somewhere</li>
<li><a href="http://wordpress.org/download/">WordPress Download Page</a> – Make sure you’re downloading the latest WP for clients</li>
<li><a href="http://validator.w3.org/">HTML Validator</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/">CSS Validator</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressboys.com/wordpress/important-wordpress-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove version information from your Wordpress?</title>
		<link>http://www.wordpressboys.com/wordpress/how-to-remove-version-information-from-your-wordpress/</link>
		<comments>http://www.wordpressboys.com/wordpress/how-to-remove-version-information-from-your-wordpress/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 23:41:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Customization]]></category>
		<category><![CDATA[Wordpress TIPS]]></category>

		<guid isPermaLink="false">http://www.wordpressboys.com/?p=99</guid>
		<description><![CDATA[By default WordPress adds the script version to the header of your Wordpress blog. This information might be a lot helpful for a hacker who are trying to take down or take over your blog since you are using an older version of WordPress which is not as secure as the latest version. Do not [...]]]></description>
			<content:encoded><![CDATA[<p>By default WordPress adds the script version to the header of your Wordpress blog. This information might be a lot helpful for a hacker who are trying to take down or take over your blog since you are using an older version of WordPress which is not as secure as the latest version. Do not worry! We have a solution for you. Simply add this line of code in functions.php file which is located in your themes folder</p>
<pre>&lt;?php remove_action('wp_head', 'wp_generator'); ?&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressboys.com/wordpress/how-to-remove-version-information-from-your-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Display List of Authors?</title>
		<link>http://www.wordpressboys.com/wordpress/how-to-display-list-of-authors/</link>
		<comments>http://www.wordpressboys.com/wordpress/how-to-display-list-of-authors/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 23:35:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Customization]]></category>
		<category><![CDATA[Wordpress Functions]]></category>

		<guid isPermaLink="false">http://www.wordpressboys.com/?p=96</guid>
		<description><![CDATA[Here is how you can display a list of the authors (users) associated with your Wordpress Blog, and if the user has authored any posts, the author name is displayed as a link to their posts. Optionally this tag displays each author&#8217;s post count and RSS feed link.
&#60;?php wp_list_authors( $args ); ?&#62;
]]></description>
			<content:encoded><![CDATA[<p>Here is how you can display a list of the authors (users) associated with your Wordpress Blog, and if the user has authored any posts, the author name is displayed as a link to their posts. Optionally this tag displays each author&#8217;s post count and RSS feed link.</p>
<pre>&lt;?php wp_list_authors( $args ); ?&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressboys.com/wordpress/how-to-display-list-of-authors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Features in Wordpress 2.8.4</title>
		<link>http://www.wordpressboys.com/wordpress/new-features-in-wordpress-2-8-4/</link>
		<comments>http://www.wordpressboys.com/wordpress/new-features-in-wordpress-2-8-4/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 23:15:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress News]]></category>

		<guid isPermaLink="false">http://www.wordpressboys.com/?p=93</guid>
		<description><![CDATA[Here are the list of Newly added features to Wordpress in it&#8217;s latest version 2.8.4.

 New Theme Installer routines
 Add CodePress syntax highlighting to  Theme and Plugin editors
 Add Documentation(function) lookup to  Theme and Plugin editors
 Use &#8220;Custom Header&#8221; for menu text and revise Default theme to reflect change
 Separate Comments into a [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the list of Newly added features to Wordpress in it&#8217;s latest version 2.8.4.</p>
<ol>
<li> New Theme Installer routines</li>
<li> Add CodePress syntax highlighting to  Theme and Plugin editors</li>
<li> Add Documentation(function) lookup to  Theme and Plugin editors</li>
<li> Use &#8220;Custom Header&#8221; for menu text and revise Default theme to reflect change</li>
<li> Separate Comments into a separate postbox, from Discussion postbox, on the Edit Post screen</li>
<li> Make tags accessible without Javascript on the edit screen</li>
<li> Don&#8217;t ask for confirmation when marking a comment as spam</li>
<li> Don&#8217;t notify post author of own comments</li>
<li> Fix comment paging for static front page</li>
<li> Allow the dashboard widgets to be arranged in up to four columns as set via the Screen Options tab</li>
<li> Make titles into links in Dashboard Right Now module (this was in 2.7.1)</li>
<li> Improved Admin icons (grey-to-transparent shadows)</li>
<li> Update Blue Admin Color Scheme</li>
<li> Press This improvements UI, quoting fixes, plus ability for Contributors to use Press This</li>
<li> Add a Cancel Upload button and a Delete link to Administration &gt; Media &gt; Add New</li>
<li> Add column &#8220;Rating&#8221; in Administration &gt; Links &gt; Edit</li>
<li> Improve installer to help people entering wrong email addresses</li>
<li> Improved Widget user interface</li>
<li> Allow editing of all plugin files (<span class="external text">Ticket 6732</span>)</li>
<li> Improved Plugin search (this was in 2.7.1) on Administration &gt; Plugins &gt; Add New</li>
<li> Per Page option for plugins</li>
<li> Move &#8220;Install a plugin in .zip format&#8221; to new Upload tab under Administration &gt; Plugins &gt; Add New</li>
<li> Show absolute date instead of relative date for scheduled posts</li>
<li> Fix tags suggest for post quick edit and bulk edit</li>
<li> Permalink editor changes and fix for pages</li>
<li> Autosave post/page when pressing Control/Command+S</li>
<li> Add toggle all button to the Gallery tab in the uploader</li>
<li> Support more than one gallery on the same page</li>
<li> Add per page option to Screen Options for comments, posts, pages, media, categories, and tags</li>
<li> Overhaul of LiveJournal importer (also add define WP_IMPORTING)</li>
<li> Import category descriptions for Administration &gt; Tools &gt; Import &gt; WordPress</li>
<li> Show Tools menu for all users so they can access Turbo</li>
<li> Check for new version when visiting Administration &gt; Tools &gt; Upgrade</li>
<li> In upgrade process, provide better explanation for database upgrade message</li>
<li> Fix most popular link category list</li>
<li> Add description field for Tags in Administration &gt; Posts &gt; Tags</li>
<li> WAI-ARIA landmark roles to added to WordPress Default theme</li>
<li> &#8220;Choose a city in the same timezone as you&#8221; for Timezone in Administration &gt; Settings &gt; General</li>
<li> Remove My Hacks option from Administration &gt; Settings &gt; Miscellaneous</li>
<li> Hide email addresses from low privilege users on Administration &gt; Comments</li>
<li> Allow case-insensitive logins</li>
<li> Login and Registration pages noindex followed</li>
<li> Give login screen proper iPhone viewport</li>
<li> Enforce unique email addresses in Add/Edit users</li>
<li> Make user_nicenames unique during registration</li>
<li> Add &#8220;Send this password to the new user by email&#8221; option to Administration &gt; Users &gt; Add New</li>
<li> Don&#8217;t set user&#8217;s Website url to http:// in Administration &gt; Users &gt; Add New</li>
<li> Add password strength meter to Add User and Edit User</li>
<li> Hide things that need to be available to screen readers via offscreen positioning</li>
<li> Use invisible class for hiding labels and legends</li>
<li> Use a semantic class name for text targeted to screen readers</li>
</ol>
<p>Hope we will get a lot more new features in upcoming versions of  Wordpress. This will help a lot in <strong>Wordpress Customization and Development.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressboys.com/wordpress/new-features-in-wordpress-2-8-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the &#8220;Read More&#8221; link?</title>
		<link>http://www.wordpressboys.com/wordpress/how-to-change-the-read-more-link/</link>
		<comments>http://www.wordpressboys.com/wordpress/how-to-change-the-read-more-link/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 22:56:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Customization]]></category>
		<category><![CDATA[Wordpress Dashboard]]></category>
		<category><![CDATA[Wordpress Functions]]></category>
		<category><![CDATA[Wordpress TIPS]]></category>

		<guid isPermaLink="false">http://www.wordpressboys.com/?p=87</guid>
		<description><![CDATA[In the Wordpress Templates we generally see the &#8220;Read More&#8221; links at the end of the small excerpt text. Wanna change the text to something else? Then please follow the steps.
1. Navigate to Appearance &#8211;&#62; Editor in your Wordpress Dashboard
2. Open your &#8220;index.php&#8221; or file and find this line:
&#60;?php the_content(__('Read more'));?&#62;
3. replace it with this [...]]]></description>
			<content:encoded><![CDATA[<p>In the Wordpress Templates we generally see the &#8220;Read More&#8221; links at the end of the small excerpt text. Wanna change the text to something else? Then please follow the steps.</p>
<p>1. Navigate to Appearance &#8211;&gt; Editor in your Wordpress Dashboard<br />
2. Open your &#8220;index.php&#8221; or file and find this line:</p>
<pre>&lt;?php the_content(__('Read more'));?&gt;</pre>
<p>3. replace it with this one:  </p>
<pre>&lt;?php the_content("YOUR OWN TEXT" . the_title(",",false), 0); ?&gt;</pre>
<p>Have doubts? Contact or Call us now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressboys.com/wordpress/how-to-change-the-read-more-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove Excerpt if left empty?</title>
		<link>http://www.wordpressboys.com/wordpress/how-to-remove-excerpt-if-left-empty/</link>
		<comments>http://www.wordpressboys.com/wordpress/how-to-remove-excerpt-if-left-empty/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 22:37:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Customization]]></category>
		<category><![CDATA[Wordpress Functions]]></category>
		<category><![CDATA[Wordpress TIPS]]></category>

		<guid isPermaLink="false">http://www.wordpressboys.com/?p=79</guid>
		<description><![CDATA[In Wordpress &#8220;the_Excerpt()&#8221; displays the excerpt filed value of the current post with [...] at the end, which is not a &#8220;read more&#8221; link. If you do not provide an explicit excerpt to a post (in the post editor&#8217;s optional excerpt field), it will display a teaser which refers to the first 55 words of [...]]]></description>
			<content:encoded><![CDATA[<p>In Wordpress &#8220;the_Excerpt()&#8221; displays the excerpt filed value of the current post with [...] at the end, which is not a &#8220;read more&#8221; link. If you do not provide an explicit excerpt to a post (in the post editor&#8217;s optional excerpt field), it will display a teaser which refers to the first 55 words of the post&#8217;s content.</p>
<p>By default, if you have your theme set to display the excerpt and nothing is entered, WordPress will just display the full text instead. If you want don’t want anything displayed then simply place the following code wherever you want the excerpt to appear (or not)</p>
<p><pre>&lt;?php if(!empty($post-&gt;post_excerpt)) {the_excerpt(); } ?&gt;</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressboys.com/wordpress/how-to-remove-excerpt-if-left-empty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Payment Status</title>
		<link>http://www.wordpressboys.com/payment/payment-status/</link>
		<comments>http://www.wordpressboys.com/payment/payment-status/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 00:04:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[payment]]></category>

		<guid isPermaLink="false">http://www.wordpressboys.com/?p=69</guid>
		<description><![CDATA[Sorry! Your transaction has been cancelled or Failed 
Please Try Again

]]></description>
			<content:encoded><![CDATA[<div align="center" style="color:red;font-size:15px;">
<b>Sorry! Your transaction has been cancelled or Failed </b><br/><br />
<a href="http://www.wordpressboys.com/make-payment/">Please Try Again</a></div>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpressboys.com/payment/payment-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
