hello someone pls help me how to change the position of blog name in wordpress.. i think i can change that position in heme editor ..??
Open the header.php file from the theme you want to use. Find the part Now you can change the position of the blog name by moving it somewhere else. Hope it will help you.
<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> Code (markup): i found this thing .. my blog name is at right top side i wnt to change tht to left middle side