![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I just want to make sure I've done this right, I want to remove the Subscrbe box in the header...
I've already edited the header.png file to remove the graphical portion and then I went into the header.php and deleted the code below. It seems to have worked, but I just want to make sure I haven't deleted something that will cause a problem down the road. Does that look correct? Should I have deleted the <div class="headerright"> </div>? I left this in there, but there's really no code left in there now. Thanks for your help!!! Calum <?php // begin code for the eNews & updates section in the header ?> <p><a class="rsslink" rel="nofollow" href="<?php bloginfo('rss_url'); ?>"><?php _e("Posts", 'agentpress'); ?></a><a class="rsslink" rel="nofollow" href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e("Comments", 'agentpress'); ?></a></p> <form id="subscribe" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=<?php echo get_theme_mod('enews_id'); ?>', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <p><?php _e("Sign up for email news and updates!", 'agentpress'); ?></p> <input type="text" value="<?php _e("Enter your email address...", 'agentpress'); ?>" id="subbox" onfocus="if (this.value == '<?php _e("Enter your email address...", 'agentpress'); ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e("Enter your email address...", 'agentpress'); ?>';}" name="email"/> <input type="hidden" value="<?php echo get_theme_mod('enews_id'); ?>" name="uri"/> <input type="hidden" name="loc" value="en_US"/> <input type="submit" value="<?php _e("GO", 'agentpress'); ?>" id="subbutton" /> </form> <?php // end code ?> |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove Subscribe and Comments from Header | andemic5 | General Discussion | 4 | 02-07-2010 05:36 AM |
| Subscribe to Comments - Subscribe to Posts | AllinJac | General Discussion | 3 | 12-26-2009 07:26 PM |
| Remove Subscribe to Comments | mvt82969 | General Discussion | 2 | 12-15-2009 11:20 PM |
| Removing RSS + comments + email opt in on header | neurosci | General Discussion | 1 | 06-09-2009 05:24 AM |
| Removing News Feed/Comments Area in Header | fishman | General Discussion | 1 | 03-05-2009 07:55 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us