You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure this is down to the WP_CONTENT_URL in wp-config.php. The WordPress-Skeleton is assuming that you're putting it at the root of the site. If you want to put it in a subdirectory blog then the following should work;
Setting up wordpress in http://mydomain.com/blog
Using function get_template_directory_uri() or it's aliases returns the path
http://mydomain.com/content/themes/theme-name/
rather than
http://mydomain.com/blog/content/themes/theme-name/
The text was updated successfully, but these errors were encountered: