You have several options.
XML-RPC
http://codex.wordpress.org/XML-RPC_Support is the place to start. The API exposes a large number of methods to access WordPress data “outside” of the full WordPress context. Difficult to setup, connection requests overhead.
wp-load.php
Include wp-load.php
to load up WordPress. You will need to chdir()
into WordPress first for this to work properly, depending on your environments and contexts. Easy.
chdir( 'wordpress' );
require( 'wp-load.php' );
foreach ( get_posts() as $post ) {
echo "<h2>{$post->title}</h2>";
}
This is very similar to the link you posted. The error you’re getting is probably an include that is relative to some path. So change directories before and after.
XML feeds
Parsing the feed may be overkill, unless you cache maybe. Highly discouraged.
Related Posts:
- Change Posts per page count
- Use category base slug in posts’ permalink
- Customizing HTML Editor Quicktags button to open a dialog for choosing insert options
- Sends out email to admin
- Can I force a metabox to be in one column?
- Get title of post without using the_title();
- Restrict access to post if it is currently being edited
- Get post from custom REST endpoint in Gutenberg
- Pagination not working on Custom Page Template
- How can I specify a category post on my home page
- Trying to put an array into ‘post__in’ => array() query not working
- WordPress won’t save any post
- How to search only by post title and category?
- Is there a way to change the color of a row in Post Administration based on the type of post?
- Phantom 302 status code when sending a POST requests on pages
- How to change what the post creation page looks like?
- Permalink Settings: optional settings doesn’t apply to editor
- Limit number of posts a user can make per minute?
- How do I allow users to follow a post and then allow admins to email all users who have followed that post?
- How can I remove “”
- Display posts from #6 to #20 on archive page
- How to start with post number x?
- Setting up navigation links for posts (first, prev, next, last)
- Posts page only shows one post
- How can i sort the categories by ID
- Sidebar links for different pages
- Add ajax load more function using WP API
- Add blogs to “Blogs i Follow” sidebar [closed]
- Exclude category from
- Display tag image in post using Taxonomy Images plugin index.php
- Blog page not working
- Words must be included and restricted words in new posts
- How to add a column to edit posts area in admin panel?
- Pausing and Resuming WP_Query results
- Can’t get buddypress notifications in front-end; why do I get this error?
- How to : pagination in 3 different custom loops on the same page
- How to disable WordPress blog folder
- Automatically add date to the auto generation of post slug
- Change Post Status From Front End
- Blog posts not displaying
- Customizing Comments on Posts
- Disable sticky option for specific categories
- Show only posts with images and a fixed amount of posts
- date issue with category post retrival
- Make post_content and other custom fields required
- How do I Redirect a WordPress Page?
- Random posts from a pool of posts
- Crazy Question – Updating Post ID
- Showing categories and subcategories with posts
- Post Image not displaying in category view
- Prevent Title Edit In post.php
- relating business and products with custom taxonomy?
- Send POST request to WordPress to make a new post
- Append ‘Continue Reading’ link if post length is more than 3 lines of text?
- Edit multiple custom post types while saving a new or edited post
- Moving the blog page
- Is it possible to lock all new and existing WordPress posts to one specific author?
- How to style archive post titles… but only those posts who have comments?
- Site URL is not redirecting correctly
- How to check if there are posts with the same tag
- Can i have more than one form for front end posting in one template [closed]
- How do I allow certain users to make a certain type of post?
- How To Download WordPress Audio Attachments
- How to make blog posts have their own urls?
- How to add content above footer in posts from specific category
- Show posts from two specific category in WP_Query
- How to pull latest posts from a specific category
- How to view a post from the wordpress admin screen
- Is it possible to change the default WP post table’s data source?
- call to jquery ajax failing with 500 error when passing extra data field
- How to create a button to filter posts (list) by meta value
- Blog images not showing on homepage
- How to make certain posts not appear on the main page, but instead only a newly created category(in the menu section)
- Not able to post data through wp-admin
- Double loop output
- AJAX load more posts not using correct category and repeating the same few posts
- Multiple Pages – Seperate blogs
- Post by Email – Shortcode for Language? [closed]
- Difficulty in creating and handling a complex post type
- Admin is showing all posts on page 1
- Display only current page -> posts tags in page
- 3rd Party Login in wordpress
- How to mix pages and sub-categories in a url
- Show a Category Specific Info Box
- Formatting error while publishing theblog from Microsoft Word
- Overwrite URL on blog posts
- post content includes and seo vs. duplicate content
- Posts don’t appear on the Blog page
- Display the first post’s comments of category in comments.php template
- Create post from form with image
- WordPress 3.2 – Problem with WYSIWYG editors in a custom post type?
- 301 Redirecting posts without %postid% (just %post_name%) in permalink to ones with %post_name%_%postid%
- On the post list, how do you show different text to the main content?
- Showing Unpublished Posts to Logged-out Users?
- I am creating a front end dashboard where I need to show all the posts by the current user. So, I need to show posts in publish
- Display draft posts on single pages [duplicate]
- Need All the posts with id, title and date [closed]
- List posts related to category on a div [closed]
- query_posts different amount of posts per page [duplicate]
- How to get only post=’product’