StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-02-2009, 09:25 AM
Calum Calum is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Nov 2009
Posts: 13
Default Removing the Subscribe RSS Post/Comments in Header

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -5. The time now is 12:16 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.