and also how do i remove the "just another wordpress blog" and the part where it says my sites name above my logo. My header is not clickable and I would like to know how to fix that? THx dpfam
Just go to your theme's header.php file and change the part <?php bloginfo('name'); ?> Code (markup): To > <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a> Code (markup): And if its your logo in header which you need to make clickable just add this> <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/logo.gif" /></a> Code (markup): replace logo.gif to Your image/logo name Hope that might help
This part > <?php bloginfo('url'); ?> is the Url to your Install directory , if you want the click to go somewhere else just put your location in <a href="h t t p : / / Your url here " > Text to display</a> if you are still confused about this and want professional help let me knw
Just open header.php in ur use theme with notepad .... i prefer notepad++ since they colorize tag so it'll avoid mistake in php writing