<?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 Magazine &#187; Tips</title>
	<atom:link href="http://www.wp-magz.com/wordpress/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wp-magz.com</link>
	<description>Just another WordPress Magazine, all about free wordpress themes, plugins, hack, tips, SEO</description>
	<lastBuildDate>Tue, 18 Oct 2011 10:45:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Change Login Logo, Login Header Url &amp; Login Header Title</title>
		<link>http://www.wp-magz.com/tips/wordpress-change-login-logo-login-header-url-login-header-title.html</link>
		<comments>http://www.wp-magz.com/tips/wordpress-change-login-logo-login-header-url-login-header-title.html#comments</comments>
		<pubDate>Tue, 18 Oct 2011 10:44:09 +0000</pubDate>
		<dc:creator>wp-magz</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Custom Login Logo]]></category>
		<category><![CDATA[login_headertitle]]></category>
		<category><![CDATA[login_headerurl]]></category>
		<category><![CDATA[Wordpress Login Logo]]></category>

		<guid isPermaLink="false">http://www.wp-magz.com/?p=303</guid>
		<description><![CDATA[How to Change WordPress Login Logo, Login Header Url &#38; Login Header Title? Copy this code and paste into your theme file functions.php Posts Related to WordPress Change Login Logo, Login Header Url &#038; Login Header Title Upgrade WordPress via ssh (Shell Access)1.Login via SSH to your host 2.Create abd Go to a temporary directory: [...]]]></description>
			<content:encoded><![CDATA[<p>How to Change WordPress Login Logo, Login Header Url &amp; Login Header Title? Copy this code and paste into your theme file functions.php</p>
<pre class="brush: php; title: ; notranslate">

&lt;?php
function custom_login_logo()
{
echo '&lt;style type=&quot;text/css&quot;&gt;'.
'h1 a { background-image:url(http://www.google.co.id/images/srpr/logo3w.png) !important;}'.
'&lt;/style&gt;';
}

add_action('login_head', 'custom_login_logo');

function update_wp_login_url()
{
return 'http://www.wp-magz.com';
}

function update_wp_login_title()
{
return 'WordPress Magazine';
}

add_filter('login_headerurl', 'update_wp_login_url');
add_filter('login_headertitle', 'update_wp_login_title');
?&gt;
</pre>
<div id="seo_alrp_related"><h2>Posts Related to WordPress Change Login Logo, Login Header Url & Login Header Title</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/codex/upgrade-wordpress-via-ssh-shell-access.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail Wordpress Change Login Logo, Login Header Url & Login Header Title" title="Upgrade WordPress via ssh (Shell Access)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/codex/upgrade-wordpress-via-ssh-shell-access.html" rel="bookmark">Upgrade WordPress via ssh (Shell Access)</a></h3><p>1.Login via SSH to your host 2.Create abd Go to a temporary directory: cd /tmp (example) me@wp-magz.com [~/www]# mkdir tmp me@wp-magz.com [~/www]# cd tmp/ 3.Grab ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/themes/digital-farm-woothemes-premium-wordpress-theme.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2009/12/Digital-Farm-WooThemes-Premium-Wordpress-Theme.jpg" alt="Digital Farm WooThemes Premium Wordpress Theme Wordpress Change Login Logo, Login Header Url & Login Header Title" title="Digital Farm WooThemes Premium WordPress Theme" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/themes/digital-farm-woothemes-premium-wordpress-theme.html" rel="bookmark">Digital Farm WooThemes Premium WordPress Theme</a></h3><p>Digital Farm This previous, vibrant blog design of Mark Forrester’s personal site was well received and showcased in many CSS galleries so boasts a solid ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/how-to/wordpress-mass-edit-turning-comments-on.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/uploads/2011/08/Wordpress-Comment-150x150.jpg" alt="Wordpress Comment 150x150 Wordpress Change Login Logo, Login Header Url & Login Header Title" title="WordPress Mass Edit Turning Comments On" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/how-to/wordpress-mass-edit-turning-comments-on.html" rel="bookmark">WordPress Mass Edit Turning Comments On</a></h3><p>WordPress Mass Edit Turning Comments On Login phpMyAdmin to access your database, click on the SQL tab and enter this: UPDATE wp_posts SET comment_status = ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/how-to/install-ajax-greybox-wordpress.html" rel="bookmark"><img src="http://www.wp-magz.com/GreyBox/static_files/night_valley_thumb.jpg" alt="night valley thumb Wordpress Change Login Logo, Login Header Url & Login Header Title" title="Install Ajax greyBox WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/how-to/install-ajax-greybox-wordpress.html" rel="bookmark">Install Ajax greyBox WordPress</a></h3><p>Introduction GreyBox can be used to display websites, images and other content in a beautiful way. Why use GreyBox: * It does not conflict with ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/themes/irestaurant-wordpress-theme.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2011/01/122.jpg" alt="122 Wordpress Change Login Logo, Login Header Url & Login Header Title" title="iRestaurant WordPress theme" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/themes/irestaurant-wordpress-theme.html" rel="bookmark">iRestaurant WordPress theme</a></h3><p>iRestaurant is a free WordPress theme with options page and supports the post thumbnails. Suitable for any niche especially for restaurant sites. Features: * Options ...</p></div></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.wp-magz.com/tips/wordpress-change-login-logo-login-header-url-login-header-title.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 WordPress SEO Plugin To Boost Blog Traffic</title>
		<link>http://www.wp-magz.com/tips/top-5-wordpress-seo-plugin-to-boost-blog-traffic.html</link>
		<comments>http://www.wp-magz.com/tips/top-5-wordpress-seo-plugin-to-boost-blog-traffic.html#comments</comments>
		<pubDate>Wed, 01 Jun 2011 08:46:05 +0000</pubDate>
		<dc:creator>wp-magz</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Boost Blog Traffic]]></category>
		<category><![CDATA[SEO Plugin]]></category>
		<category><![CDATA[WordPress SEO Plugin]]></category>

		<guid isPermaLink="false">http://www.wp-magz.com/?p=279</guid>
		<description><![CDATA[Here is the list of top 5 WordPress SEO plugin which will resolve your SEO issue and boost your blog/website traffic! SEO Auto Links &#38; Related Posts is a combination of related posts and auto smart links plugin. The auto links feature will automatically convert post title, meta keywords, and post tags found inside the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_283" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-283" title="wordpress-seo" src="http://www.wp-magz.com/wp-content/uploads/2011/06/wordpress-seo-300x300.jpg" alt="wordpress seo 300x300 Top 5 WordPress SEO Plugin To Boost Blog Traffic" width="300" height="300" /><p class="wp-caption-text">Wordpress SEO</p></div>
<p>Here is the list of top 5 WordPress SEO plugin which will resolve your SEO issue and boost your blog/website traffic!</p>
<ol>
<li><strong>SEO Auto Links &amp; Related Posts</strong></li>
<p>is a combination of related posts and auto smart links plugin. The auto links feature will automatically convert post title, meta keywords, and post tags found inside the blog posts into an internal link. visit <a title="SEO Auto Links &amp; Related Posts" href="http://wordpress.org/extend/plugins/seo-alrp/" target="_blank">seo-alrp</a></p>
<li><strong>SEO SearchTerms Tagging 2</strong></li>
<p>This is the plugin you need to multiply your blog traffic in algorithmic scale. With displaying incoming search terms linked to your blog posts from single post and side wide sidebar, you will strengthen the on page SEO of your web site, therefore your SERP will be better than before. Visit <a title="SEO SearchTerms Tagging 2" href="http://wordpress.org/extend/plugins/searchterms-tagging-2/" target="_blank">STT2</a><span id="more-279"></span></p>
<li><strong>All in One SEO Pack</strong></li>
<p>Automatic Search Engine Optimization (SEO) out of the box for your wordpress blog, This plugin is streamlined for some best practices for WordPress SEO. Visit <a title="All in One SEO Pack" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">AIO-SEO</a></p>
<li><strong>Google XML Sitemaps</strong></li>
<p>This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it&#8217;s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content. Visit <a title="Google (XML) Sitemaps Generator for WordPress" href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google (XML) Sitemaps Generator for WordPress</a></p>
<li><strong>WP Facebook Like</strong></li>
<p>WP Facebook Like makes it easy to integrate the Facebook Like button. Choose to automatically append the button before or after the content, or use a template tag to place the button where ever you want. The button will automatically be inserted after the post, but if you want the button to appear before the post, change the color or make the plugin only show the button and no faces, make those changes in the settings panel. Visit <a title="WP Facebook Like" href="http://wordpress.org/extend/plugins/wp-facebook-like/" target="_blank">WP Facebook Like</a></ol>
<p>&nbsp;</p>
<div id="seo_alrp_related"><h2>Posts Related to Top 5 WordPress SEO Plugin To Boost Blog Traffic</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/wordpress-seo-script-plugin.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2010/09/Wordpress-SEO-Script.jpg" alt="Wordpress SEO Script Top 5 WordPress SEO Plugin To Boost Blog Traffic" title="WordPress SEO Script (Plugin)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/wordpress-seo-script-plugin.html" rel="bookmark">WordPress SEO Script (Plugin)</a></h3><p>Search Engine Optimization for WordPress have never been easier! **Vibe SEO Pack** is a powerful and easy to use **search engine optimization WordPress plugin**. Out ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/wordpress-plugin-auto-blog-builder.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail Top 5 WordPress SEO Plugin To Boost Blog Traffic" title="WordPress plugin Auto-Blog Builder" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/wordpress-plugin-auto-blog-builder.html" rel="bookmark">WordPress plugin Auto-Blog Builder</a></h3><p>Auto-Blog Builder Add Hot, Fresh, Search Engine Optimized, Keyword-Targeted Blog Content to Your Site Automatically! Build a Giant Website With Thousands of Pages Instantly - ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/auto-social-poster-pro-3-9-for-wordpress.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2009/12/box_large3.jpg" alt="box large3 Top 5 WordPress SEO Plugin To Boost Blog Traffic" title="Auto Social Poster Pro 3.9 for WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/auto-social-poster-pro-3-9-for-wordpress.html" rel="bookmark">Auto Social Poster Pro 3.9 for WordPress</a></h3><p>Social bookmarking involves posting a link back to your web page or blog post from a social bookmarking website which stores the link. You enter ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/wordpress-traffic-poster-pro.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2009/12/Wordpress-Traffic-Poster-Pro.jpg" alt="Wordpress Traffic Poster Pro Top 5 WordPress SEO Plugin To Boost Blog Traffic" title="WordPress Traffic Poster Pro" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/wordpress-traffic-poster-pro.html" rel="bookmark">WordPress Traffic Poster Pro</a></h3><p>Forget about manually posting to your blog. Are you collecting hundreds and hundreds of PLR Articles on every niche possible with the idea of creating ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/reviewazon-amazon-com-wordpress-plugin.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2009/12/reviewazon_sites.png" alt="reviewazon sites Top 5 WordPress SEO Plugin To Boost Blog Traffic" title="ReviewAZON &#8211; Amazon.com WordPress Plugin" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/reviewazon-amazon-com-wordpress-plugin.html" rel="bookmark">ReviewAZON &#8211; Amazon.com WordPress Plugin</a></h3><p>Creating product review sites just got a little easier. ReviewAZON lets you build product review sites in minutes, not hours, allowing you to build more, ...</p></div></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.wp-magz.com/tips/top-5-wordpress-seo-plugin-to-boost-blog-traffic.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress SEO Tips : Remove unnecessary links</title>
		<link>http://www.wp-magz.com/tips/wordpress-seo-tips-remove-unnecessary-links.html</link>
		<comments>http://www.wp-magz.com/tips/wordpress-seo-tips-remove-unnecessary-links.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 17:26:01 +0000</pubDate>
		<dc:creator>wp-magz</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://wp-magz.com/?p=62</guid>
		<description><![CDATA[If you have a more tag and a comments link on every post, and of course a post title, you have three different links pointing to the same page. This can affect your rankings negatively (again, because Google may think these links point to different pages). To remove the “#more” text from your ‘Read More’ [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a more tag and a comments link on every post, and of course a post title, you have three different links pointing to the same page. This can affect your rankings negatively (again, because Google may think these links point to different pages).</p>
<p>To remove the “#more” text from your ‘Read More’ link, replace the following line in your wp-includes/post-template.php</p>
<ol class="code">
<li><code>$output .= ' &lt;a href="'. get_permalink()</code></li>
<li><code>. "#more-$id\"&gt;$more_link_text&lt;/a&gt;";</code></li>
</ol>
<p>with</p>
<ol class="code">
<li><code>$output .= ' &lt;a href="'. get_permalink()</code></li>
<li><code>."\"&gt;$more_link_text&lt;/a&gt;";</code></li>
</ol>
<div id="seo_alrp_related"><h2>Posts Related to WordPress SEO Tips : Remove unnecessary links</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/tips/top-5-wordpress-seo-plugin-to-boost-blog-traffic.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/uploads/2011/06/wordpress-seo-300x300.jpg" alt="wordpress seo 300x300 WordPress SEO Tips : Remove unnecessary links" title="Top 5 WordPress SEO Plugin To Boost Blog Traffic" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/tips/top-5-wordpress-seo-plugin-to-boost-blog-traffic.html" rel="bookmark">Top 5 WordPress SEO Plugin To Boost Blog Traffic</a></h3><p>Here is the list of top 5 WordPress SEO plugin which will resolve your SEO issue and boost your blog/website traffic! SEO Auto Links &amp; ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/wordpress-plugin-auto-blog-builder.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail WordPress SEO Tips : Remove unnecessary links" title="WordPress plugin Auto-Blog Builder" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/wordpress-plugin-auto-blog-builder.html" rel="bookmark">WordPress plugin Auto-Blog Builder</a></h3><p>Auto-Blog Builder Add Hot, Fresh, Search Engine Optimized, Keyword-Targeted Blog Content to Your Site Automatically! Build a Giant Website With Thousands of Pages Instantly - ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/auto-social-poster-pro-3-9-for-wordpress.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2009/12/box_large3.jpg" alt="box large3 WordPress SEO Tips : Remove unnecessary links" title="Auto Social Poster Pro 3.9 for WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/auto-social-poster-pro-3-9-for-wordpress.html" rel="bookmark">Auto Social Poster Pro 3.9 for WordPress</a></h3><p>Social bookmarking involves posting a link back to your web page or blog post from a social bookmarking website which stores the link. You enter ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/wordpress-seo-script-plugin.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2010/09/Wordpress-SEO-Script.jpg" alt="Wordpress SEO Script WordPress SEO Tips : Remove unnecessary links" title="WordPress SEO Script (Plugin)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/wordpress-seo-script-plugin.html" rel="bookmark">WordPress SEO Script (Plugin)</a></h3><p>Search Engine Optimization for WordPress have never been easier! **Vibe SEO Pack** is a powerful and easy to use **search engine optimization WordPress plugin**. Out ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/reviewazon-amazon-com-wordpress-plugin.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2009/12/reviewazon_sites.png" alt="reviewazon sites WordPress SEO Tips : Remove unnecessary links" title="ReviewAZON &#8211; Amazon.com WordPress Plugin" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/reviewazon-amazon-com-wordpress-plugin.html" rel="bookmark">ReviewAZON &#8211; Amazon.com WordPress Plugin</a></h3><p>Creating product review sites just got a little easier. ReviewAZON lets you build product review sites in minutes, not hours, allowing you to build more, ...</p></div></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.wp-magz.com/tips/wordpress-seo-tips-remove-unnecessary-links.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tips 5 Langkah Proteksi WordPress Anda</title>
		<link>http://www.wp-magz.com/tips/tips-5-langkah-proteksi-wordpress-anda.html</link>
		<comments>http://www.wp-magz.com/tips/tips-5-langkah-proteksi-wordpress-anda.html#comments</comments>
		<pubDate>Fri, 12 Sep 2008 15:07:42 +0000</pubDate>
		<dc:creator>wp-magz</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress Secure]]></category>
		<category><![CDATA[Wordpress security]]></category>

		<guid isPermaLink="false">http://wp-magz.com/?p=57</guid>
		<description><![CDATA[1. Create .htaccess Contoh dibawah jika anda menggunakan permalink yang sudah di modif &#60;IfModule mod_rewrite.c&#62; RewriteEngine On php_flag register_globals off RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] &#60;/IfModule&#62; &#60;Files wp-config.php&#62; Order Deny,Allow Deny from All &#60;/Files&#62; 2. Create Robots.txt User-agent: * Allow: / Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /wp-content/ 3. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Create .htaccess</strong></p>
<p>Contoh dibawah jika anda menggunakan permalink yang sudah di modif</p>
<p>&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
php_flag register_globals off<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p>
<p>&lt;Files wp-config.php&gt;<br />
Order Deny,Allow<br />
Deny from All<br />
&lt;/Files&gt;</p>
<p><strong>2. Create Robots.txt</strong></p>
<p>User-agent: *<br />
Allow: /<br />
Disallow: /wp-admin/<br />
Disallow: /wp-includes/<br />
Disallow: /wp-content/</p>
<p><strong>3. Create file index.html</strong></p>
<p>Create file  index.html kosong di plugin folder wp-content/plugins/index.html<span id="more-57"></span></p>
<p>4. <a title="Hapus Meta Name Generator WordPress" href="http://wp-magz.com/tips/hapus-meta-name-generator-wordpress.html" target="_self">Hapus Meta Name Generator WordPress</a></p>
<p>5. Secara berkala update wordpress dan plugin yang anda gunakan</p>
<div id="seo_alrp_related"><h2>Posts Related to Tips 5 Langkah Proteksi WordPress Anda</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/how-to/petunjuk-instalasi-wordpress.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail Tips 5 Langkah Proteksi Wordpress Anda" title="Petunjuk Instalasi WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/how-to/petunjuk-instalasi-wordpress.html" rel="bookmark">Petunjuk Instalasi WordPress</a></h3><p>Berikut versi cepat petunjuk instalasi WordPress. Unduh dan unzip (ekstrak) paket WordPress, jika Anda belum melakukannya. Ciptakan basis data untuk WordPress di server web Anda ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/tips/hapus-meta-name-generator-wordpress.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail Tips 5 Langkah Proteksi Wordpress Anda" title="Hapus Meta Name Generator WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/tips/hapus-meta-name-generator-wordpress.html" rel="bookmark">Hapus Meta Name Generator WordPress</a></h3><p>Secara default wordpress menambah automatis meta generator dengan content biasanya diisi dengan string versi wordpress yang digunakan &lt;meta name="generator" content="WordPress 2.5.1" /&gt; Untuk menghapusnya, silahkan ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/how-to/install-ajax-greybox-wordpress.html" rel="bookmark"><img src="http://www.wp-magz.com/GreyBox/static_files/night_valley_thumb.jpg" alt="night valley thumb Tips 5 Langkah Proteksi Wordpress Anda" title="Install Ajax greyBox WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/how-to/install-ajax-greybox-wordpress.html" rel="bookmark">Install Ajax greyBox WordPress</a></h3><p>Introduction GreyBox can be used to display websites, images and other content in a beautiful way. Why use GreyBox: * It does not conflict with ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/tips/top-5-wordpress-seo-plugin-to-boost-blog-traffic.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/uploads/2011/06/wordpress-seo-300x300.jpg" alt="wordpress seo 300x300 Tips 5 Langkah Proteksi Wordpress Anda" title="Top 5 WordPress SEO Plugin To Boost Blog Traffic" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/tips/top-5-wordpress-seo-plugin-to-boost-blog-traffic.html" rel="bookmark">Top 5 WordPress SEO Plugin To Boost Blog Traffic</a></h3><p>Here is the list of top 5 WordPress SEO plugin which will resolve your SEO issue and boost your blog/website traffic! SEO Auto Links &amp; ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/wordpress-robot-full-elite.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2009/12/logo.gif" alt="logo Tips 5 Langkah Proteksi Wordpress Anda" title="WordPress Robot Full Elite" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/wordpress-robot-full-elite.html" rel="bookmark">WordPress Robot Full Elite</a></h3><p>Powerful autoblogging plugin for WordPress weblogs. Automatically post Youtube Videos, Amazon Products, eBay auctions, Clickbank ads and much more to your blog without lifting a ...</p></div></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.wp-magz.com/tips/tips-5-langkah-proteksi-wordpress-anda.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hapus Meta Name Generator WordPress</title>
		<link>http://www.wp-magz.com/tips/hapus-meta-name-generator-wordpress.html</link>
		<comments>http://www.wp-magz.com/tips/hapus-meta-name-generator-wordpress.html#comments</comments>
		<pubDate>Wed, 27 Aug 2008 12:55:51 +0000</pubDate>
		<dc:creator>wp-magz</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Generator]]></category>
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://wp-magz.com/?p=35</guid>
		<description><![CDATA[Secara default wordpress menambah automatis meta generator dengan content biasanya diisi dengan string versi wordpress yang digunakan &#60;meta name="generator" content="WordPress 2.5.1" /&#62; Untuk menghapusnya, silahkan edit file functions.php theme anda yang berada di wp-content/theme/theme-aktif, dan tambah dengan baris berikut remove_action('wp_head', 'wp_generator'); Posts Related to Hapus Meta Name Generator WordPress Tips 5 Langkah Proteksi WordPress Anda1. [...]]]></description>
			<content:encoded><![CDATA[<p>Secara default wordpress menambah automatis meta generator dengan content biasanya diisi dengan string versi wordpress yang digunakan</p>
<blockquote>
<pre class="prettyprint"><span class="tag">&lt;meta </span><span class="atn">name</span><span class="tag">=</span><span class="atv">"generator"</span><span class="tag"> </span><span class="atn">content</span><span class="tag">=</span><span class="atv">"WordPress 2.5.1"</span><span class="tag"> </span><span class="atn">/</span><span class="tag">&gt;</span></pre>
</blockquote>
<p>Untuk menghapusnya, silahkan edit file functions.php theme anda yang berada di wp-content/theme/theme-aktif, dan tambah dengan baris berikut</p>
<blockquote>
<pre class="prettyprint"><span class="pln">remove_action</span><span class="pun">(</span><span class="str">'wp_head'</span><span class="pun">,</span><span class="pln"> </span><span class="str">'wp_generator'</span><span class="pun">);</span></pre>
</blockquote>
<div id="seo_alrp_related"><h2>Posts Related to Hapus Meta Name Generator WordPress</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/tips/tips-5-langkah-proteksi-wordpress-anda.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail Hapus Meta Name Generator WordPress" title="Tips 5 Langkah Proteksi WordPress Anda" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/tips/tips-5-langkah-proteksi-wordpress-anda.html" rel="bookmark">Tips 5 Langkah Proteksi WordPress Anda</a></h3><p>1. Create .htaccess Contoh dibawah jika anda menggunakan permalink yang sudah di modif &lt;IfModule mod_rewrite.c&gt; RewriteEngine On php_flag register_globals off RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/how-to/petunjuk-instalasi-wordpress.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail Hapus Meta Name Generator WordPress" title="Petunjuk Instalasi WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/how-to/petunjuk-instalasi-wordpress.html" rel="bookmark">Petunjuk Instalasi WordPress</a></h3><p>Berikut versi cepat petunjuk instalasi WordPress. Unduh dan unzip (ekstrak) paket WordPress, jika Anda belum melakukannya. Ciptakan basis data untuk WordPress di server web Anda ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/how-to/install-ajax-greybox-wordpress.html" rel="bookmark"><img src="http://www.wp-magz.com/GreyBox/static_files/night_valley_thumb.jpg" alt="night valley thumb Hapus Meta Name Generator WordPress" title="Install Ajax greyBox WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/how-to/install-ajax-greybox-wordpress.html" rel="bookmark">Install Ajax greyBox WordPress</a></h3><p>Introduction GreyBox can be used to display websites, images and other content in a beautiful way. Why use GreyBox: * It does not conflict with ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/tips/top-5-wordpress-seo-plugin-to-boost-blog-traffic.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/uploads/2011/06/wordpress-seo-300x300.jpg" alt="wordpress seo 300x300 Hapus Meta Name Generator WordPress" title="Top 5 WordPress SEO Plugin To Boost Blog Traffic" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/tips/top-5-wordpress-seo-plugin-to-boost-blog-traffic.html" rel="bookmark">Top 5 WordPress SEO Plugin To Boost Blog Traffic</a></h3><p>Here is the list of top 5 WordPress SEO plugin which will resolve your SEO issue and boost your blog/website traffic! SEO Auto Links &amp; ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/how-to/wordpress-mass-edit-turning-comments-on.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/uploads/2011/08/Wordpress-Comment-150x150.jpg" alt="Wordpress Comment 150x150 Hapus Meta Name Generator WordPress" title="WordPress Mass Edit Turning Comments On" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/how-to/wordpress-mass-edit-turning-comments-on.html" rel="bookmark">WordPress Mass Edit Turning Comments On</a></h3><p>WordPress Mass Edit Turning Comments On Login phpMyAdmin to access your database, click on the SQL tab and enter this: UPDATE wp_posts SET comment_status = ...</p></div></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.wp-magz.com/tips/hapus-meta-name-generator-wordpress.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

