Skip to content

Instantly share code, notes, and snippets.

@duongns
duongns / post-process.php
Created October 30, 2012 16:10 — forked from viruthagiri/post-process.php
WordPress Custom Post Type: Insert post via Frontend
<?php
/**
* post-process.php
* make sure to include post-process.php in your functions.php. Use this in functions.php:
*
* get_template_part('post-process');
*
*/
function do_insert() {
if( 'POST' == $_SERVER['REQUEST_METHOD']