Title: Remove &#039;|&#039; on   tag
Last modified: August 21, 2016

---

# Remove '|' on tag

 *  [retmonando](https://wordpress.org/support/users/retmonando/)
 * (@retmonando)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/remove-on-tag/)
 * i want to **remove ‘|’** but error. please help me.
    this is my title on header.
   php
 *     ```
       <title><?php $blog_description = get_bloginfo( 'description', 'display' ); ?>
       <?php if (is_home() || is_front_page()) { ?>
       <?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?><?php echo " | (My Blog Tips)"; ?>
       <?php } elseif (is_single()) { ?>
       <?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?>
       <?php } elseif (is_category()) { ?>
       Arsip <?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?>
       <?php } elseif (is_tag()) { ?>
       Info tag <?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?>
       <?php } elseif (is_author()) { ?>
       Ditulis oleh <?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?>
       <?php } elseif (is_archive()) { ?>
       <?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?>
       <?php } else { ?>
       <?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?>
       <?php } ?>
       <?php if ( $paged < 1 ) {} else { echo (' | page '); echo ($paged);} ?>
       <?php if ( $cpage < 1 ) {} else { echo (' | comment page '); echo ($cpage);} ?></title>
       ```
   
 * thank you

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/remove-on-tag/#post-3877696)
 * What theme are you using? Where did you download it from?
 *  Thread Starter [retmonando](https://wordpress.org/support/users/retmonando/)
 * (@retmonando)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/remove-on-tag/#post-3877700)
 * i just add this dinamic title tag on my theme. this theme homepage [http://www.arrastheme.com](http://www.arrastheme.com)
   
   how to remove ‘|’ from title tag?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/remove-on-tag/#post-3877708)
 * I’m sorry but as you are using a non-WPORG theme, you need to seek support from
   the theme’s developers – paid or otherwise. We only support themes downloaded
   from wordpress.org here.
    Try [http://www.arrastheme.com/forums/](http://www.arrastheme.com/forums/)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove '|' on tag’ is closed to new replies.

## Tags

 * [title](https://wordpress.org/support/topic-tag/title/)

 * 3 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/remove-on-tag/#post-3877708)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
