Just a quick question that I have been having trouble with all day. Hopefully my google skills just havent failed me 😉
I want to add an extra field to the <item>, something like:
<item>
<title></title>
<myfield></myfield>
</item>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Although I dont like answering my own questions, I figured out how and its rather simple…once its demonstrated. Credit does not go to me, but I found this link
then add the following within your feed class definition
Of course,
featuredwas the field I wanted to add… Thanks to the people at the link I posted above!