Works best to import on a new install of WordPress, after installing if any trouble comes up, please reset your WordPress and start from the beginning. There are some settings that are needed to be checked before importing demo content, please check the following values in your php.ini file: PHP […]
Flushing Permalinks
In the dashboard menu go to Settings > Permalinks. Select any other option and click Save Changes. That’s what you need to flush the permalinks, you can re-select the last option too. Flushing permalinks via PHP You can flush the permalinks via php by using the function flush_rewrite_rules(). <?php flush_rewrite_rules(); […]
Installing WordPress
WordPress is well-known for its ease of installation. Under most circumstances, installing WordPress is a very simple process and takes less than five minutes to complete. You can watch the whole procedure from scratch at How to install WordPress from Codex or you can take a look at the video […]
Installing Theme & Plugins
Installing Theme 1. Download all files and documentations at ThemeForest > Downloads. The whole package includes: documentation dummy-content licensing {theme-name}.zip {theme-name}-child.zip readme.txt 2. After installing the WordPress, if you still haven’t, take a look to this article. Go to Appearance > Themes > Add New. Upload only {theme-name}.zip. 3. Activate […]