Hello, Below is my footer area that was predesigned, when i got the theme. I’d love to use e-newsletter plugin with this site. How could i edit the input box for the newsletter so the emails can be used with your plugin ? Any advice is priceless…
</div><!– end body inside –>
<?php if(function_exists(‘set_theme_options’:wink:) : $FooterOptions = set_theme_options(‘footer_options’:wink:; endif; ?>
<!– begin footer –>
<footer id=”footer”>
<div id=”footer_bg_pattern”>
<div id=”footer_bg_pic”>
<div class=”inside”>
<div class=”footer-widget”>
<div class=”one-third”>
<h2><?php echo $FooterOptions; ?></h2>
<p>
<?php echo stripslashes($FooterOptions); ?>
</p>
<ul class=”footer-socials”>
<?php if($FooterOptions != ”:wink:: ?>
<li class=”rss”>
<?php endif; if($FooterOptions != ”:wink: : ?>
<li class=”twitter”>
<?php endif; if($FooterOptions != ”:wink::?>
<li class=”facebook”>
<?php endif; if($FooterOptions != ”:wink:: ?>
<li class=”dribbble”>
<?php endif; if($FooterOptions != ”:wink:: ?>
<li class=”vimeo”>
<?php endif; if($FooterOptions != ”:wink:: ?>
<li class=”skype”>
<?php endif; ?>
<span class=”clear”></span>
</div>
<div class=”one-third”>
<h2><?php echo $FooterOptions; ?></h2>
<p><?php echo stripslashes($FooterOptions); ?></p>
</div>
<div class=”one-third last”>
<h2><?php echo $FooterOptions; ?></h2>
<p><?php echo stripslashes($FooterOptions); ?></p>
<?php if(function_exists(‘eemail_show’:wink:): eemail_show(); ?>
<?php elseif($FooterOptions != “off”:wink:: ?>
<form id=”form_newslatter”>
<input type=”text” name=”newslatter” id=”newslatter” placeholder=”<?php echo $FooterOptions;?>” />
</form>
<?php endif;?>
</div>
<span class=”clear”></span>
</div>
<div class=”footer-bottom”>
<span class=”copyright”>
<?php echo stripslashes($FooterOptions); ?>
</span>
<nav id=”footer_menu”>
<!– begin footer menu –>
<?php
if ( ( $locations = get_nav_menu_locations() ) && $locations != 0):
wp_nav_menu( array( ‘theme_location’ => ‘bottommenu’ ) );
else:
?>
<?php endif;?>
<!– end footer menu –>
</nav>
</div>
</div>
</div>
</div>
</footer>
<?php wp_footer();?>
</body>
</html>