| View previous topic :: View next topic |
| Author |
Message |
andyuk
Joined: 12 Oct 2007 Posts: 1
|
Posted: Fri Oct 12, 2007 7:20 pm Post subject: Aweber Code |
|
|
Hi,
Please can someone tell me in easy to understand steps, How to paste the code we get from Aweber, put it into the right hand colum of a wordpress blog.
I want to put an email newsletter sign up box there.
Thanks
Andy |
|
| Back to top |
|
 |
Jim Hutchinson Moderator
Joined: 17 Jan 2006 Posts: 467 Location: Iowa, USA
|
Posted: Mon Oct 29, 2007 1:28 am Post subject: |
|
|
If your theme has a file named sidebar.php and it is writable, use the built-in editor (Manage / Files) to paste the code in the file where you want it to appear. That file accepts standard HTML.
Some themes use unordered lists to separate the various sections. Those will look something like this:
<li>
<h2>Archives</h2>
If so, then create yours like this:
<li>
<h2>Newsletter</h2>
(Aweber code here)
</li>
Hope that helps.
Jim Hutchinson |
|
| Back to top |
|
 |
|