Jump to content
Sign in to follow this  
xabre

iBlogPro4: Changes to Stay in Touch column in footer

Recommended Posts

xabre

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
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

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

    Sign in to follow this  

    ×