Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Clickable links in header


 
Prev Previous Post   Next Post Next
  #1  
Old Sep 27, 2011, 04:07 AM
Hugh
 
4 posts · Sep 2011
Clickable links in header

I studied the other threads related to clickable links in header, and they are closed so I am hoping this new one will get me an answer. I didn't want to use the suggestions in the other threads because I don't like tinkering with code or even theme options too much. So I simply stuck an image map on the front of the root index.php file that calls wordpress. The advantage of this approach, I thought, is that I can test the image map as a separate web page without tinkering with a live blog, and then paste it in. The problem is that Feedburner can't find the feed any more. It tells me 'It looks like this is a web page, not a feed'. It looks like a web page to me, too, but I would have thought it would look for a feed ON a web page. But then I haven't a clue how Feedburner works. My code is below. Any suggestions?
<?php
ob_start(); ?> [got this from another site to solve the 'can't modify headers' problem]
<html>
<head>
<title></title>
</head>
<body bgcolor="#FFFFFF">
<div align="center">
<p><map name="FPMap0">
<area href="books.html" target="_blank" shape="rect" coords="515, 2, 996, 245"></map><img border="0" src="header.jpg" usemap="#FPMap0"></p>
</div>
</body>
</html>
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
[... etc]
?>
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Header Ad is not clickable Henrietta Header configuration & styling 2 Aug 31, 2011 10:00 AM
[SOLVED] How to get links to be clickable in excerpts? teapot Excerpts, Read more, Pagination 2 Jun 6, 2010 04:29 PM
[SOLVED] Is it possible to have multiple clickable links in the Header or other graph Eric Bobrow Header configuration & styling 18 Mar 31, 2010 04:00 PM
want to place clickable icons in place of links (Home, About, etc.) agrossman Header configuration & styling 2 Aug 13, 2009 02:45 PM
[...] on excerpts - can they be made clickable links? HalfWayThere Excerpts, Read more, Pagination 10 Jun 28, 2009 02:36 AM


All times are GMT -6. The time now is 05:39 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.