Hello, I need to find out how to make the blog at the footer of the template I purchased pull feed from a wordpress blog my client created themselves. How do I link the footer blog feed to their blog posts?
I posted a thread yesterday and got several rude responses. Please, if you do not have anything nice to say, do not say it at all. I am just looking for some code help. That is all.
Here is what the code in the footer is:
<div class="span-6">
<img src="images/icons/blog.png" alt="" class="footer_icon left" />
<h4>Latest from the blog</h4>
<h6><a class="link" href="blog-post.html">Premium Wordpress Theme</a></h6>
<p class="small">Nearly a third of all bottled drinking water purchased in the US is contaminated with bacteria.<br /><br />If you need help, please do not hesitate. Nearly a third of all bottled drinking water purchased in the US is contaminated.</p>
</div>
My issue is, there is Twitter feed in the footer, and I was able to connect the client’s twitter feed to where it automatically posts on the footer. There was a .js form for the twitter feed. I do not see a .js form for the blog feed. To me it looks like the template designer just typed in their recent blog posts, instead of creating a .js file to pull the posts from the blog. I do not have the time, nor money from the client to find out every time they post on their blog and post them to the footer of every page myself…
blog feeds/pages on site templates are just mockups for users who choose to use integrate their own solutions.
You’ll need to pull in your own way either by RSS or other means
- Sold between 250 000 and 1 000 000 dollars
- Community Moderator
- Author was Featured
- Item was Featured
- Bought between 50 and 99 items
- Referred between 1000 and 1999 users
- Has been a member for 3-4 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
Maybe try something like https://github.com/sdepold/jquery-rss
