• hello everybody

    here is my wordpress blog http://www.Decentsms.com

    i want to edit the post title

    my current post title is like this

    Post name » Blog Archive » Post name


    and code is:

    <?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?>

    i want my Title to appear like this

    Category name >> Post Name

    is any body there who can do this

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘using a custom post page title..please help..!’ is closed to new replies.