How can I export my content as RSS feeds to feedburner
How can I export my content as RSS feeds to feedburner
How can I export my content as RSS feeds to feedburner
Re: How can I export my content as RSS feeds to feedburner
Hello,
the News module can export as RSS. see makerssbutton="true" in the help of the module in "extensions" in the admin panel.
Pierre M.
the News module can export as RSS. see makerssbutton="true" in the help of the module in "extensions" in the admin panel.
Pierre M.
Re: How can I export my content as RSS feeds to feedburner
Thanks for your reply Pierre:
I tried it but all I get is the news as feeds I want information just from this page:
http://www.wdclub.com/resources/internet-marketing/
How would I do that?
Thanks
Sorry I'm a newbie:)
JB
I tried it but all I get is the news as feeds I want information just from this page:
http://www.wdclub.com/resources/internet-marketing/
How would I do that?
Thanks
Sorry I'm a newbie:)
JB
Re: How can I export my content as RSS feeds to feedburner
You are right JB, the News module handles news.
The core handles pages. There is a shared user defined tag (UDT) that "outputs a list of the 10 most recently updated pages". I'm confident this loop can be lightly modified to export as RSS rather than HTML.
Pierre M.
The core handles pages. There is a shared user defined tag (UDT) that "outputs a list of the 10 most recently updated pages". I'm confident this loop can be lightly modified to export as RSS rather than HTML.
Pierre M.
Re: How can I export my content as RSS feeds to feedburner
any idea how to do this modification?Pierre M. wrote: You are right JB, the News module handles news.
The core handles pages. There is a shared user defined tag (UDT) that "outputs a list of the 10 most recently updated pages". I'm confident this loop can be lightly modified to export as RSS rather than HTML.
Pierre M.
Re: How can I export my content as RSS feeds to feedburner
Hello,
I don't know RDF exactly but I bet the lines begining with "$ouput =" or "$output .=" should be changed from , , , to , , , , etc. The News module code is a working sample for this.
Pierre M.
I don't know RDF exactly but I bet the lines begining with "$ouput =" or "$output .=" should be changed from , , , to , , , , etc. The News module code is a working sample for this.
Pierre M.