Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

Im having some trouble setting up the feedburner link for my blog. I want to get my blog up and running but am hesitant to do so until things are working properly.

Right now when someone clicks the "Heads or a Tale" link next to the customary RSS icon, it simply sends them back to the blog page rather then the feed link.

Heres a link to it so you can see what i mean: Heads or a Tale

However, when you click on the RSS icon it brings up the feed page. Does anyone know how I can make it so that clicking on the "Heads or a Tale" link will also send the user to the feed subscription page? I'd very much appreciate the advice.

share|improve this question

4 Answers

go to superuser.com

share|improve this answer

You could use the Wordpress Feed Locations plug-in - my understanding is that it does the substitution for you without you having to edit any pages. I started with this but I am now using the rather good Thesis theme which has this feature built in.

It may be obvious, but once you have got everything up and running, subscribe to your blog by both email and through your blog reader so you can see what everyone sees - sometimes you need to tweak something like fonts for readibility, for example.

share|improve this answer
Sounds like a plan. Ill test it out and post my results here. – Eric Amzalag Jan 29 '10 at 17:18

Do a text search on your code. Your link that isn't going where you want:

    <a class='rsswidget' href='http://www.headsoratale.com' 
title='all things Business, Politics, Philosophy, + More'
>Heads or a Tale</a>

The href should be:

'http://feeds.feedburner.com/HeadsoraTale'
share|improve this answer
I checked it out. Im using wordpress platform but it is self hosted. for some reason i havent been able to access the html files, only the php, so i havent been able to edit that in... Any idea how i can access the html file? (My knowledge of html is very very basic) – Eric Amzalag Jan 28 '10 at 16:46
I was checking the wordpress support forums for how to access the html of my self hosted blog, and one of the threads said that users cannot access or change the HTML or PHP... bit.ly/bag3Ba . do you know if this is true? – Eric Amzalag Jan 28 '10 at 17:14
Sorry, never worked with them. – JeffO Jan 29 '10 at 17:37
up vote 0 down vote accepted

The solution was actually pretty simple. I just needed to go to feedburner, get the HTML code for the feed button, and then create a text widget in my side bar to place the HTML in. Now the button works properly, and Heads or a Tale is ready to run.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.