wp_head() adding site title?
-
So I’m working from the ground up and I chose to install blankslate as the theme I’d get started with. I’ve been modifying it into something more complicated, but realized I couldn’t get rid of one piece of text: the site title.
Now, I’ve removed the actual inline text which displays the site title and site description, largely because my client wants an image. That’s all fine and dandy. But the site title remains.
I removed wp_head() at one point for a temporary purpose and it suddenly also fixed the issue of the site name displaying. I add it back and the site name comes back.
Now, obviously wp_head() is critical to WordPress so I can’t get rid of it. But how do I hide the site name?
The topic ‘wp_head() adding site title?’ is closed to new replies.