Mitro
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Striker] Closing the gap!I found out where to input that in style.css, thank you!
Forum: Themes and Templates
In reply to: [Striker] Closing the gap!@template Express, where do I input that in Editor?
Forum: Fixing WordPress
In reply to: How do I unlink the footer text?(Close this thread, issue resolved)
Forum: Fixing WordPress
In reply to: How do I unlink the footer text?@hostawesome I actually figured it out before you replied. (If only help would come faster on here next time since I constantly check on my site every hour or so)
Forum: Themes and Templates
In reply to: [Striker] How do I move the menu bar?Here’s the code btw, and I DID mess up the first time
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<!–[if lt IE 9]>
<script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js” type=”text/javascript”></script>
<![endif]–><?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<div id=”wrap”>
<div id=”page” class=”hfeed site”>
<?php do_action( ‘before’ ); ?>
<header id=”masthead” class=”site-header” role=”banner”>
<?php get_template_part( ‘inc/socmed’ ); ?>
<?php if ( get_theme_mod( ‘striker_logo’ ) ) : ?>
<div class=”site-logo”>
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><img src=”<?php echo get_theme_mod( ‘striker_logo’ ); ?>” alt=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>”>
</div>
<?php else : ?><div class=”site-introduction”>
<h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</div>
<?php endif; ?><?php $header_image = get_header_image();
if ( ! empty( $header_image ) ) { ?>
” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”>
<img src=”<?php header_image(); ?>” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”” />
<?php } // if ( ! empty( $header_image ) ) ?><nav role=”navigation” class=”site-navigation main-navigation”>
<h1 class=”assistive-text”><?php _e( ‘Menu’, ‘striker’ ); ?></h1>
<div class=”assistive-text skip-link”>“><?php _e( ‘Skip to content’, ‘striker’ ); ?></div><?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>
</nav><!– .site-navigation .main-navigation –>
</header><!– #masthead .site-header –><div id=”main” class=”site-main”>
Forum: Themes and Templates
In reply to: [Striker] How do I move the menu bar?I’m not a code expert, so I’ll screw up if I did this the first time, so how should I go about this?
Forum: Fixing WordPress
In reply to: How do I move the menu bar?@hostawesome apparently, I see no such option, but I will post my question in the other forum