Hi, installed subscribe me plugin as described but nothing appears on my site, you can check it out at http://atria-rh.com/blog
Any idea what I could try ?
Thank's,
Hi, installed subscribe me plugin as described but nothing appears on my site, you can check it out at http://atria-rh.com/blog
Any idea what I could try ?
Thank's,
Are you calling this from the sidebar?:
<?php the_subscribe_links(); ?>
Uh... are you talking about sidebar.php ? I have a couple in my directories, wich one would be in use ?
Which theme are you using? You should modify the active theme's sidebar.php template. Or, if you have theme switcher and more themes in use, you should modify all of them.
You have to go into your theme editor and click on sidebar.php. Then you need to find out where you want the subscribe me section to be, and then add the following code:
<?php the_subscribe_links(); ?>
OK, where in the code shoul I drop this line ?
Wherever you want it to appear :)
I know you're going to laugh but was is the Theme Editor ? I'm accessing these files through Dreamweaver... Is this what you mean ?
IT WORKS !!!! THANK YOU.
This topic has been closed to new replies.