• All google searches seem to think I want to display other feeds in wordpress. I am trying to find the reverse. Has anyone created a plugin that creates necessary html code that will present a block of wordpress posts from the RSS feed that I can place in a static html webpage elsewhere online?

    Or should I be using a simple embed code for that? I don’t want full posts though, only titles, images, and maybe a 50 word exert, and I want to control how many items from the RSS feed get displayed, such as 5 posts for example.

    In other words, I want to syndicate my own wordpress blog to a static html page I have access to elsewhere so people there can see what I am writing on my blog.

Viewing 1 replies (of 1 total)
  • You could use some javascript in the static HTML page that calls the REST API to retrieve the latest posts. But I’m not sure about what credentials are needed, if any, and if some are, how those would be secured. For read access of posts, it shouldn’t need credentials…

    If you don’t want to do javascript, just put a latest posts widget on your sidebar and copy the HTML source it generates, and paste that into the HTML page.

Viewing 1 replies (of 1 total)
  • The topic ‘Is there a WP RSS Feed plugin that exports code snippet you can use in html?’ is closed to new replies.