We are developing a community website and most of the development sections are now complete. We have a slight problem in displaying the blog header. Instead of displaying abc's blog it just displays 's blog. What seems to be the problem here? Why doesn't the blog owner's name display in front of the apostrophe?

Comments

gpk’s picture

What happens if you try using a core theme such as Garland? What is the page source showing?

gpk
----
www.alexoria.co.uk

lalindra’s picture

Page source when garland theme is applied:
<h2>&#039;s blog</h2>

Page source when sky theme is applied:
<h1 class="title">&#039;s blog</h1>

Thanks.

gpk’s picture

Which version of Drupal? And are you using any contrib modules?

gpk
----
www.alexoria.co.uk

tangofan’s picture

I am also having this problem on my site (using Drupal 6.2 and just the core Blog module). Has anyone found a solution?

tangofan’s picture

Never mind. I found the solution:
Log on as the blogger.
Go to "My Account".
Click the link "Display Name".
Enter the blogger's name and click "submit".