Viewing 2 replies - 1 through 2 (of 2 total)
  • Probably but you haven’t given enough information for anyone to help you.

    Thread Starter ymous anon

    (@chicagodunn)

    I actually figured a solution —
    Find the page id for 5369

    <?php
    $my_id = 5369;
    $post_id_5369 = get_post($my_id);
    $content = $post_id_5369->post_content;
    $content = apply_filters(‘the_content’, $content);
    $content = str_replace(‘]]>’, ‘]]>’, $content);
    echo $content;
    ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘JQUERY TABS’ is closed to new replies.