Hello,
How i can show the RSS Feed from my WordPress blog into my CakePHP website?
I need the result to be a list where i can use the html code:
<ul>
<li>feed item 1</li>
<li>feed item 2</li>
...
<li>feed item n</li>
</ul>
Hello,
How i can show the RSS Feed from my WordPress blog into my CakePHP website?
I need the result to be a list where i can use the html code:
<ul>
<li>feed item 1</li>
<li>feed item 2</li>
...
<li>feed item n</li>
</ul>