page not caching
-
I’m trying to get this page to cache:
https://hsitickets.com/flower-and-patio-show-framed-in-tickets-form-2/It’s has a special page template to have NO style:
<?php /* Template Name: Tickets Form Page */ wp_head(); ?> <div id="framed-ticket-form" class="site-content" role="main" style="margin: 0px;"> <?php //Start the Loop. while ( have_posts() ) : the_post(); the_content(); endwhile; ?> </div><!-- #content --> <?php wp_footer(); ?>
Would this keep it from caching??? Is it because I don’t have the theme header stuff in there?
Thanks for any hints you might have!
- The topic ‘page not caching’ is closed to new replies.