}
        ?>
                </div>
                <?php 
        //endif
        ?>
                <h3>Buy Tickets</h3>
                <div class="fs_showtimes h6_larger">

                    <?php 
        global $post;
        $backup = clone $post;
        if (wpmt_sessions_exist(get_field('wpmt_performance_id'))) {
            wpmt_display_sessions(get_field('wpmt_performance_id'), 7);
            $post = clone $backup;
            echo '<br /><br /><a href="' . wpmt_get_ticket_server_url() . '"></a>';
        } else {
            echo "No tickets available at this time";
            $post = clone $backup;
        }
        ?>
                </div>

                <?php 
        the_field('wpmt_performance_synopsis');
        ?>

                <?php 
        if (get_field('wpmt_performance_rt_rating')) {
            ?>
                    <div class="fds_rt">
Пример #2
0
            ?>
</div>
                <?php 
        }
        ?>

                <div><br />Buy Tickets</div>

                <div class="fs_showtimes">
                    <?php 
        global $post;
        $backup = clone $post;
        if (wpmt_sessions_exist(get_field('wpmt_film_id'))) {
            wpmt_display_sessions(get_field('wpmt_film_id'), 7);
            $post = clone $backup;
            echo '<br /><br /><a href="' . wpmt_get_ticket_server_url() . '">[SEE ALL DATES AND TIMES]</a>';
        } else {
            echo "No tickets available at this time";
            $post = clone $backup;
        }
        ?>
                </div>

            </div> <!-- end #fd_description -->


        </div> <!-- end #fd_film -->


        <?php 
    } else {