Hello all,

the syndicate content appears only at my home page,I've disabled my syndicate content from the block and it does not appear on any of my pages except for the home page
I don't want that orange thing to be in the home page,
any suggestions or ideas

Comments

thomjjames’s picture

Hi,

You could remove it will a bit of CSS code or by adding the following code to your themes template.php file.

/**
 * remove RSS feed icon
 **/
function phptemplate_feed_icon($url){
  return;
}

This will remove it from all pages.

hope that helps,
Tom
______________________________________________
http://adrenalinehub.com/thomjjames - Action Sports Community
http://www.tomswebstuff.com

Latest projects:
http://www.blogyoursprog.com
http://autoconcourse.com

______________________________________________
https://tomswebstuff.com

erika’s picture

it worked!
thank u ,thank u ,thank u