friends... i have just install wordpress in my sub directory.... here is that the only problem is that i want to remove >> from title bar.... tell me how to do..
It's part of your theme. Some of the wp_title code (or something else right by it) commands allows you to pick what characters you'd like before and after the post titles. Check header.php in the editor & wordpress support, search "wp_title". Took me only a couple minutes to figure out how to remove it here & there's all kinds of other neat things you can do at the same time with titles
i have redirect to home page... please tell me about HTTP 500 Internal server error is it tempory problem?
open the "header.php" file in your Theme Editor and search for the following: <title> <?php wp_title('--',true,'right'); ?> <?php bloginfo('name'); ?> </title> Code (markup): Your ">>" characters will be near this.
title bar is as <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
redirecting towards home page., u r getting 500 error becoz u did something wrong with template or wordpress file. You have to remove this code in ur header.php if u r not expert do not do it post here and we will help u. bcoz if u will do then maybe u will get 500 error again.