The online registration is closed now. You can purchase tickets onsite
Thank You To Our Sponsors
[insert_php]
$my_postid = 242;//This is page id or post id
$content_post = get_post($my_postid);
$content = $content_post->post_content;
$content = apply_filters(‘the_content’, $content);
$content = str_replace(‘]]>’, ‘]]>’, $content);
echo $content;
[/insert_php]