• Resolved michaelborger

    (@michaelborger)


    Hello. Below is the code for my subscribe.php for my site, https://HawaiiHousingNews.com . You’ll see that the “Subscribe via RSS” is there in the sidebar, but somehow I’ve lost the “Subscribe via Email” visibility and function. I’m not very good with code, so if you can fix this please tell me exactly what to change or repost new code. Thanks so much for your assistance.

    CODE:
    <div id=”pp-subscribe” class=”clearfix<?php if ($pp_feed_id) echo ‘ pp-email-true’; ?>” style=”border-top:1px solid #ccc”>
    <ul class=”clearfix”>
    <li id=”pp-feed”>
    -a target=”_blank” href=”<?php if ($pp_feed_address) {echo $pp_feed_address;} else {bloginfo(‘rss2_url’);} ?>” title=”Subscribe to This Feed via RSS”>Subscribe <span class=”email-narrow”>to Our Feed</span> via RSS

    <?php if ($pp_feed_id) { ?>
    <!–<li id=”pp-email”>
    -a target=”_blank” href=”https://feedburner.google.com/fb/a/mailverify?uri=HawaiiHousingNews&loc=en_US&#8221; title=”Subscribe via Email” >Subscribe via eMail
    –>
    <?php } ?>

    </div>

    (I changed a couple < to – to prevent the WordPress site from altering the code to hotlinks)

  • The topic ‘Fixing the Subscribe via Email Link’ is closed to new replies.