Any idea? Im using wordpress as a CMS (not a blog) and I would like to change the default "blog" subdirectory in something like "news".
Thanks
WP Version 3
Any idea? Im using wordpress as a CMS (not a blog) and I would like to change the default "blog" subdirectory in something like "news".
Thanks
WP Version 3
This probably means you've installed workpress in the yoursite.com/blog directory - for example, if you ftp
into your site, you'll see the /
folder listed, which is the base directory of your site. Anything in this folder will be served as yoursite.com/somefile.html
. However, installing wordpress in the /blog
directory means everything served from wordpress will look like yoursite.com/blog/wp-admin
, for example.
If you change the name of that subdirectory to news
, that would solve your problem. Keep in mind, however, that some things inside wordpress will be configured to use that blog directory as the home directory, and simply renaming it might cause unexpected problems.
Hope this helps.
PS - if you actually point us at your site, or give a little bit more technical information about your directory structure, we might be able to help more specifically.
But DO NOT RENAME IT YET.
Log in to your WordPress Dashboard.
Go to "Settings > General" in the left set of options.
Change "WordPress address (URL)" from "http://yourdomain/blog" to "http://yourdomain/news" (Don't hit "Save Changes" yet...)
Make a similar change to "Site address (URL)"
Click "Save Changes"
Go rename the "blog" directory to "news"
Now visit your site and see what happens.
If you have already added posts with images and such, there will be links in your posts that contain the old "/blog/" part of your path. You will need to update those posts.
Good luck. Paul