I changed hosting places and changed the name servers for my domain as well as uploaded the database and everything is situated correctly however for some reason my the links to my pages aren't working and even the main page isn't loading correctly.
It looks to me that the new host you have doesn't support PHP.
Try creating a new page via FTP (Not through wordpress) called something like info.php. In that page add
<?php phpinfo(); ?>
Now browse to that new page. If you see what you entered then PHP is not configured. If you see a huge page with all sorts of information then PHP is installed and the issue is somewhere else
Yes and there was an issue with the .htaccess file and my hosting provider corrected the problem so I"m able to go to the right pages however its still showing all kinds of php coding.
Any ideas?
kansasoutlawwrestling.com
It looks to me that the new host you have doesn't support PHP.
Try creating a new page via FTP (Not through wordpress) called something like info.php. In that page add
Now browse to that new page. If you see what you entered then PHP is not configured. If you see a huge page with all sorts of information then PHP is installed and the issue is somewhere else
Try that for now.
<?php</p>What do your header.php and index.php files look like in your theme's folder?
kansasoutlawwrestling.com
ie, if the only things in your index.php are those two gets, where is all of the content on your home page coming from?