Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Display recent post on a separate static site Re: Display recent post on a separate static site

#72933

Ok, so are you using WordPress for the blogging platform? I am not sure of your setup, but you can essentially create "static" pages within a WordPress installation and then at that point you could create a custom query to pull recent posts or post from a particular category or whatever you want.

If it’s another site outside the WordPress or blog installation, what I would do is create an RSS feed on whatever category or simply on the posts for recent posts and then implement that feed on the "static" site. This can be done a number of ways with either Javascript or PHP, and by now there should be some plugins out there that will do this with minimal configuration. I can gather up some links for you on how to do this if this is the necessary route.

If you can provide some more specific details about how the sites are setup and what services/technologies you are currently using I can provide some more definitive answers.