Viewing 2 replies - 1 through 2 (of 2 total)
  • Exactly what we want to do, if you find a way to do it please post!

    http://www.starcomputersupport.com

    Thread Starter wearebase

    (@wearebase)

    Hi starcomputersupport,

    Found a work-around, it’s not pretty but it does work…

    $post_id = 2955;
    $queried_post = get_post($post_id);
    $content = $queried_post->post_content;
    $content = apply_filters('the_content', $content);
    $content = str_replace(']]>', ']]>', $content);
    echo $content;

    Create a page, place the shortcode in the page, then note the id of that page, swap your id for mine (2955) and paste the above code where you want the contact form to appear, boomshanka! – there’s the form 🙂

    Like i said, not pretty, but it does work!

    Best,
    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Highrise Contact] Calling forms outside of the loop’ is closed to new replies.