WordPress Post Pull
Motivation. The underlying idea for this script was to have a central database that remote sites could pull relevant posts from. This script also solved my dilemma of separating more personal blog posts from public posts without resorting to password and user authentication methods which can become a hassle for the user.
Technology. A straightfoward script includes a WordPress header allowing easy tie-in to its API via PHP. It is very similar to creating a theme, but having more control over what posts are pulled from the database and how it is presented.
Technology. A straightfoward script includes a WordPress header allowing easy tie-in to its API via PHP. It is very similar to creating a theme, but having more control over what posts are pulled from the database and how it is presented.
