<?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 &#8211; My Web Development</title>
	<atom:link href="https://mywebdevelopment.org/tag/wordpress-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://mywebdevelopment.org</link>
	<description>Always learning something new..</description>
	<lastBuildDate>Sun, 16 Nov 2014 23:25:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>PrestaShop Taxes Not Working In Product Page</title>
		<link>https://mywebdevelopment.org/prestashop-taxes-not-working-in-product-page/</link>
				<pubDate>Tue, 22 Oct 2013 22:07:35 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[product.tpl]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=605</guid>
				<description><![CDATA[<p>PrestaShop v.1.4+  PrestaShop taxes not working in the product page, when user enters &#8216;Pre-tax retail price&#8217; and selects the &#8216;Tax rule&#8217;, nothing changes in the Back Office or Front Office of PrestaShop. Step 1.) Confirm that you have enabled the feature to display tax in the Back Office as &#8216;tax included&#8217;: BO &#62; Customers &#62;… <span class="read-more"><a href="https://mywebdevelopment.org/prestashop-taxes-not-working-in-product-page/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/prestashop-taxes-not-working-in-product-page/">PrestaShop Taxes Not Working In Product Page</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>PrestaShop v.1.4+  <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>PrestaShop taxes not working in the product page, when user enters &#8216;Pre-tax retail price&#8217; and selects the &#8216;Tax rule&#8217;, nothing changes in the Back Office or Front Office of PrestaShop.</p>
<p>Step 1.) Confirm that you have enabled the feature to display tax in the Back Office as &#8216;tax included&#8217;: BO &gt; Customers &gt; Groups</p>
<p>If that did not resolve your taxes from displaying, then go on to step two.</p>
<p>Step 2.) Go to theme and edit product.tpl</p>
<p><strong>Line 256</strong></p>
<p>{if $tax_enabled &amp;&amp; ((isset($display_tax_label) &amp;&amp; $display_tax_label == 1) OR !isset($display_tax_label))}<br />
{if $priceDisplay == 1}{l s=&#8217;tax excl.&#8217;}{else}{l s=&#8217;tax incl.&#8217;}{/if}<br />
{/if}</p>
<p><em><span style="color: #800000;">Replace with..</span></em></p>
<p><span style="color: #800000;">{if $tax_enabled &amp;&amp; ((isset($display_tax_label) &amp;&amp; $display_tax_label == 1) OR !isset($display_tax_label))}</span><br />
<span style="color: #800000;"> {if $priceDisplay == 1}{l s=&#8217;tax excl.&#8217;}{else}{l s=&#8217;tax incl.&#8217;}{/if}</span><br />
<span style="color: #800000;"> {/if}</span></p>
<p><strong>Line 275</strong></p>
<p>{if $tax_enabled &amp;&amp; $display_tax_label == 1}<br />
{if $priceDisplay == 1}{l s=&#8217;tax excl.&#8217;}{else}{l s=&#8217;tax incl.&#8217;}{/if}<br />
{/if}</p>
<p><em><span style="color: #800000;">Replace with..</span></em></p>
<p><span style="color: #800000;">{if $tax_enabled &amp;&amp; $display_tax_label == 1}</span><br />
<span style="color: #800000;"> {if $priceDisplay == 1}{l s=&#8217;tax excl.&#8217;}{else}{l s=&#8217;tax incl.&#8217;}{/if}</span><br />
<span style="color: #800000;"> {/if}</span></p>
<p>Don&#8217;t forget to recompile your smarty template after editing any .tpl file in the Back Office.<br />
BO &gt; Preferences &gt; Performance &gt; Smarty &gt; Force compile</p>
<hr />
<p><strong>Resources</strong></p>
<p>Display (tax included) with the price PrestaShop:<a title="Display (tax included) with pricing in PrestaShop" href=" http://www.prestashop.com/forums/topic/243182-display-tax-included-with-the-price-prestashop-154-solved/"> http://www.prestashop.com/forums/topic/243182-display-tax-included-with-the-price-prestashop-154-solved/</a><br />
Price display and tax included: <a title="Price Display &amp; Tax Included" href="http://www.prestashop.com/forums/topic/246841-solved-pricedisplay-and-tax-included/">http://www.prestashop.com/forums/topic/246841-solved-pricedisplay-and-tax-included/</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/prestashop-taxes-not-working-in-product-page/">PrestaShop Taxes Not Working In Product Page</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>How Much Does a Website Cost?</title>
		<link>https://mywebdevelopment.org/much-website-cost/</link>
				<pubDate>Fri, 27 Sep 2013 03:07:50 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[Authors Column]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=557</guid>
				<description><![CDATA[<p>Are you familiar with what a website cost? If I only had a dollar for every time that question has been posed to me, I could afford an iBrain! First off, there is no standard price in what a website cost. This really depends on budget and comfort level you have. Websites can range from FREE,… <span class="read-more"><a href="https://mywebdevelopment.org/much-website-cost/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/much-website-cost/">How Much Does a Website Cost?</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<h2>Are you familiar with what a website cost?<br />
<img class="alignleft wp-image-489" title="webmaster thx2012" src="http://mywebdevelopment.org/sites/wp-dump/uploads/2013/08/Elias.jpg" alt="what a website cost" width="58" height="58" srcset="https://mywebdevelopment.org/sites/wp-content/uploads/2013/08/Elias.jpg 96w, https://mywebdevelopment.org/sites/wp-content/uploads/2013/08/Elias-24x24.jpg 24w, https://mywebdevelopment.org/sites/wp-content/uploads/2013/08/Elias-36x36.jpg 36w, https://mywebdevelopment.org/sites/wp-content/uploads/2013/08/Elias-48x48.jpg 48w, https://mywebdevelopment.org/sites/wp-content/uploads/2013/08/Elias-64x64.jpg 64w" sizes="(max-width: 58px) 100vw, 58px" /></h2>
<p>If I only had a dollar for every time that question has been posed to me, I could afford an iBrain!</p>
<p>First off, there is no standard price in what a website cost. This really depends on budget and comfort level you have. Websites can range from FREE, to thousands of dollars.</p>
<p>Here&#8217;s my layman analogy..</p>
<p>Let&#8217;s say you&#8217;re in the market for a car; you must have some budget in mind before shopping. You want to research performance, safety, reliability, etc.. And if possible, test drive the vehicle before purchasing.</p>
<p>The same goes with your web presence.</p>
<p>Regarding your requirements, you can go from an economical website cost to a very pricey one. Think of terms of transportation..</p>
<p>For example, riding the buss could be comparable to a website hosted on a shared hosting environment. Both are inexpensive and commonly used. However, travel will not be as efficient riding the buss.  Your limited to the destination a buss can travel. And your not the only one riding that buss. It has to drop off patrons; slowing you down with constant interruptions. Also, if a patron is sick, then the potential to catch the virus is prevalent.  Just like your website would become vulnerable to the environment it&#8217;s hosted on.  Now, if you had your own vehicle (VPS or dedicated server). Then your travel becomes more efficient, and limitations are greatly reduced!</p>
<p>Limitations may become greatly reduced on VPS or dedicated server with proper configurations &amp; management.  Your VPS and Dedicated Server are comparable to automobile different makes &amp; models. The differences are your configuration options. You can configure your server to respond like a sports car, light weight and fast.  Or configure server like a semi truck, heavy duty and moderate speed. But when a semi catches momentum, it can be very fast. Just don&#8217;t expect the same type of maneuverability as you would a small car.</p>
<p>Shopping for a car can become cumbersome, same applies to configuring your server. You want an efficient, secure and affordable vehicle; just like your server. These are operational and necessary in what a website cost.</p>
<p><span style="line-height: 1.5em;">Most hosting companies offer a control panel, or interface of some kind. Allowing you to configure sever to your requirements. Just like buying a car with options and extended warranties, your server is treated much the same. If your not comfortable handling server configurations, then you will have to find a managed solution. </span>Don&#8217;t fret, because as soon as you drive out of that dealership, the open road is all yours!</p>
<p>So, driving your own car (VPS) verses riding the buss (shared hosting) can become costly in either direction. And you can&#8217;t have a website without a web server!</p>
<p>Over 95% of the people I encounter are capable of achieving there online objectives economically.  Using open source software, you can have a website up and running easily.  There are a lot of open source programs (<a title="Why Use WordPress As a Website or Blog?" href="http://mywebdevelopment.org/why-use-wordpress-as-a-website-or-blog/">wordpress</a>, Joomla, etc.) that can be used to develop your website.  And if your host is using cPanel, then more likely open source programs are available for easy install using Softaculous plug-in.</p>
<p>And finally, the last necessary website cost. The domain name. Have you chosen a domain name? This is relevant to your branding and SEO on the web. More about <a title="About Domain Names" href="http://#">domain names</a> &amp; SEO practices.</p>
<hr />
<p><strong>Resources</strong></p>
<p>Softaculous, a library script that automates web application installs: <a title="Softaculous" href="https://www.softaculous.com/">https://www.softaculous.com/</a><br />
Shared Hosting account with Hostrocket:<br />
Linode VPS: <a title="Linode VPS" href="https://www.linode.com/">https://www.linode.com/</a><br />
cPanel Server &amp; Website Management: <a title="cPanel web-based Control Panel" href="http://cpanel.net/">http://cpanel.net/</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/much-website-cost/">How Much Does a Website Cost?</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Why Use WordPress As a Website or Blog?</title>
		<link>https://mywebdevelopment.org/why-use-wordpress-as-a-website-or-blog/</link>
				<pubDate>Wed, 18 Sep 2013 05:56:41 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[Authors Column]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Hardening WordPress]]></category>
		<category><![CDATA[WP Security & Firewall]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=567</guid>
				<description><![CDATA[<p>WordPress is an open source program; for those that don&#8217;t know what open source means in layman&#8217;s terms, it&#8217;s FREE.  Also, WordPress has a plenty of plugins and themes for free as well; that are easily customization to your requirements.  There are also sites that offer customization plugins &#38; themes for sale and for the most… <span class="read-more"><a href="https://mywebdevelopment.org/why-use-wordpress-as-a-website-or-blog/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/why-use-wordpress-as-a-website-or-blog/">Why Use WordPress As a Website or Blog?</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p><img class=" wp-image-593 alignleft" src="http://mywebdevelopment.org/sites/wp-dump/uploads/2013/09/wordpress-logo.jpg" alt="wordpress" width="73" height="73" srcset="https://mywebdevelopment.org/sites/wp-content/uploads/2013/09/wordpress-logo.jpg 122w, https://mywebdevelopment.org/sites/wp-content/uploads/2013/09/wordpress-logo-96x96.jpg 96w, https://mywebdevelopment.org/sites/wp-content/uploads/2013/09/wordpress-logo-24x24.jpg 24w, https://mywebdevelopment.org/sites/wp-content/uploads/2013/09/wordpress-logo-36x36.jpg 36w, https://mywebdevelopment.org/sites/wp-content/uploads/2013/09/wordpress-logo-48x48.jpg 48w, https://mywebdevelopment.org/sites/wp-content/uploads/2013/09/wordpress-logo-64x64.jpg 64w" sizes="(max-width: 73px) 100vw, 73px" />WordPress is an open source program; for those that don&#8217;t know what open source means in layman&#8217;s terms, it&#8217;s FREE.  Also, WordPress has a plenty of plugins and themes for free as well; that are easily customization to your requirements.  There are also sites that offer customization plugins &amp; themes for sale and for the most part are economical.</p>
<p>WordPress has evolved from just being Blog-wear to a powerful Contact Management System (CMS) that&#8217;s very sophisticated, extremely user friendly.  It&#8217;s not perfect, like a double edge sword, it works both ways.  If you don&#8217;t take proper precautions and updates, then your software is subjected to vulnerabilities.  As long as you take the necessary security precautions by reducing risks and carry updated backups, you will have a very pleasant experience.</p>
<p>Also, some hosting companies offer cPanel access options to install these open source software easily!</p>
<p>If your requirements surpass the benefits of Shared Hosting, then perhaps it&#8217;s best you look into Virtual Private Servers (my personal choice) or Dedicated Servers, depending on your budget.  You can also setup accounts with wordpress.com, blogger.com, etc. for free and utilize what options they provide.</p>
<p>Anyhow, you can do use <a title="Let Me Google That For You" href="http://lmgtfy.com/?q=Why+use+WordPress+as+a+Website+or+Blog%3F">Google</a> and research the pros and cons.</p>
<hr />
<p><strong>Resources</strong></p>
<p>Hardening WordPress: <a href="http://codex.wordpress.org/Hardening_WordPress">http://codex.wordpress.org/Hardening_WordPress</a><br />
Awesome wordpress security plugin <a title="All In One WP Security &amp; Firewall Plugin for WordPress" href="http://wordpress.org/plugins/all-in-one-wp-security-and-firewall/">WP Security &amp; Firewall</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/why-use-wordpress-as-a-website-or-blog/">Why Use WordPress As a Website or Blog?</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Oops! Google Chrome Could Not Connect To 127.0.0.1</title>
		<link>https://mywebdevelopment.org/oops-google-chrome-could-not-connect-to-127-0-0-1/</link>
				<pubDate>Sun, 15 Sep 2013 05:25:12 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[redirect loop]]></category>
		<category><![CDATA[WP Security Plugin]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=546</guid>
				<description><![CDATA[<p>While I was developing a site with WordPress; all of a sudden, I attempted to access dashboard and I got an error indicating that Google Chrome could not connect to 127.0.0.1 During my research, I figured this blog might of been my solution: http://wordpress.org/support/topic/redirections-to-127001-when-enabling-network There was even a suggestion about the configuration within the nginx… <span class="read-more"><a href="https://mywebdevelopment.org/oops-google-chrome-could-not-connect-to-127-0-0-1/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/oops-google-chrome-could-not-connect-to-127-0-0-1/">Oops! Google Chrome Could Not Connect To 127.0.0.1</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>While I was developing a site with WordPress; all of a sudden, I attempted to access dashboard and I got an error indicating that Google Chrome could not connect to 127.0.0.1</p>
<p>During my research, I figured this blog might of been my solution: <a title="127.0.0.1 Redirect" href="http://wordpress.org/support/topic/redirections-to-127001-when-enabling-network">http://wordpress.org/support/topic/redirections-to-127001-when-enabling-network</a><br />
There was even a suggestion about the configuration within the nginx conf file and this did not resolve my issue; although, perhaps it might for you..</p>
<p>So many different suggestions regarding local host, yada, yada, none of the queries seemed to bring me much luck; until, I decided to revert my .htaccess in attempts this would work. YES, I was able to log back into my WordPress. After I reverted to previous .htaccess file, I was able to trouble shoot the issue and here is what I discovered.</p>
<p>Troubleshooting: WordPress 3.5+<br />
My 127.0.0.1 Redirect Loop had to do with the plugin WP Security and the code it used inside .htaccess.</p>
<p>In WordPress, Dashboard; on the tool bar you will see option for WP Security &gt; Firewall</p>
<p><strong>WP Security &gt; Firewall</strong></p>
<p>If I enable the Basic Firewall Settings: fail<br />
If I enable the WordPress Pingback Vulnerability Protection: fail</p>
<p>In either combination of enabling/disabling the above settings, no resolution was achieved.</p>
<p>So, with the Basic Firewall &amp; Pingback Settings disabled, I troubleshooted &#8216;Brute Force Prevention&#8217;.</p>
<p>WP Security &gt; Firewall &gt; Brut Force Prevention: Enabled Brue Force attack Prevention &amp; populated Secrete Word with the Re-Direcdt URL of http://127.0.0.1 (or where ever you want) and save (regenerating .htaccess file).</p>
<p><strong>Conclusion</strong></p>
<p>If you enabled WP Security plugin and in the Firewall options under Brute Force, you are provided a &#8216;secrete word&#8217; as a login phrase; be sure you login into WordPress with the unique phrase or URL Brute Force provides.</p>
<p>So, instead of going to generic WordPress login: http://domain.com/wordpress/wp-admin<br />
You would go to unique phrase WordPress login: http://domain.com/wordpress/?uniquephrase</p>
<p>And if that solution does not work for you, revert back to your old .htaccess file or copy the contents below and create your own .htaccess file &amp; upload:</p>
<p><span style="color: #993300;"># BEGIN WordPress</span><br />
<span style="color: #993300;">&lt;IfModule mod_rewrite.c&gt;</span><br />
<span style="color: #993300;">RewriteEngine On</span><br />
<span style="color: #993300;">RewriteBase /wordpress/</span><br />
<span style="color: #993300;">RewriteRule ^index\.php$ &#8211; [L]</span><br />
<span style="color: #993300;">RewriteCond %{REQUEST_FILENAME} !-f</span><br />
<span style="color: #993300;">RewriteCond %{REQUEST_FILENAME} !-d</span><br />
<span style="color: #993300;">RewriteRule . /wordpress/index.php [L]</span><br />
<span style="color: #993300;">&lt;/IfModule&gt;</span></p>
<p><span style="color: #993300;"># END WordPress</span></p>
<p><strong>Resources</strong></p>
<p>Hardening WordPress: <a href="http://codex.wordpress.org/Hardening_WordPress">http://codex.wordpress.org/Hardening_WordPress</a><br />
Redirecting loop occurs with .htaccess file: <a href="http://www.justincener.com/blog/how-to-easily-fix-the-wordpress-redirect-loop-error-without-admin-access/">http://www.justincener.com/blog/how-to-easily-fix-the-wordpress-redirect-loop-error-without-admin-access/</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/oops-google-chrome-could-not-connect-to-127-0-0-1/">Oops! Google Chrome Could Not Connect To 127.0.0.1</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>WordPress Usernames Cannot Be Changed</title>
		<link>https://mywebdevelopment.org/wordpress-usernames-cannot-be-changed/</link>
				<pubDate>Mon, 09 Sep 2013 03:50:42 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[change username]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=528</guid>
				<description><![CDATA[<p>After you install WordPress, it states that once you select a username, that it can not be changed later; yeah right.. There is a plugin for Username Changer, that really is not necessary to even install.. You can do this in two easy steps. It&#8217;s best security practice to use a different username &#38; nickname,… <span class="read-more"><a href="https://mywebdevelopment.org/wordpress-usernames-cannot-be-changed/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/wordpress-usernames-cannot-be-changed/">WordPress Usernames Cannot Be Changed</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>After you install WordPress, it states that once you select a username, that it can not be changed later; yeah right.. There is a plugin for Username Changer, that really is not necessary to even install.. You can do this in two easy steps.</p>
<p>It&#8217;s best security practice to use a different username &amp; nickname, than the generic &#8216;admin&#8217; provided during install.</p>
<p>So, here is how you change the username after you install WordPress..</p>
<p><strong>First Step</strong></p>
<p>Access your phpMyAdmin, select the WordPress database find &#8216;table_user&#8217; and select edit and change to your unique name, then save.</p>
<p><strong>Final Step</strong></p>
<p>Log back into your WordPress with your new user name.</p>
<p>There are other methods and plugins that will change WordPress username; check out the resource section for more information. Personally, the less plugins the better!</p>
<hr />
<p><strong>Resources</strong></p>
<p>How can I change my default WordPress Admin Username: <a href="http://www.websitedefender.com/faq/change-default-wordpress-admin-username/">http://www.websitedefender.com/faq/change-default-wordpress-admin-username/</a><br />
WordPress Change User Name: <a href="http://wordpress.org/support/topic/change-user-name">http://wordpress.org/support/topic/change-user-name</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/wordpress-usernames-cannot-be-changed/">WordPress Usernames Cannot Be Changed</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>Migrating WordPress for Multisite</title>
		<link>https://mywebdevelopment.org/migrating-wordpress-for-multisite/</link>
				<pubDate>Sat, 07 Sep 2013 23:42:24 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[migrating wordpress]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=492</guid>
				<description><![CDATA[<p>From my experience, there are always a step or so that does not resolve the way it should; hence this document. WordPress Version 3.5+ allows multi-sites, so you can install WordPress in it&#8217;s own directory, powering the site from it&#8217;s root (http://example.com). This method is cleaner, more secure way of archiving your WordPress. Here are… <span class="read-more"><a href="https://mywebdevelopment.org/migrating-wordpress-for-multisite/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/migrating-wordpress-for-multisite/">Migrating WordPress for Multisite</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>From my experience, there are always a step or so that does not resolve the way it should; hence this document.</p>
<p>WordPress Version 3.5+ allows multi-sites, so you can install WordPress in it&#8217;s own directory, powering the site from it&#8217;s root (http://example.com).<br />
This method is cleaner, more secure way of archiving your WordPress.</p>
<p>Here are the steps I took, in Migrating WordPress.</p>
<p>NOTE: make any required backups before you perform any type of edits to your site. You will require a text editor, such as Notepad++ (preferred) to perform the following tasks.</p>
<p><strong>First Step</strong><br />
downloaded WordPress 3.5+ and installed it in a desired directory /wordpress/ (e.g. http://example.com/wordpress/)</p>
<p><strong>Second Step</strong><br />
Copy your index.php &amp; .htaccess files to your root and perform the following edits to them.</p>
<p><strong></strong>Edit the index.php (line #17) file by including the directory where your WordPress resides.<br />
<span style="color: #800000;">Line# 17: require ( dirname( __FILE__ ) . &#8216;wordpress/wp-blog-header.php&#8217; )</span></p>
<p>NOTE: do not include the <span style="color: #800000;">/</span> in front of wordpress (<span style="color: #800000;">&#8216;/wordpress/wp-..</span>), otherwise it won&#8217;t work.</p>
<p><strong>Third Step</strong><br />
Edit the .htaccess file you copied over to the root.<br />
Remove the directory name /wordpress from the .htaccess: <span style="color: #800000;">RewriteRule .<del>/wordpress</del> /index.php [L]</span></p>
<p><span style="color: #800000;">RewriteRule . /index.php [L]</span></p>
<p><strong>Final Setp</strong></p>
<p>Go to Dashboard &gt; Settings &gt; General and adjust the following: Site Address (URL) <span style="color: #800000;">http://example.com/wordpress/</span> over to: <span style="color: #800000;">http://example.com</span></p>
<p>Visitors can access your WordPress from the root directory (e.g. http://example.com). Log into dashboard will still direct to where wordpress core files are located: http://example.com/wordpress/wp-admin/</p>
<p><strong>NOTE:</strong> I strongly suggest using <a title="All In One WordPress Security and Firewall Plugin" href="http://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin">All In One WordPress Security and Firewall Plugin</a> and secure your login access and follow through recommended features.</p>
<hr />
<p><strong>Resources</strong></p>
<p>WordPress Codex: <a title="WordPress Codex, Moving WordPress" href="http://codex.wordpress.org/Moving_WordPress">http://codex.wordpress.org/Moving_WordPress</a><br />
Ask WordPress Girl: <a title="Ask WordPress Girl" href="http://askwpgirl.com/how-do-i-move-wordpress-from-a-subdirectory-to-the-root-directory/">http://askwpgirl.com/how-do-i-move-wordpress-from-a-subdirectory-to-the-root-directory/</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/migrating-wordpress-for-multisite/">Migrating WordPress for Multisite</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>WordPress Search Engine Visibility</title>
		<link>https://mywebdevelopment.org/wordpress-search-engine-visibility/</link>
				<pubDate>Sat, 07 Sep 2013 23:41:16 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=504</guid>
				<description><![CDATA[<p>WordPress Search Engine Visibility is extremely important, if you want your website viewed by Search Engines.  During installation of WordPress, you have the option to have your blog visible to Search Engines or not; this feature can be enabled/disabled at any time. During development, it&#8217;s recommended to hide visibility, until ready for publications. However, the… <span class="read-more"><a href="https://mywebdevelopment.org/wordpress-search-engine-visibility/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/wordpress-search-engine-visibility/">WordPress Search Engine Visibility</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>WordPress Search Engine Visibility is extremely important, if you want your website viewed by Search Engines.  During installation of WordPress, you have the option to have your blog visible to Search Engines or not; this feature can be enabled/disabled at any time.</p>
<p>During development, it&#8217;s recommended to hide visibility, until ready for publications. However, the checkbox is always enabled upon installation, so most users forget that they are enabling the site to be viewable, when it&#8217;s not ready.  First impressions go a long way, same goes with users experience when they visit your site.</p>
<p>There has been some modifications to WordPress 3.5+ in where the option to discourage or enable Search Engine Visibility.</p>
<p>Log into your WordPress and go to Settings &gt; Reading &amp; there the options to enable or discourage is available.</p>
<p><a href="http://mywebdevelopment.org/sites/wp-dump/uploads/2013/09/wordpress-search-engine-visibility.jpg" rel="lightbox[504]"><img title="WordPress Search Engine Visibility" alt="WordPress Search Engine Visibility" src="http://mywebdevelopment.org/sites/wp-dump/uploads/2013/09/wordpress-search-engine-visibility-150x150.jpg" width="150" height="150" /></a></p>
<p>&nbsp;</p>
<hr />
<p><strong>Resources</strong></p>
<p>How To Enable Site For Search Engine: <a href="http://wordpress.org/support/topic/how-to-enable-site-for-search-engine">http://wordpress.org/support/topic/how-to-enable-site-for-search-engine</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/wordpress-search-engine-visibility/">WordPress Search Engine Visibility</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
		<item>
		<title>AdSense Deluxe Permission Issue Error Solution</title>
		<link>https://mywebdevelopment.org/adsense-deluxe-permission-issue-error-solution/</link>
				<pubDate>Wed, 22 May 2013 05:15:42 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[AdSense Deluxe]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=388</guid>
				<description><![CDATA[<p>Here&#8217;s how to install AdSense Deluxe for WordPress, to avoid the common error &#8220;You do not have sufficient permissions to access this page&#8221;. When you download the AdSense Deluxe plugin, only copy over the adsense-deluxe.php file to your plugins root directory (/wp-content/plugins). Also, in the file adsense-delux.php line 1085, change admin_head to admin_menu. Activate plugin… <span class="read-more"><a href="https://mywebdevelopment.org/adsense-deluxe-permission-issue-error-solution/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/adsense-deluxe-permission-issue-error-solution/">AdSense Deluxe Permission Issue Error Solution</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>Here&#8217;s how to install AdSense Deluxe for WordPress, to avoid the common error &#8220;You do not have sufficient permissions to access this page&#8221;.</p>
<p>When you download the AdSense Deluxe plugin, only copy over the adsense-deluxe.php file to your plugins root directory (/wp-content/plugins). Also, in the file adsense-delux.php line 1085, change admin_head to admin_menu.</p>
<p>Activate plugin and enjoy!</p>
<hr />
<p><strong>Resources</strong></p>
<p>AdSense Deluxe Quick Fix 1: <a title="Fix AdSense Deluxe for WordPress" href="http://ntmw.byethost13.com/fix-adsense-deluxe-wordpress-plugin-you-do-not-have-sufficient-permissions-to-access-this-page-error-for-wordpress-2-8-1/">http://ntmw.byethost13.com/fix-adsense-deluxe-wordpress-plugin-you-do-not-have-sufficient-permissions-to-access-this-page-error-for-wordpress-2-8-1/</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/adsense-deluxe-permission-issue-error-solution/">AdSense Deluxe Permission Issue Error Solution</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
	</channel>
</rss>
