Title: bishop01's Replies | WordPress.org

---

# bishop01

  [  ](https://wordpress.org/support/users/bishop01/)

 *   [Profile](https://wordpress.org/support/users/bishop01/)
 *   [Topics Started](https://wordpress.org/support/users/bishop01/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bishop01/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bishop01/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bishop01/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bishop01/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bishop01/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Internet Explore Tab Title/Name change. How?](https://wordpress.org/support/topic/internet-explore-tab-titlename-change-how/)
 *  Thread Starter [bishop01](https://wordpress.org/support/users/bishop01/)
 * (@bishop01)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/internet-explore-tab-titlename-change-how/#post-1682703)
 * Got it working. Thank you all.
 * This did the trick. Not sure why it was showing ‘test’. go figure..
 * <title><?php elegant_titles(); ?></title>
 * with
 * <title>Whatever you want</title>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Internet Explore Tab Title/Name change. How?](https://wordpress.org/support/topic/internet-explore-tab-titlename-change-how/)
 *  Thread Starter [bishop01](https://wordpress.org/support/users/bishop01/)
 * (@bishop01)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/internet-explore-tab-titlename-change-how/#post-1682688)
 * thanks. Nothing under epanel/core_funtion nor custom_function.php.
 * Where can I find bloginfo or blogname files? I saw some references to it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Internet Explore Tab Title/Name change. How?](https://wordpress.org/support/topic/internet-explore-tab-titlename-change-how/)
 *  Thread Starter [bishop01](https://wordpress.org/support/users/bishop01/)
 * (@bishop01)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/internet-explore-tab-titlename-change-how/#post-1682683)
 * here is the theme function.php – Any ideas?
    I am using menu options to sort 
   my navigation links. not sure if this has something to do with it. Also, this
   issue is only on the homepage tab and not any of the other pages.
 * <?php
    require_once(TEMPLATEPATH . ‘/epanel/custom_functions.php’); require_once(
   TEMPLATEPATH . ‘/includes/functions/comments.php’); require_once(TEMPLATEPATH.‘/
   includes/functions/sidebars.php’); load_theme_textdomain(‘SimplePress’,get_template_directory().’/
   lang’); require_once(TEMPLATEPATH . ‘/epanel/options_simplepress.php’); require_once(
   TEMPLATEPATH . ‘/epanel/core_functions.php’); require_once(TEMPLATEPATH . ‘/epanel/
   post_thumbnails_simplepress.php’); function register_main_menus(){ register_nav_menus(
   array( ‘primary-menu’ => __( ‘Primary Menu’ ) ) ); }; if (function_exists(‘register_nav_menus’))
   add_action( ‘init’, ‘register_main_menus’ ); $wp_ver = substr($GLOBALS[‘wp_version’],
   0,3); if ($wp_ver >= 2.8) include(TEMPLATEPATH . ‘/includes/widgets.php’);?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Internet Explore Tab Title/Name change. How?](https://wordpress.org/support/topic/internet-explore-tab-titlename-change-how/)
 *  Thread Starter [bishop01](https://wordpress.org/support/users/bishop01/)
 * (@bishop01)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/internet-explore-tab-titlename-change-how/#post-1682655)
 * nothing under the theme I am using.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Internet Explore Tab Title/Name change. How?](https://wordpress.org/support/topic/internet-explore-tab-titlename-change-how/)
 *  Thread Starter [bishop01](https://wordpress.org/support/users/bishop01/)
 * (@bishop01)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/internet-explore-tab-titlename-change-how/#post-1682652)
 * Thanks. I found the header.php and the same code but don’t see
    **<title>test
   </title>**
 * Is there another place to look? What does this code mean?
    <title><?php elegant_titles();?
   ></title>
 * Here is the header.php code.
 * <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “[http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt](http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt);
   
   <html xmlns=”[http://www.w3.org/1999/xhtml&#8221](http://www.w3.org/1999/xhtml&#8221);
   <?php language_attributes(); ?>> <head profile=”[http://gmpg.org/xfn/11″&gt](http://gmpg.org/xfn/11″&gt);
   <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset
   =<?php bloginfo(‘charset’); ?>” /> **<title><?php elegant_titles(); ?></title
   >** <?php elegant_description(); ?> <?php elegant_keywords(); ?> <?php elegant_canonical();?
   >

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