JJ Spelman wrote:
*snipped*
However, I much prefer the Category title not being there and the Post title looking like it used to - much like it does when you click on Older Posts.
Any suggestions?
I didn't find a way to do this in the Grunge theme settings, but I found something that you might think suitable:
open your index.php and home.php files. Find the following bit of code under the <!-- Begin Title --> line:
<span><?php print(get_the_category_list( ', ' ) ); ?></span>
Change to
This will remove the category list name from the pages while keeping the divider line. The only thing I couldn't find was how to resize the post title so that it becomes the size it used to be. I assume that it's listed somewhere in a .css file.
Hope this helps.