Specifically, we would like to have a Blogroll plugin on the WordPress page, but have that also appear on a website. So when we update info in the Blogroll, that automatically appears on the website too. Both the website and WordPress are on the same server. Would there be a specific Blogroll plugin that would do this, or is it generally possible with plugins?
Share
WordPress plugins have a very specific structure, and are likely not very usable elsewhere, however as they’re on the same server you can easily query the database with a mySQL query:
Assuming you’re using PHP you could then echo it out like this: