Hidoshi
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Error loading this resourceSo this is happening to me and I’ve tried deactivating plugins, reencoding the video and reuploading, and nothing.
Page here: http://2017.conbravo.com/
The video plays fine in all desktop browsers, but fails on iPhone/iPad. Any ideas?
Forum: Themes and Templates
In reply to: wp_head() adding site title?Ahh, that fixed it. Thanks alchymyth!
Forum: Themes and Templates
In reply to: wp_head() adding site title?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
In reply to: wp_head() adding site title?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
In reply to: wp_head() adding site title?The site is at 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
In reply to: Problems After Adding Index PageThat worked, thanks Esmi!
Forum: Fixing WordPress
In reply to: Problems After Adding Index PageIt’s in the main directory. There is indeed still an index.php and in wp-admin, unedited.
Forum: Fixing WordPress
In reply to: List Authors with PagesAh, 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.