Member
Member
ThreeDot   2009-08-22, 23:47
#1

I am not using RSS and would like to remove the relevant code from news.php to prevent the RSS icon and link from appearing. I am new to PHP and unsure what to remove without breaking the page.

`

`

Member
Member
sbillard   2009-08-23, 00:17
#2

Might help if you told us which theme you are running. Anyway, if you search your theme files for the string RSSLink you will find all the places that the link is printed. You need to remove those function calls.

Member
Member
ThreeDot   2009-08-23, 00:20
#3

I'm using a modified ZenPage theme. I can identify the RSSLink string but when I remove all or part of this chunk
`

`
the page breaks. I guess I'm just not sure what part exactly to delete.

Member
Member
sbillard   2009-08-23, 01:36
#4

Delete just the function call-nothing else.

Administrator
Administrator
acrylian   2009-08-23, 08:18
#5

The printZenpageRSSLink() call you posted is just one of three RSS calls in the zenpage default theme. There is one in the header (to show the icon next to the brower's address bar) and also another one on the sidebar.php page you might want to remove also.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.