xabre 0 Report post Posted May 13, 2010 Hi, Hoping someone can help with 2 things related to the "Stay in Touch" column in the footer: 1) I would like to remove the Site RSS feed link, but can't see anything in theme options that would allow me to do this? Am I missing something? If there is no theme control, what's the best option to remove via custom code? 2) I would like to add some HTML text in this column instead. What's the best way to do this? Just to clarify, I am talking about the normal footer, not the widgetized footer sidebars. Thanks in advance for your help! Share this post Link to post Share on other sites
Andrew 207 Report post Posted May 13, 2010 1) I would like to remove the Site RSS feed link, but can't see anything in theme options that would allow me to do this? Am I missing something? If there is no theme control, what's the best option to remove via custom code? You have two options here: you can change it by editing the footer.php file, or you can use widgets for your footer. (in footer.php the code looks like this: `<?php _e('Site RSS Feed', TDOMAIN);?>` 2) I would like to add some HTML text in this column instead. What's the best way to do this? Again, you might be best served by using widgets in the footer, and using a text widget w/ some HTML included. Share this post Link to post Share on other sites