How Too Add A Link
-
Firstly i am using the drunk loser template:
my website can be seen at https://www.annasdiaries.com
so here is my question, you see the buttons at the top of the page?
Home>Submit News>About Us>Contact
How do i get these to work, here is the code i found relevant to these buttons:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?></title> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <meta http-equiv="content-language" content="en" /> <meta name="revisit-after" content="2 days" /> <meta name="MSSmartTagsPreventParsing" content="TRUE" /> <meta http-equiv="imagetoolbar" content="no" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php wp_head(); ?> <!--[if IE]> <style> #content_wrap { margin-left: 1px; width: 603px; } #navigation { margin-right: 0px; } </style> <![endif]--> </head> <body> <div id="site_wrap"> <div id="grunge_left"><img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/grunge_top_left.gif" alt="grunge" /></div> <div id="wrap"> <div id="banner"> <ul> <!-- Start of Menu --> <li class="menu_divider"></li> <li class="menu_item"><a href="<?php bloginfo('url'); ?>/"><img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/menu_arrow.gif" alt="" />HOME</a></li> <li class="menu_divider"></li> <li class="menu_item"><a href="<?php bloginfo('url'); ?>/submit-news"><img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/menu_arrow.gif" alt="" />SUBMIT NEWS</a></li> <li class="menu_divider"></li> <li class="menu_item"><a href="<?php bloginfo('url'); ?>/about-us"><img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/menu_arrow.gif" alt="" />ABOUT US</a></li> <li class="menu_divider"></li> <li class="menu_item"><a href="<?php bloginfo('url'); ?>/contact-us"><img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/menu_arrow.gif" alt="" />CONTACT</a></li> <!-- End of Menu --> </ul> <span class="logo"> <a class="text" href="<?php bloginfo('url'); ?>/" accesskey="1" title="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>"><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?><span title="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>"> </span></a> </span> </div> <div id="content_wrap"> <div id="image"> <!-- End of Rotating Image --> <img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/above_news.gif" class="imgspacer" alt="" /> </div>
Also, while getting these buttons to work how do i add another page to make them work? and what if i want to make one them an external link, i.e to google or something.
thankyou any who helps.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How Too Add A Link’ is closed to new replies.