Hi, everyone. I have a wordpress blog attached to my website, I want to use javascript to load the title and url of the recent post of my blog (through Rss, maybe) and show it on the website sidebar. Because my site is absolutely static, so I cannot run php codes. That is why I need javascript. Thank you very much.
Basically, you need to create an AJAX request that gets the information and shows it on the page. But if you can't execute any sever-side language how would you get the last post? Try explaining a bit further, cause I think you're missing something...