Warning: Cannot modify header information - headers already sent by (output started at /home/leader/public_html/wp-content/plugins/custom-fields-rss/custom-fields-rss.php:15) in /home/leader/public_html/wp-includes/pluggable.php on line 1121
Getting this error in feed adress: https://www.leadergamer.com.tr/feed/
How can I solve this?
]]>Instead of giving the expected output in my feed I get this…
<b>Warning</b>
: call_user_func_array() [
<a href="function.call-user-func-array">function.call-user-func-array</a>
]: First argument is expected to be a valid callback, 'Extend_RSS_By_Custom_Fields::add_my_custom_field_node' was given in
<b>
/home/hcfcornw/public_html/home/wp-includes/plugin.php
</b>
on line
<b>470</b>
]]>
Your plugin does nothing to format special characters within the content. I was using this plugin on a large site with a lot of posts, and had a huge issue parsing the XML from the feed because of a single “&” that was interpreted as meaningful.
Could you at least add CDATA tags around the content, so that it is not interpreted by XML parsers as something other than content?
Otherwise, I like what this plugin is doing.
]]>Is there a way to add a URL to the custom field to get the following output?
<source url=”https://www.google.com”>Google</source>
]]>