Title: Hidoshi's Replies | WordPress.org

---

# Hidoshi

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Error loading this resource](https://wordpress.org/support/topic/error-loading-this-resource-2/)
 *  [Hidoshi](https://wordpress.org/support/users/hidoshi/)
 * (@hidoshi)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/error-loading-this-resource-2/#post-8742007)
 * So this is happening to me and I’ve tried deactivating plugins, reencoding the
   video and reuploading, and nothing.
 * Page here: [http://2017.conbravo.com/](http://2017.conbravo.com/)
 * The video plays fine in all desktop browsers, but fails on iPhone/iPad. Any ideas?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [wp_head() adding site title?](https://wordpress.org/support/topic/wp_head-adding-site-title/)
 *  Thread Starter [Hidoshi](https://wordpress.org/support/users/hidoshi/)
 * (@hidoshi)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/wp_head-adding-site-title/#post-2984786)
 * Ahh, that fixed it. Thanks alchymyth!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [wp_head() adding site title?](https://wordpress.org/support/topic/wp_head-adding-site-title/)
 *  Thread Starter [Hidoshi](https://wordpress.org/support/users/hidoshi/)
 * (@hidoshi)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/wp_head-adding-site-title/#post-2984781)
 * So I’m still confused as to how to remove the actual site name in the body. It
   actually does vanish if I clip out wp_head() from the header, but obviously I
   don’t wanna do that. I just really want to get the text to vanish.
 * Sorry if I’m a bit net-dumb. As much as I know about kludging, this one’s escaping
   me.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [wp_head() adding site title?](https://wordpress.org/support/topic/wp_head-adding-site-title/)
 *  Thread Starter [Hidoshi](https://wordpress.org/support/users/hidoshi/)
 * (@hidoshi)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/wp_head-adding-site-title/#post-2984774)
 * But in the case of <title></title> isn’t it just displaying the title within 
   the browser’s title bar? I don’t want that part going away.
 * Edit: Also, tried removing it. Still displaying the text.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [wp_head() adding site title?](https://wordpress.org/support/topic/wp_head-adding-site-title/)
 *  Thread Starter [Hidoshi](https://wordpress.org/support/users/hidoshi/)
 * (@hidoshi)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/wp_head-adding-site-title/#post-2984768)
 * The site is at [http://featherweightcreations.com](http://featherweightcreations.com)
   and the code is:
 *     ```
       <!DOCTYPE html>
       <html <?php language_attributes(); ?>>
       <head>
       <meta http-equiv="content-type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
       <title><?php wp_title(' | ', true, 'right'); ?><?php bloginfo('name'); ?></title>
       <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
       <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
       <?php wp_head(); ?>	
   
       </head>
       <body <?php body_class(); ?>>
       <div id="wrapper">
       <div id="branding">
       <img src="http://featherweightcreations.com/images/feather_logo.png" class="logo">
       <a href="<?php echo home_url() ?>/" rel="home"><?php bloginfo( 'name' ) ?><img src="http://featherweightcreations.com/wp-content/themes/cardboardSamurai/images/featherweight_title.png" class="title_block"></a>
       </div>
       <div id="container">
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems After Adding Index Page](https://wordpress.org/support/topic/problems-after-adding-index-page/)
 *  Thread Starter [Hidoshi](https://wordpress.org/support/users/hidoshi/)
 * (@hidoshi)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/problems-after-adding-index-page/#post-2393404)
 * That worked, thanks Esmi!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems After Adding Index Page](https://wordpress.org/support/topic/problems-after-adding-index-page/)
 *  Thread Starter [Hidoshi](https://wordpress.org/support/users/hidoshi/)
 * (@hidoshi)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/problems-after-adding-index-page/#post-2393173)
 * It’s in the main directory. There is indeed still an index.php and in wp-admin,
   unedited.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [List Authors with Pages](https://wordpress.org/support/topic/list-authors-with-pages/)
 *  Thread Starter [Hidoshi](https://wordpress.org/support/users/hidoshi/)
 * (@hidoshi)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/list-authors-with-pages/#post-988270)
 * Ah, actually… Allow me to clarify. We need to post a list of the /articles/, 
   and the author’s names next to /them/, in that order.

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