Title: Custom Header Issues
Last modified: August 20, 2016

---

# Custom Header Issues

 *  Resolved [naijay](https://wordpress.org/support/users/naijay/)
 * (@naijay)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/)
 * Currently my header is showing “buy beauty style earrings and necklace” as a 
   slogan. I want it to say the tag line that I entered in my settings. I tried 
   to try and hunt down the template that has the current slogan so I could modify
   it, however it is nowhere to be found.
    when I go to the header template, it 
   shows me ( div slogan= ) however “buy beauty style earrings and necklace” isn’t
   written there. Would someone be able to assist me with this? My site is [http://beefelle.com ](http://beefelle.com)
 * Thanks so much in advance!

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

 *  [IshaanRawat](https://wordpress.org/support/users/ishaanrawat/)
 * (@ishaanrawat)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764905)
 * what is written in the <div slogan????
 *  Thread Starter [naijay](https://wordpress.org/support/users/naijay/)
 * (@naijay)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764906)
 * [@ishaanrawat](https://wordpress.org/support/users/ishaanrawat/) This is the 
   code
 * <!– Slogan top –>
    <div class=”slogan_top”>
 *  <?php echo get_option(‘dcb_slogan’);?>
 *  </div>
    <!– /Slogan top —
 *  [IshaanRawat](https://wordpress.org/support/users/ishaanrawat/)
 * (@ishaanrawat)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764907)
 * so what you do is delete that <?php…..?> code and wrote your desired slogan without
   adding <p>…
 *  Thread Starter [naijay](https://wordpress.org/support/users/naijay/)
 * (@naijay)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764908)
 * [@ishaanrawat](https://wordpress.org/support/users/ishaanrawat/) I tried that,
   but nothing comes up with “buy beauty style earrings and neckalce”
 * I’m not sure what’s been going on, it’s been driving me crazy for over an hour
   now.
 *  Thread Starter [naijay](https://wordpress.org/support/users/naijay/)
 * (@naijay)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764909)
 * [@ishaanrawat](https://wordpress.org/support/users/ishaanrawat/) thanks so much
   that worked!
 * I have another quick question, My title keeps showing with the “/” symbol in 
   front of it, how do I remove it?
 *  [IshaanRawat](https://wordpress.org/support/users/ishaanrawat/)
 * (@ishaanrawat)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764910)
 * so delete `get_option('dcb_sloga');`
 * so the new code will be—>
    `<?php echo "Your desired slogan"; ?>`
 * This might resolve the problem
 *  [IshaanRawat](https://wordpress.org/support/users/ishaanrawat/)
 * (@ishaanrawat)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764911)
 * search for title tag in header.php
    and then give me the code…
 *  Thread Starter [naijay](https://wordpress.org/support/users/naijay/)
 * (@naijay)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764912)
 * [@ishaanrawat](https://wordpress.org/support/users/ishaanrawat/) yes it did thanks!
 * I have another quick question, My title keeps showing with the “/” symbol in 
   front of it, how do I remove it?
 *  Thread Starter [naijay](https://wordpress.org/support/users/naijay/)
 * (@naijay)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764913)
 * [@ishaanrawat](https://wordpress.org/support/users/ishaanrawat/)
 * <title>
    <?php if (is_home()) { echo bloginfo(‘name’); } elseif (is_404()) { 
   echo ‘404 Not Found’; echo ” / “; bloginfo(‘name’); } elseif (is_category()) {
   echo ‘Category:’; wp_title(); echo ” / “; bloginfo(‘name’); } elseif (is_search()){
   echo ‘Search Results’; } elseif ( is_day() || is_month() || is_year() ) { echo‘
   Archives:’; wp_title(); echo ” / “; bloginfo(‘name’); } else { echo wp_title();
   echo ” / “; bloginfo(‘name’); } ?> </title>
 *  [IshaanRawat](https://wordpress.org/support/users/ishaanrawat/)
 * (@ishaanrawat)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764914)
 * so wherever there is written `echo "/"` just replace that with `echo ">>(your
   desired symbol)"`
 *  Thread Starter [naijay](https://wordpress.org/support/users/naijay/)
 * (@naijay)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764915)
 * [@ishaanrawat](https://wordpress.org/support/users/ishaanrawat/) yes that worked!
   Thanks so much for your help! All the best, take care! 🙂
 *  [IshaanRawat](https://wordpress.org/support/users/ishaanrawat/)
 * (@ishaanrawat)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764917)
 * so just mark your topic resolved
 *  Thread Starter [naijay](https://wordpress.org/support/users/naijay/)
 * (@naijay)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764918)
 * I thought I did, well I’ll try it again.
    Thanks again, appreciate your help!
 *  [IshaanRawat](https://wordpress.org/support/users/ishaanrawat/)
 * (@ishaanrawat)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764920)
 * try it from the right sidebar option
 *  [IshaanRawat](https://wordpress.org/support/users/ishaanrawat/)
 * (@ishaanrawat)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764926)
 * In the right sidebar there is a option called this topic is:
    just mark it resolved

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

The topic ‘Custom Header Issues’ is closed to new replies.

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [slogan](https://wordpress.org/support/topic-tag/slogan/)
 * [tagline](https://wordpress.org/support/topic-tag/tagline/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 15 replies
 * 2 participants
 * Last reply from: [IshaanRawat](https://wordpress.org/support/users/ishaanrawat/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/custom-header-issues-1/#post-2764926)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
