Incorrect Blog Root

The old versions of the home and site url are likely in the database somewhere. Add two lines to your config.php file to override them as needed: define(‘WP_HOME’, ‘http://example.com’); define(‘WP_SITEURL’, ‘http://example.com’); If you visit Settings / General and save the settings, they should get stored to their new value in the database. You should then … Read more

Orion theme (from theme forest) [closed]

Every WordPress theme, including child themes, is required to have a style.css file. The first few lines in style.css tell WordPress the name of the theme, the description, and some other meta information about the theme. You’ll have to ask the theme developer why there are files missing in your theme.

Unable to access new installed theme

This is typically a file ownership problem — in a normal install, WordPress runs as the webserver user (www-data in the default Ubuntu install of apache). When you create files or copy them into your web directory, they’re owned by your normal user account. sudo chown -R www-data your-theme-directory should take care of it.

How to add plugin activity in the menus?

Go to your dashboard->appearence->menus Select the menu where you want your link for this plugin Now create a custom link from the custom Links box at left side as: enter the url as:http://www.your_site_name/answers/ and enter the label as anything you want to display in your menu add this custom menu in any postion in your … Read more

WordPress Installation

First thing that comes to mind, is that you haven’t set up an actual database to link the wordpress to so please follow this steps: navigate in your browser to http://localhost/phpmyadmin (I hope it is installed) Create a database with the name wordpress (or whatever else you want) Navigate to your wordpress directory on localhost … Read more

Is there going to an issue running different features of WP site in different subdomains?

Different sites can have different plugins enabled, different sets of users, etc. That’s built in to Multisite. The “LMS talking to ecommerce” part will probably require you (or someone you hire) to write some code — a head start might be to look at switch_to_blog() and restore_current_blog(), and indeed the list of Multisite functions. (Or … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)