Adding Subscription Code from Feedburner
-
Morning,
I have set up an account with Feedburner and have some code to paste into my style sheet. I want the subscription to appear in the side bar, however I when i paste the code into my template it doesnt work! Any suggestions how to do this?The blog I need help with is: (visible only to logged in users)
-
-
-
Hi again, Daniel.
The link information applies to rss too, as you’ll see when you read it.
-
FYI – I just noticed which forum you posted this in. RSS and CSS are two very different things.
-
-
Ellaena,
Any idea how to remove the ‘feed on’ RSS buttons in the top right hand corner of my blog?
Thanks.
Daniel -
You’d need the CSS upgrade for that, using display:none You can play with it for free in the CSS editor but can’t save the changes without the upgrade.
-
-
Change inline to none in two places (they’re sequential) as I’ve done here.
#feedarea dl dt { display: none; margin-right: 5px; height: 45px; } #feedarea dl dd { display: none; margin-right: 5px; height: 45px; background:url(img/icon_feed.gif) no-repeat left center; padding-left:16px; } -
PS – I left it that way in case you ever want them back. All you’d have to do is change none to inline.
-
-
There’s always a good chance someone else has experienced the same thing, so checking the CSS forum tag will often turn up immediate answers:
https://en.forums.wordpress.com/tags/css
There’s one specific to your theme:
-
-
Hello dear
i need the full code for “Subscribe” so that the visitior enter thiar emails and i send them a news letter each month.
what is the full code for this?
please help.
- The topic ‘Adding Subscription Code from Feedburner’ is closed to new replies.