<?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>wpyag.com</title>
	<atom:link href="http://www.wpyag.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpyag.com</link>
	<description>WordPress Themes, Tips, Tricks, Hacks, News</description>
	<lastBuildDate>Sat, 07 Aug 2010 04:12:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to post sticky post in wordpress</title>
		<link>http://www.wpyag.com/wordpress-tips-and-tricks/how-to-post-sticky-post-in-wordpress/</link>
		<comments>http://www.wpyag.com/wordpress-tips-and-tricks/how-to-post-sticky-post-in-wordpress/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 04:07:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WordPress Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.wpyag.com/?p=400</guid>
		<description><![CDATA[If you want to keep any post always on top and on home page, you need to stick that post. In WordPress, you can make any post as sticky post. In the &#8220;publish options&#8221; click &#8220;Edit&#8221; link of visibility option. The visibility options will expand. Now check the box &#8220;Stick this post to the front [...]]]></description>
			<content:encoded><![CDATA[
<p><center><br />
<a href="http://www.wpyag.com/wp-content/uploads/2010/08/sticky-post.png"><img src="http://www.wpyag.com/wp-content/uploads/2010/08/sticky-post.png" alt="sticky-post" title="sticky-post" width="128" height="128" class="alignnone size-full wp-image-401" /></a><br />
</center><br />
If you want to keep any post always on top and on home page, you need to stick that post. In WordPress, you can make any post as sticky post. </p>
<p>In the &#8220;<strong>publish options</strong>&#8221; click &#8220;<strong>Edit</strong>&#8221; link of <strong>visibility</strong> option.<br />
<a href="http://www.wpyag.com/wp-content/uploads/2010/08/sticky-post1.jpg"><img src="http://www.wpyag.com/wp-content/uploads/2010/08/sticky-post1.jpg" alt="sticky-post1" title="sticky-post1" width="446" height="344" class="alignnone size-full wp-image-402" /></a><br />
</p>
<p>The visibility options will expand. Now check the box &#8220;<strong>Stick this post to the front page</strong>&#8221; and click <strong>ok</strong> button.<br />
<a href="http://www.wpyag.com/wp-content/uploads/2010/08/sticky-post2.jpg"><img src="http://www.wpyag.com/wp-content/uploads/2010/08/sticky-post2.jpg" alt="sticky-post2" title="sticky-post2" width="398" height="403" class="alignnone size-full wp-image-403" /></a><br />
when you will publish this post, it will be a sticky post.<br />
<span id="more-400"></span><br />
To make it a normal post, edit the post and uncheck the box &#8220;Stick this post to the front page&#8221; and Save the post.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.wpyag.com/wordpress-tips-and-tricks/how-to-post-sticky-post-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add &#8220;Tweet This Post&#8221; link in WordPress</title>
		<link>http://www.wpyag.com/wordpress-tips-and-tricks/add-tweet-this-post-link-in-wordpress/</link>
		<comments>http://www.wpyag.com/wordpress-tips-and-tricks/add-tweet-this-post-link-in-wordpress/#comments</comments>
		<pubDate>Thu, 06 May 2010 16:59:57 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WordPress Tips and Tricks]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.wpyag.com/?p=382</guid>
		<description><![CDATA[There are few very good WordPress plugins which add a twitter like icon and link to tweet the post. But instead of using plugin, I will show you how easily you can add a link to &#8220;Tweet this post&#8221; in your WordPress blog. You can use below code to add a link to tweet a [...]]]></description>
			<content:encoded><![CDATA[
<p><center><a href="http://www.wpyag.com/wp-content/uploads/2010/05/tweet-this-post1.png"><img src="http://www.wpyag.com/wp-content/uploads/2010/05/tweet-this-post1.png" alt="tweet-this-post" title="tweet-this-post" width="200" height="200" class="alignnone size-full wp-image-406" /></a></center><br />
There are few very good WordPress plugins which add a twitter like icon and link to tweet the post. But instead of using plugin, I will show you how easily you can add a link to &#8220;Tweet this post&#8221; in your WordPress blog.</p>
<p>You can use below code to add a link to tweet a post.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;http://twitter.com/home?status=RT @techyag <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span> <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_settings<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'home'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/?p=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_ID<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; target=&quot;_blank&quot;&gt;Tweet This Post!!&lt;/a&gt;</pre></div></div>

<p>In above code, change <strong>techyag</strong> to your twitter username. When this link is clicked, visitor will be taken to twitter site and will get something like this:<br />
<a href="http://www.wpyag.com/wp-content/uploads/2010/05/tweethis1.jpg"><img src="http://www.wpyag.com/wp-content/uploads/2010/05/tweethis1.jpg" alt="tweethis" title="tweethis" width="571" height="210" class="alignnone size-full wp-image-398" /></a><br />
</p>
<p>Lets go ahead and add a twitter icon instead of text link. Upload a small twitter icon names twitter.png in images folder of theme you are using. If you are using default WordPress theme, upload twitter icon in &#8220;wp-content\themes\default\images&#8221; folder. And use below code.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;http://twitter.com/home?status=RT @techyag <span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title <span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span> <span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_settings<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'home'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/?p=<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_ID<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/twitter.png&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;</pre></div></div>


]]></content:encoded>
			<wfw:commentRss>http://www.wpyag.com/wordpress-tips-and-tricks/add-tweet-this-post-link-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful WordPress Plugins to Deal with Error 404 Pages</title>
		<link>http://www.wpyag.com/wordpress-plugins/useful-wordpress-plugins-to-deal-with-error-404-pages/</link>
		<comments>http://www.wpyag.com/wordpress-plugins/useful-wordpress-plugins-to-deal-with-error-404-pages/#comments</comments>
		<pubDate>Thu, 06 May 2010 03:01:22 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://www.wpyag.com/?p=367</guid>
		<description><![CDATA[A wordPress site will show 404 error message when someone try to visit a webpage but it doesn’t exist, or it has been removed, or its URL has been changed; or url is mistype. 404 error message actually show &#8220;not found&#8221; message. Below are some very useful plugins to deal with 404 error pages: 1) [...]]]></description>
			<content:encoded><![CDATA[
<p><center><a href="http://www.wpyag.com/wp-content/uploads/2010/05/404-erro-rplugins.png"><img src="http://www.wpyag.com/wp-content/uploads/2010/05/404-erro-rplugins.png" alt="404-error-plugins" title="404-error-plugins" width="400" height="260" class="alignnone size-full wp-image-368" /></a></center><br />
A wordPress site will show 404 error message when someone try to visit a webpage but it doesn’t exist, or it has been removed, or its URL has been changed; or url is mistype. 404 error message actually show &#8220;not found&#8221; message.<br />
<span id="more-367"></span><br />
<strong>Below are some very useful plugins to deal with 404 error pages:</strong><br />
1) <strong><a href="http://wordpress.org/extend/plugins/404-notifier/" rel="nofollow" target="_blank">404 Notifier</a></strong><br />
This plugin will notify you of any 404 errors coming up on your site. It’s a very useful plugin to use if you’re changing your permalink structure or otherwise moving things around and are worried you may have missed some things and don’t want to risk broken URLs. This will help you catch those 404 error pages so you can take care of them.</p>
<p>2) <strong><a href="http://wordpress.org/extend/plugins/smart-404/" rel="nofollow" target="_blank">Smart 404</a></strong><br />
This plugin will perform a search of your posts, pages, tags and categories, using keywords from the requested URL. If there&#8217;s a match, redirect to that content instead of showing the error. If there&#8217;s more than one match, the 404 template can use some template tags to provide a list of suggestions to the visitor. Thus Save your visitors from unhelpful 404 errors!</p>
<p>3) <strong><a href="http://wordpress.org/extend/plugins/google-404/" rel="nofollow" target="_blank">Google 404</a></strong><br />
The Google 404 widget is a quick and easy way to embed a search box on your custom 404 page and provide users with useful information designed to help them find the information they need. Where it can, the Google widget will also suggest other ways for the user to find the information they need, thus increasing the likelihood that they&#8217;ll continue to explore your site.</p>
<p>4) <strong><a href="http://wordpress.org/extend/plugins/404-plugin/" rel="nofollow" target="_blank">404 SEO Plugin</a></strong><br />
Give yourself an SEO boost! This simple plugin will give you a customized, smart &#8216;Page Not Found(404)&#8217; error message. It will automatically display links to relevant pages on your site, based on the words in the URL that was not found.</p>
<p>5) <strong><a href="http://wordpress.org/extend/plugins/jh-404-logger/" rel="nofollow" target="_blank">JH 404 Logger</a></strong><br />
JH 404 Logger is a very simple plugin that adds a Dashboard Widget showing recent 404 urls. The widget is easy to use and Ajax powered.</p>
<p>6) <strong><a href="http://wordpress.org/extend/plugins/wp-404-images-fix/" rel="nofollow" target="_blank">WP 404 images fix</a></strong><br />
Allows you to load a default alternative image where you are having image missing on your post. That is, if you embed an image in post, and the images is deleted or moved from the server, then you can load an alternative image to there by default. You can also add class to the img tag or just hide the image from front end users. You don&#8217;t have to open each the post and remove code from it.</p>
<p>7) <strong><a href="http://wordpress.org/extend/plugins/no-404-errors/" rel="nofollow" target="_blank">No 404 Errors</a></strong><br />
This plugin changes 404 errors to 301 errors and redirects to a known page.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.wpyag.com/wordpress-plugins/useful-wordpress-plugins-to-deal-with-error-404-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Directory Indexing in WordPress</title>
		<link>http://www.wpyag.com/wordpress-security/disable-directory-indexing-in-wordpress/</link>
		<comments>http://www.wpyag.com/wordpress-security/disable-directory-indexing-in-wordpress/#comments</comments>
		<pubDate>Tue, 04 May 2010 20:40:24 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WordPress Security]]></category>

		<guid isPermaLink="false">http://www.wpyag.com/?p=359</guid>
		<description><![CDATA[This is another good security tip for your WordPress blog. This method works for all types sites. By disabling directory indexing, you can prevent people seeing through your directory structure. Like say people cannot see list of images stored in domain.com/images This can be achived using a .htacess file in public_html folder. Just add below [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.wpyag.com/wp-content/uploads/2010/05/index.png"><img src="http://www.wpyag.com/wp-content/uploads/2010/05/index.png" alt="disable directory index" title="disable directory index" width="128" height="128" class="alignleft size-full wp-image-360" /></a> This is another good security tip for your WordPress blog. This method works for all types sites. By disabling directory indexing, you can prevent people seeing through your directory structure. Like say people cannot see list of images stored in domain.com/images</p>
<p>This can be achived using a .htacess file in public_html folder. Just add below codes in .htacess file present in your public_html folder.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">Options <span style="color: #339933;">-</span>Indexes</pre></div></div>

<p><strong>Warning</strong><br />
When editing or modifying the .htaccess file of your WordPress blog, make sure to always have a backup that you can restore in case of something went wrong.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.wpyag.com/wordpress-security/disable-directory-indexing-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deny Access to wp-login.php by showing forbidden message</title>
		<link>http://www.wpyag.com/wordpress-security/deny-access-to-wp-login-php-by-showing-forbidden-message/</link>
		<comments>http://www.wpyag.com/wordpress-security/deny-access-to-wp-login-php-by-showing-forbidden-message/#comments</comments>
		<pubDate>Tue, 04 May 2010 20:29:58 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WordPress Security]]></category>

		<guid isPermaLink="false">http://www.wpyag.com/?p=356</guid>
		<description><![CDATA[Using a .htacess file in root of your public_html directory, you can deny access to wp-login.php by showing forbidden message. You can only allow specific IP or IPs or IP range to use wp-login.php Just add below codes in .htaccess file of in root of your public_html folder. &#60;Files wp-login.php&#62; Order deny,allow Deny from All [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.wpyag.com/wp-content/uploads/2010/05/security.png"><img src="http://www.wpyag.com/wp-content/uploads/2010/05/security.png" alt="security" title="security" width="256" height="256" class="alignleft size-full wp-image-357" /></a> Using a .htacess file in root of your public_html directory, you can deny access to wp-login.php by showing forbidden message. You can only allow specific IP or IPs or IP range to use wp-login.php</p>
<p>Just add below codes in .htaccess file of in root of your public_html folder.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>Files wp<span style="color: #339933;">-</span>login<span style="color: #339933;">.</span>php<span style="color: #339933;">&gt;</span>
Order deny<span style="color: #339933;">,</span>allow
Deny from All
Allow from xx<span style="color: #339933;">.</span>xx<span style="color: #339933;">.</span>xx<span style="color: #339933;">.</span>xx
<span style="color: #339933;">&lt;/</span>Files<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Note: In above code change xx.xx.xx.xx to your IP.<br />
Done!!<br />
<span id="more-356"></span><br />
<strong>Warning</strong><br />
When editing or modifying the .htaccess file of your WordPress blog, make sure to always have a backup that you can restore in case of something went wrong.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.wpyag.com/wordpress-security/deny-access-to-wp-login-php-by-showing-forbidden-message/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Allow WordPress admin login from specific IPs or IP range</title>
		<link>http://www.wpyag.com/wordpress-security/allow-wordpress-admin-login-from-specific-ips-or-ip-range/</link>
		<comments>http://www.wpyag.com/wordpress-security/allow-wordpress-admin-login-from-specific-ips-or-ip-range/#comments</comments>
		<pubDate>Tue, 04 May 2010 19:53:53 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[WordPress Security]]></category>
		<category><![CDATA[ips]]></category>
		<category><![CDATA[login]]></category>

		<guid isPermaLink="false">http://www.wpyag.com/?p=342</guid>
		<description><![CDATA[Its good security practice to allow admin logins from specific IPs only. So, even if your WordPress admin login details is hacked, you are still safe. Hackers will not be able to login in admin area of WordPress, and your blog is safe. This can be achieved easily by using a .htracess file in wp-admin [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://www.wpyag.com/wp-content/uploads/2010/05/login.png"><img class="alignleft size-full wp-image-343" title="restrict login" src="http://www.wpyag.com/wp-content/uploads/2010/05/login.png" alt="restrict login" width="128" height="128" /></a> Its good security practice to allow admin logins from specific IPs only. So, even if your WordPress admin login details is hacked, you are still safe. Hackers will not be able to login in admin area of WordPress, and your blog is safe.</p>
<p>This can be achieved easily by using a .htracess file in wp-admin folder.<br />
<strong>How can I allow admin login from one specific IP</strong><br />
Open notepad and copy paste following codes</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">AuthUserFile <span style="color: #339933;">/</span>dev<span style="color: #339933;">/</span><span style="color: #009900; font-weight: bold;">null</span>
AuthGroupFile <span style="color: #339933;">/</span>dev<span style="color: #339933;">/</span><span style="color: #009900; font-weight: bold;">null</span>
AuthName <span style="color: #0000ff;">&quot;Admin Access Control&quot;</span>
AuthType Basic
<span style="color: #339933;">&lt;</span>LIMIT GET<span style="color: #339933;">&gt;</span>
order deny<span style="color: #339933;">,</span>allow
deny from all
allow from xx<span style="color: #339933;">.</span>xx<span style="color: #339933;">.</span>xx<span style="color: #339933;">.</span>xx
<span style="color: #339933;">&lt;/</span>limit<span style="color: #339933;">&gt;</span></pre></div></div>

<p>NOTE: Change xx.xx.xx.xx to your IP.<br />
Upload this text file in wp-admin folder and rename it to .htaccess<br />
Done!!</p>
<p>Lets say your IP is 122.162.160.9<br />
If your IP is 122.162.160.9, you should replace xx.xx.xx.xx in above code to 122.162.160.9<br />
Now only person from 122.162.160.9 will be able to login in wordpress admin panel.</p>
<p><strong>How can I allow admin login from many specific IP</strong><br />
If you want to allow login from multiple specific IPs, you just need to add those IPs in .htacess file we made above.<br />
Something like this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">AuthUserFile <span style="color: #339933;">/</span>dev<span style="color: #339933;">/</span><span style="color: #009900; font-weight: bold;">null</span>
AuthGroupFile <span style="color: #339933;">/</span>dev<span style="color: #339933;">/</span><span style="color: #009900; font-weight: bold;">null</span>
AuthName <span style="color: #0000ff;">&quot;Admin Access Control&quot;</span>
AuthType Basic
<span style="color: #339933;">&lt;</span>LIMIT GET<span style="color: #339933;">&gt;</span>
order deny<span style="color: #339933;">,</span>allow
deny from all
allow from aa<span style="color: #339933;">.</span>aa<span style="color: #339933;">.</span>aa<span style="color: #339933;">.</span>aa
allow from bb<span style="color: #339933;">.</span>bb<span style="color: #339933;">.</span>bb<span style="color: #339933;">.</span>bb
allow from cc<span style="color: #339933;">.</span>cc<span style="color: #339933;">.</span>cc<span style="color: #339933;">.</span>cc
allow from dd<span style="color: #339933;">.</span>dd<span style="color: #339933;">.</span>dd<span style="color: #339933;">.</span>dd
<span style="color: #339933;">&lt;/</span>limit<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Note: Replace aa.aa.aa.aa, bb.bb.bb.bb, cc.cc.cc.cc, dd.dd.dd.dd to IPs which you want to allow.<br />
Like this, you can allow multiple IPs to login as admin.</p>
<p><strong>How can I allow admin login from a IP range</strong><br />
This is common question asked by many wordpress users. Many people like me are on DSL connection and have dynamic IP. Our IP changes everytime, we start computer or restart modem. So, people on dynamic IP need to allow a specific IP range.<br />
<span id="more-342"></span><br />
You need to use below code for .htaccess file to allow a complete IP range.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">AuthUserFile <span style="color: #339933;">/</span>dev<span style="color: #339933;">/</span><span style="color: #009900; font-weight: bold;">null</span>
AuthGroupFile <span style="color: #339933;">/</span>dev<span style="color: #339933;">/</span><span style="color: #009900; font-weight: bold;">null</span>
AuthName <span style="color: #0000ff;">&quot;Admin Access Control&quot;</span>
AuthType Basic
<span style="color: #339933;">&lt;</span>LIMIT GET<span style="color: #339933;">&gt;</span>
order deny<span style="color: #339933;">,</span>allow
deny from all
allow from 67<span style="color: #339933;">.</span>22<span style="color: #339933;">.</span>xx<span style="color: #339933;">.</span>xx
<span style="color: #339933;">&lt;/</span>limit<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Note: In above code, you need to change just first two place of IP and leave xx.xx<br />
Lets say your IP current IP is 122.45.673.46<br />
Then you should use like 122.45.xx.xx</p>
<p><strong>Warning</strong><br />
When editing or modifying the .htaccess file of your WordPress blog, make sure to always have a backup that you can restore in case of something went wrong.</p>
<p>If you still have confusion, please let me know via comment.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.wpyag.com/wordpress-security/allow-wordpress-admin-login-from-specific-ips-or-ip-range/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Premium WordPress theme Web Cube</title>
		<link>http://www.wpyag.com/paid-wordpress-theme/premium-wordpress-theme-web-cube/</link>
		<comments>http://www.wpyag.com/paid-wordpress-theme/premium-wordpress-theme-web-cube/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 07:30:40 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Paid WordPress Theme]]></category>
		<category><![CDATA[paid]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.wpyag.com/?p=330</guid>
		<description><![CDATA[I am releasing my first paid WordPress theme Web Cube at very reasonable price, just 10$ Theme Preview: Theme name: Web Cube Width: Fixed width 1020px Layout: CSS based Compatible and tested on major browsers: IE, Opera, Firefox, Chrome, etc Featured Posts Post thumbnail support. User get option to insert thumbnail image while posting new [...]]]></description>
			<content:encoded><![CDATA[
<p>I am releasing my first paid WordPress theme <strong>Web Cube</strong> at very reasonable price, just 10$<br />
<strong>Theme Preview:</strong><br />
<a href="http://www.wpyag.com/wp-content/uploads/2010/04/webcube.png"><img class="alignnone size-full wp-image-331" title="webcube wodpress theme" src="http://www.wpyag.com/wp-content/uploads/2010/04/webcube.png" alt="webcube wodpress theme" width="706" height="800" /></a></p>
<ul>
<li>Theme name: Web Cube</li>
<li>Width: Fixed width 1020px</li>
<li>Layout: CSS based</li>
<li>Compatible and tested on major browsers: IE, Opera, Firefox, Chrome, etc</li>
<li>Featured Posts</li>
<li>Post thumbnail support. User get option to insert thumbnail image while posting new post. If no image is selected a default image will appear.</li>
<li>Automatically the first 55 words of the post will only appear on home page.</li>
<li>Tweet, Re-Tweet integration in posts.</li>
<li>Custom 404 Error page.</li>
<li>widgets Ready</li>
<li>Follow Twitter, Facebook icon integrated.</li>
<li>Tweet, retweet button integration.</li>
<li>Ads-Ready , 4 advertisement slots available</li>
<li>Flash based tags cloud in sidebar.</li>
<li>Comes with PSD of Logo and other image.</li>
</ul>
<p><strong>Frequently Asked Questions:</strong><br />
<strong>Can I use the theme on multiple domains.</strong><br />
You can use this theme on a single domain name. If you want to use theme on multiple domains, purchase multiple domain license for 25$. Contact admin@wpyag.com to purchase multiple domain license.</p>
<p><strong>Can I resell theme</strong><br />
You cannot resell or redistribute theme.</p>
<p><strong>Can I remove designer link from footer</strong><br />
Yes, you are free to keep or remove designer link from footer.</p>
<p><strong>Support</strong><br />
Premium support for 3 months. Include free installation and configuration of theme.</p>
<p><strong>What is price of the theme</strong><br />
Its only 10$</p>
<p><strong><a href="http://www.wpyag.com/webcube/" target="_blank">Live Demo of theme</a></strong></p>
<p><strong>How can I purchase this theme</strong><br />
Make payment of 10$ using below link and we will send you theme file to your email ID within next 1-12 hours.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="QFR7XU2W8LJ46">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"><br />
</form>

]]></content:encoded>
			<wfw:commentRss>http://www.wpyag.com/paid-wordpress-theme/premium-wordpress-theme-web-cube/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme Creative Box</title>
		<link>http://www.wpyag.com/free-wordpress-themes/free-wordpress-theme-creative-box/</link>
		<comments>http://www.wpyag.com/free-wordpress-themes/free-wordpress-theme-creative-box/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 11:49:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Free Wordpress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.wpyag.com/?p=326</guid>
		<description><![CDATA[Another cool looking free WordPress theme. Theme is tested on all major browsers and is compatible with WordPres version 2.8.x and 2.9.x If you find any issue or problem with the theme, please let me know via comment. I will fix it ASAP. Theme Preview Important Note: Please carefully read readme.txt included in download file [...]]]></description>
			<content:encoded><![CDATA[
<p>Another cool looking free WordPress theme. Theme is tested on all major browsers and is compatible with WordPres version 2.8.x and 2.9.x</p>
<p>If you find any issue or problem with the theme, please let me know via comment. I will fix it ASAP.<br />
<strong>Theme Preview</strong><br />
<a href="http://www.wpyag.com/wp-content/uploads/2010/04/creativebox.jpg"><img src="http://www.wpyag.com/wp-content/uploads/2010/04/creativebox.jpg" alt="Free wordpress theme creativebox" title="Free wordpress theme creativebox" width="579" height="800" class="alignnone size-full wp-image-327" /></a><br />
</p>
<p><strong>Important Note:</strong><br />
Please carefully read readme.txt included in download file and apply same settings to get same look.</p>
<p><strong>Frequently Asked Question and Installation instruction:</strong><br />
Refer to readme.txt in the theme folder. If you cannot find your answer in readme.txt file please let me know via comment.</p>
<p><strong><a href="http://demo2.wpyag.com/?preview_theme=creativebox" target="blank">Demo</a> || <a href="http://www.wpyag.com/downloads/creativebox-theme.zip">Download</a></strong><br />
If you find any bugs, please let me know.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.wpyag.com/free-wordpress-themes/free-wordpress-theme-creative-box/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme Black Zap</title>
		<link>http://www.wpyag.com/free-wordpress-themes/free-wordpress-theme-black-zap/</link>
		<comments>http://www.wpyag.com/free-wordpress-themes/free-wordpress-theme-black-zap/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 09:02:09 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Free Wordpress Themes]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.wpyag.com/?p=323</guid>
		<description><![CDATA[Another free theme, and again its dark theme. I have tested the theme on all major browsers IE, Firefox, Chrome, Opera. The theme is compatible with WordPress 2.8.x and 2.9.x If you find any issue or problem with the theme, please let me know via comment. I will fix it ASAP. Theme Preview Important Note [...]]]></description>
			<content:encoded><![CDATA[
<p>Another free theme, and again its dark theme. I have tested the theme on all major browsers IE, Firefox, Chrome, Opera. The theme is compatible with WordPress 2.8.x and 2.9.x</p>
<p>If you find any issue or problem with the theme, please let me know via comment. I will fix it ASAP.</p>
<p><strong>Theme Preview</strong><br />
<img alt="" src="http://www.wpyag.com/images/blackzap.jpg" title="Free WordPress Theme Black Zap" class="alignnone" width="507" height="1100" /></p>
<p><strong>Important Note</strong><br />
Please carefully read readme.txt included in download file and apply same settings to get same look.</p>
<p>Frequently Asked Question and Installation instruction:<br />
Refer to readme.txt in the theme folder. If you cannot find your answer in readme.txt file please let me know via comment.</p>
<p><strong>License:</strong><br />
You are free to use the theme. You don’t need to pay me or to anyone for this theme. You are also free to use the theme as personal or commercial use. You can also modify the theme as per you need. The only term is that you keep the footer links intact. You are also not allowed to sell our themes. You cannot modify the theme and sell it.</p>
<p><strong><a href="http://demo3.wpyag.com/?preview_theme=blackzap" target="_blank">Demo</a> || <a href="http://www.wpyag.com/downloads/blackzap-theme.zip">Download ZIP File</a> || <a href="http://www.wpyag.com/downloads/blackzap-theme.rar">Download RAR File</a></strong><br />
If you find any bugs, please let me know.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.wpyag.com/free-wordpress-themes/free-wordpress-theme-black-zap/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme dCleanGray</title>
		<link>http://www.wpyag.com/free-wordpress-themes/free-wordpress-theme-dcleangray/</link>
		<comments>http://www.wpyag.com/free-wordpress-themes/free-wordpress-theme-dcleangray/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 12:37:14 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Free Wordpress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gray]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.wpyag.com/?p=316</guid>
		<description><![CDATA[Another free theme. This is my first theme with featured posts in header. As usual I have tested the theme on all major browsers IE, Firefox, Chrome, Opera. The theme is compatible with WordPress 2.8.x and 2.9.x If you find any issue or problem with the theme, please let me know via comment. I will [...]]]></description>
			<content:encoded><![CDATA[
<p>Another free theme. This is my first theme with featured posts in header. As usual I have tested the theme on all major browsers IE, Firefox, Chrome, Opera. The theme is compatible with WordPress 2.8.x and 2.9.x</p>
<p>If you find any issue or problem with the theme, please let me know via comment. I will fix it ASAP.</p>
<p><strong>Theme Preview</strong><br />
<a href="http://www.wpyag.com/wp-content/uploads/2010/02/dcleangray.jpg"><img class="alignnone size-full wp-image-318" title="Free WordPress theme dcleangray" src="http://www.wpyag.com/wp-content/uploads/2010/02/dcleangray.jpg" alt="Free WordPress theme dcleangray" width="550" height="569" /></a></p>
<p><strong>Important Note</strong><br />
Please carefully read readme.txt included in download file and apply same settings to get same look.</p>
<p><strong>Frequently Asked Question and Installation instruction:</strong><br />
Refer to readme.txt in the theme folder. If you cannot find your answer in readme.txt file please let me know via comment.</p>
<p><strong>License:</strong><br />
You are free to use the theme. You don’t need to pay me or to anyone for this theme. You are also free to use the theme as personal or commercial use. You can also modify the theme as per you need. The only term is that you keep the footer links intact. You are also not allowed to sell our themes. You cannot modify the theme and sell it.</p>
<p><strong><a href="http://demo2.wpyag.com/?preview_theme=dcleangray" target="_blank">Demo</a></strong><strong> || <a href="http://www.wpyag.com/downloads/dcleangray-theme.zip">Download ZIP File</a></strong><strong> || </strong><strong><a href="http://www.wpyag.com/downloads/dcleangray-theme.rar">Download RAR File</a></strong><br />
If you find any bugs, please let me know.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.wpyag.com/free-wordpress-themes/free-wordpress-theme-dcleangray/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
