-1, 'orderby' => 'date', 'order' => 'ASC', 'post_type' => 'rateplan' ); $posts_array = get_posts( $args ); if(!$posts_array || empty($post->ID)) { $home_url = "location:" . home_url(); header('location:'.$home_url); } global $wpdb,$post; $product_wp_id=$post->ID; /*$cookie_name = "sel_product"; $cookie_value = get_the_title($post->ID); setcookie($cookie_name, $cookie_value, time() + (3600), "/");*/ iper_hook_css(); //richiama la funzione per settare gli stili. vedi functions.php get_header('product'); $feat_image = wp_get_attachment_url(get_post_thumbnail_id($post->ID)); $home_id = get_option('id_medical_home'); ?>
post_content; $content=apply_filters('the_content',$content); ?>