Blog Title Problem
-
the code <?php bloginfo(‘name’); ?> <?php wp_title(” : “,true); ?> is supposed to echo
Blog Title : Post Title
right? but this comes out on the title
Blog TitlePost Title : Blog Title
yes blog tittle are post tittle don’t have space between one another. is there a way to solve this so the title would only echo “Blog Title : Post Title” ? thanks!
The topic ‘Blog Title Problem’ is closed to new replies.