How do you render posts from outside wordpress?
The best ways to get content OUTSIDE of WordPress would be (listed in my order of preference): By using the WP REST API plugin (soon to be fully integrated into core) Via RSS feed as mentioned by @AricWatson in the comments above. Direct queries into the MySQL wp_posts and wp_postmeta tables. When content is rendered … Read more