I have been asked to add a blog for a website built in Drupal 7. I activated the blog module and made a couple entries.
The postings show up fine on the blog page, but when I click through to a single entry it is just the text of the post. I would like to add the title to the page.
How is this possible?
Thanks,
Either you have the title removed in page.tpl.php or you have a page–blog.tpl.php that has the title removed.
Copy your page.tpl.php and rename it to page–blog.tpl.php (note there are two dashes between page and blog it will not work with just one) and add in this snippet of PHP:
Then clear Drupal’s cache. If this does not work out for you try adding it to node–blog.tpl.php.