Framework 33 – Modify RSS Feed

Open”ndframwork/core/ndsThemeOpt.php”  and copy “ndsRssImage” function, than open “ndframwork/core/ndsThemeOpt.php” go on the bottom of the file and just before the last “}” paste the function and change the function’s name in what you need.

Copy from “ndframwork/core/ndsThemeOpt.php” this 2 lines

add_filter(‘rss2_ns’,array(&$this,’ndsRssMedia’));
add_filter(‘rss2_item’,array(&$this,’ndsRssImage’));

and paste it in the costruct of the “ndframwork/core/ndsThemeOpt.php”, than change “ndsRssMedia and ndsRssImage” with the customRss Function you have created before.

 

Now you can change the custom function you have created.