Show post content in two different places without redirect
I ended going the CPT route, as I couldn’t figure out other way. Just added a bunch of logic to duplicate/modify/delete the normal posts when needed. <?php // function for the CPT function SU_kuuma_kysymys_type() { // creating (registering) the custom type register_post_type( ‘kuuma_kysymys’, /* (http://codex.wordpress.org/Function_Reference/register_post_type) */ // let’s now add all the options for this … Read more