by Marshall | Jan 8, 2015 | Blog |
Are you looking to create a WordPress user using an SQL query from the PhpMyAdmin area? Here is the query that you need to execute with proper parameters. You need to update a few things like ID (Don’t use an existing id), Username, password in raw text, email...
by Marshall | Jan 8, 2015 | Blog |
Looking for the default .htaccess file for WordPress? Here it goes. Simply create a .htaccess file and upload it on your root directory. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f...
by Marshall | Jan 6, 2015 | Blog |
When you create a post/page in WordPress and some of the words get deleted from the permalink, you are probably using an SEO plugin. Such plugins allows you to remove stop words from the URL automatically. In case if you’re using Yoast, you may have this issue...
by Marshall | Jan 6, 2015 | Blog |
This paragraph is the first child of it’s parent. This paragraph is not the first child of it’s parent. This paragraph is not the first child of it’s parent. This paragraph is not the first child of it’s parent. Here is the output of the code:...
by Marshall | Jan 4, 2015 | Blog |
A video that explains how you can connect to your local XAMPP server in extremely easy way through FTP. If you are a learner or web developer, you probably access files on XAMPP using file explorer but in case if you want to be able to access files on your xampp using...