The Waffles theme has a nice option to switch on/off the author display for the different content types (page/blog/story/...).
This works fine for the author name at the top of the content item.
For the blog content item there is an extra twist however.
Lets consider a case where the user administrator is logged in.
When the author display is allowed, at the end of the blog-item the following is printed :
[icon] administrator's blog
When the author display is disallowed, there is no username at the top of the blog-item, but at the end still the following is printed :
[icon] 's blog
In both cases, the text behaves as a hyperlink. In the first case it points to all the blog items of the administrator (.../blog/1). In the second case, because the username display is switched off, the hyperlink points to .../blog/0 which does not exists.
So there is no need to display the 's blog indication at the bottom as it has no real use and it only confuses people.
Comments
Comment #1
trombone commentedMy initial description is not 100% correct.
It seems even when the author display is not allowed in the theme options the line at the bottom will be ;
[icon] administrator's blog
The 's blog is only displayed when the author name is set to anonymous in the blog-item itself.
Anyway... it looks to me that when you do not want to display the author name for a certain reason that it also has no sense to display the username at the bottom.