My wordpress theme does not look full on my premium hosting

1

I made my first Wordpress theme, when uploading it to my hosting on hostinger.mx it does not look complete, this is what I did:

1- "Quick installation" of Wordpress that recommends hostinger.

2-Then download my local database and export it to the database previously created in my domain of hostinger.

3-Delete everything in the wp-content folder on the server and upload everything I had from wp-content to local.

4-Finally, I modified the file in wp-config.php and edit it, I put the name of the database, the user and the password.

Result:

By putting my theme on my wordpress desktop and getting into my domain, I see my topic but only the html, css and an image I had, but everything that has php and others (go, the dynamic) is not see nothing, it's been 3 days and no more I can not find a solution.

P.D

Note that when I do a wordpress installation and I modify the wp-config.php file and I go to my site, it is necessary to recreate a user account and password, for curious I got to see the database what use and was deleted and wordpress put one of his.

    
asked by user23028 17.09.2017 в 04:04
source

1 answer

1

I found the answer, it is the following: It turns out that in the file wp-config.php the variable $ table_prefix was different in my server than in the local, I only put the same one in local and ready.

    
answered by 21.09.2017 в 02:49