Skip to content

Instantly share code, notes, and snippets.

@riyandika
riyandika / ci_get_wp_posts.php
Created May 12, 2016 04:22
Get WordPress posts with CodeIgniter. A CodeIgniter Model Class to retrieve posts and images from your WordPress database.
<?php defined('BASEPATH') OR exit('No direct script access allowed');
/**
* @since May - 2016
* @author: Riyandika Andhi - twitter @riyandika_
* @see: https://gist.github.com/fernandoporazzi/6020733
*/
Class WP_Post extends CI_Model{