Hi doc4,
here it is.
<!–The Title–>
<title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ :: ‘; } ?><?php bloginfo(‘name’); ?></title>
Thanks FishDogFish. It is actually set it to that way. My only concern is how to get rid of the domain being added in the title tag.
It is showing (title tag|domain name). I just want the title tag to appear and without the domain name.
Thanks.
Got it to work. Thanks a lot esmi. I appreciate your help.
Hi Esmi,
Thanks for your response. I tried adding the different codes in the Main index template (index.php) before </div><!–end #content–> but the tags at the bottom of the posts still doesn’t show.
Should I be putting it somewhere else?
Thanks.