Monday, 15 August 2011

php - File Uploader + XML generating script -



php - File Uploader + XML generating script -

i need admin panel, allows write content, , upload multiple images , pdf files, , need them in xml (rss feed) programme can fetch easily.

i thought blogs, eg. wordpress. dont provide tags attachments. there free script this? or there workaround?

what want feed have line <attachement>www.mywebsite.com/post11312/file.pdf</attachment>

if trying add together tags attachments in side of wordpress there plugin called attachment taxonomy support.

if want add together rss <enclosure> tag rss output of feed in wordpress news! it's built in.

on each post want add together enclosure or "attachment" add together custom field called "enclosure" field value equal url of file. little known function in wordpress, i'm not surprised didn't find lot it. custom field found rss_enclosure() function , outputted in feed.

php xml wordpress file-upload

No comments:

Post a Comment