Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Right now it only supports post and pages

    Thread Starter gverhaeg

    (@gverhaeg)

    OK.

    So, what I must change in the Page Fullwith template which display the page and the EVENT because I have choose this template in the Template Settings” of the Events.
    Here the Fullwith template code:
    <!– Begin main content –>
    <div class=”inner_wrapper fullwidth”>
    <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    <h1><font style=”text-transform: uppercase;”><?php the_title(); ?></font></h1>
    <div class=”page_fullwidth”>
    <?php the_content(); ?>
    <?php load_template (get_template_directory() . ‘/includes/print.php’); ?>
    </div>
    <?php endwhile; ?>
    <?php load_template (get_template_directory() . ‘/includes/BottomPage.php’); ?>
    </div>
    <!– End main content –>

    Many thanks

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