Mark Collier
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add email subscription box to default post and page template?Didn’t quite work see: http://www.theopenalgorithm.com/other/why-you-shouldnt-monetize-your-new-blog/
I have a feeling that: <?php
the_content();
wp_link_pages();
?>
essentially mean the body and the plugins below the post.Is that correct?
If so do I need to edit another file with those plugins to have the email subscription box show up above the related posts and just below the content?
Thanks
Mark
Forum: Fixing WordPress
In reply to: How to add email subscription box to default post and page template?Thanks very much I really appreciate the help, I have updated the file.
Is there any way to move the iframe/subscription box to just below the content?
Forum: Fixing WordPress
In reply to: How to add email subscription box to default post and page template?The theme is eDegree: http://ww.wp.xz.cn/extend/themes/edegree.
Forum: Fixing WordPress
In reply to: How to add email subscription box to default post and page template?Hi Ipstenu
Thanks, I tried that and I got a fatal error, when I removed the code and updated the file again it was back to normal.