Open Dental Software Plugin – Payment plans & Referrals

Posted by on Apr 27, 2010 in Computers, Open Dental | 3 comments

$post_id = 2553;
$queried_post = get_post($post_id);
$content = $queried_post->post_content;
$content = apply_filters(‘the_content’, $content);
$content = str_replace(‘]]>’, ‘]]>’, $content);
echo $content;
?>

Read More