Adding Text to the Right Side of the Header
-
Hello,
I am wanting to add words below to the right side of my header to occupy the space between the top and bottom links.
Please follow this link to view a screenshot as I have a coming soon page up. Thanks.
Questions? Talk to Us!
(Picture of a small phone image) 800-000-0000
(Picture of an Envelope) Email Us! (then provide link to where email client opens up automatically)How would I go about doing this…
Here’s the current code in my header.
?><!DOCTYPE html>
<html <?php language_attributes() ?>>
<head>
<meta content="<?php bloginfo('html_type') ?>; charset=<?php bloginfo('charset') ?>" />
<title><?php wp_title('«', true, 'right') ?> <?php bloginfo('name') ?></title>
<link href="<?php bloginfo('template_url') ?>/css/saas-common.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?php bloginfo('template_url') ?>/css/saas-griddler.css" rel="stylesheet" type="text/css" media="all" />
<link href="<?php bloginfo('template_url') ?>/css/saas-<?php echo esc_attr(SaaS::getThemeOption('colorScheme')) ?>.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE]>
<script src="<?php bloginfo('template_url') ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->
<link rel="pingback" href="<?php bloginfo('pingback_url') ?>" />
<?php if (is_singular() && get_option('thread_comments')): wp_enqueue_script('comment-reply'); endif ?>
<?php wp_head() ?>
<!--[if lt IE 9]>
<script src="<?php bloginfo('template_url') ?>/js/saas-ie8.js" type="text/javascript"></script>
<![endif]-->
</head>
<body <?php body_class() ?>>
<div class="header">
<div>
<div class="center">
<h1 id="logo">/"><img src="<?php bloginfo('template_url') ?>/images/logo.png" alt="<?php bloginfo('name') ?>" /></h1>
<div class="topLinks"><?php wp_nav_menu(array('menu' => __('Top Links', 'saas'), 'theme_location' => 'top')) ?></div>
<div class=”nav”><?php wp_nav_menu( array(‘menu’ => __(‘Main Nav’, ‘saas’), ‘theme_location’ => ‘main’, ‘link_before’ => ‘<span>’, ‘link_after’ => ‘</span>’)) ?></div> -
-
-
@mikedariano – It’s MobileMiracles.com and the site it not hosted on WordPress.com.
@mobilemiracles7 – If it is a standalone WordPress install, the correct place for support is http://wordpress.org/support/ We cannot help you here. Best wishes.
- The topic ‘Adding Text to the Right Side of the Header’ is closed to new replies.
