Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mark Jindra

    (@dolomite13)

    Nevermind I think my problem is that shortcodes aren’t being applied in my content block. But I don’t know enough about WordPress to make that happen.

    <?php foreach( $pages as $page ):
    $content = $page->post_content;
    ?>
    <?php echo $content; ?>
    Thread Starter Mark Jindra

    (@dolomite13)

    ok nevermind I finally found it … i feel so stupid

    <?php echo do_shortcode($content); ?>

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