• Hi,

    So I uninstalled wordpress application in my hosting account in Godaddy and reinstalled it and restored all the files from FTP File Manager’s history. The only problem is the site does not seem to have a theme even though the wp-content->theme->blogonlyhonest has a style.css file. What should I do, change?

    Take a look: https://www.onlyhonest.com/oh_blog/

    I also noticed that when I go to this page, the source code shows

    <meta name=”generator” content=”WordPress 3.6″ />

    even though I installed my application in 3.8.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your header, your stylesheet is trying to be loaded thus:

    <link rel="stylesheet" type="text/css" media="all" href="https://www.onlyhonest.com/wp-content/themes/blogonlyhonest/style.css">

    except it’s not there. It’s at:

    <link rel="stylesheet" type="text/css" media="all" href="https://www.onlyhonest.com/oh_blog/wp-content/themes/blogonlyhonest/style.css">

    I edited the file in my browser and your styles loaded.

    Thread Starter super_monash

    (@super_monash)

    Thank you so much!

    Obviously I need to change that. Where should I change it in my code? Is it in one of my .php files in my wo-__folders? Sorry, I am new to this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No Theme after restoring wordpress files from Godaddy’ is closed to new replies.