I changed my weblog “short name” and things don’t show up on my site!
If you change the “short name” for one of your existing weblogs, then you’ll also need to go into your Templates and make sure that your various EE tags are calling information from the correct weblog. For instance, a basic weblog entries tag might look like:
{exp:weblog:entries weblog="default_site" limit=25"}
your content
{/exp:weblog:entries}
You’d need to change the “default_site” to reflect your new weblog short name. Typically, though, there isn’t much need to change the “short name” for a weblog. Usually, simply changing the full display name would be sufficient for peoples’ needs.
