Move RSS Feed Icon to hover on header
-
Is there a way to change my code so that the rss feed hovers on the right side of my header instead of on the menu bar..here is my header php
site
https://www.thecockcrows.com<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”description” content=”<?php bloginfo(‘name’); ?>” />
<meta name=”keywords” content=”Put your own keywords here” />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /><title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ |’; } ?> <?php bloginfo(‘name’); ?></title>
<!– leave this for stats –>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><!–we need this for plugins–>
<?php wp_head(); ?>
</head>
<body><div id=”header”>
<h3>“><?php bloginfo(‘name’); ?></h3>
<div align=”center”>“><img src=”<?php bloginfo(‘template_url’); ?>/images/header.jpg” border=”0″ alt=”<?php bloginfo(‘name’); ?>” /></div><div id=”menu”>
-
<li class=”emphasis”>“>Home
- /feed/”><img src=”<?php bloginfo(‘template_url’); ?>/images/feed-icon-16×16.gif” alt=”Feed” width=”16″ height=”16″ border=”0″ />
<?php wp_list_pages(‘title_li=&depth=1’); ?></div>
<div id=”container”><!–header.php end–>
- The topic ‘Move RSS Feed Icon to hover on header’ is closed to new replies.