I want to remove /blog in my URL on homepage. When i navigate, all the tabs are fine my site are fine but when i click back back to my "Home" it says page not found. Can anyone help please?
I want to remove /blog in my URL on homepage. When i navigate, all the tabs are fine my site are fine but when i click back back to my "Home" it says page not found. Can anyone help please?
See http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory and http://codex.wordpress.org/Moving_WordPress
Which do you want to do?
Add /blog back in again. See See Changing_The_Site_URL.
Then see Giving_WordPress_Its_Own_Directory.
all the other pages work fine, its just when I click back on home it says it can't find it.
define('WP_HOME','http://www.premiertrainingnetwork.co.uk');
define('WP_SITEURL','http://www.premiertrainingnetwork.co.uk/blog');
this stuff is a lil over my head
Was this originally in a subfolder
Do you want .co.uk as site address.
Check in "admin/edit" the url of "home" is this url different.
Try adding blog back and check links. Then see changing wp directory.
yes /blog was the original. I just want .co.uk when i click the home tab. When i click on my banner logo its fine its just the home tab. check it out:
navigate away from it and hit the home tab..."page not found"
Everything else is exactly how i want it!
Use the functions php method outlined in Changing_The_Site_URL to turn both urls back to http://www.premiertrainingnetwork.co.uk/blog then see the second link I gave above.
for some reason i do dnt have a function.php
i had it when i got the template but when i uploaded to FTP it doesn't show that php
thank u guys!!! I've sorted it!
You must log in to post.