I have a basic HTML template:
<article>
<h3>Being a Freelance Designer</h3>
<p>Etiam porta sem malesuada magna euismod... <a href="#">Read more</a>
</p>
</article>
I have an RSS feed, http://www.justcode.us/feed, and I am trying to pull the title and content of each RSS entry and create an <article>
.
Each <article>
is for an RSS entry, with the <h3>
being the title and the <p>
being the body. The <a>
links back to the page article.
Can anyone help?
Here is a list of plugins that won't work as I need to load a feed from an external URL (These all use AJAX):