CodeIgniter Forums
Post type in Codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Post type in Codeigniter (/showthread.php?tid=65152)



Post type in Codeigniter - nkhan - 05-06-2016

Hi Everybody,

I think you  all  are  well.

I have been doing wordPress for last year, and i am really enjoy the WordPress for its awesome features like  custom post_type , taxonamy, 

shortcode etc. Now want to  create that types model . 

Please let me know if you have some better suggestions / guide lines 

Thanks for reading


RE: Post type in Codeigniter - advoor - 05-06-2016

What might be easier, and quicker, is actually just have a Wordpress install in a different folder / location, and use the REST API ( http://wp-api.org/ ) from your CI application to manage the post types, taxonomies, etc. Why re-invent the wheel?


RE: Post type in Codeigniter - nkhan - 05-06-2016

(05-06-2016, 07:07 AM)Hi , @advoor Wrote: Thanks