Modify Header Post name HEN blog name
-
I want my post name to come before my blog name, so I modified the header code…
<title>
<?php wp_title(); ?> at
<?php bloginfo(‘name’); ?>
</title>Which gets me:
>> Story at Website
How do I remove the >> symbols ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Modify Header Post name HEN blog name’ is closed to new replies.