get_post($postId, "view");
//print_r($data);
$post = $data->data;
if(!empty($post['featuredimage'])){
echo "";
}
if(!empty($post['featured_image'])){
echo "
".$post['featuredimage']->title."";
}
echo "".$post[title]."
";
echo $post['pwapp_post_content'];
?>