Title: page not caching
Last modified: August 21, 2016

---

# page not caching

 *  [dleigh](https://wordpress.org/support/users/dleigh/)
 * (@dleigh)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/page-not-caching/)
 * I’m trying to get this page to cache:
    [http://hsitickets.com/flower-and-patio-show-framed-in-tickets-form-2/](http://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!
 * [https://wordpress.org/plugins/wp-super-cache/](https://wordpress.org/plugins/wp-super-cache/)

The topic ‘page not caching’ is closed to new replies.

 * ![](https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=3506220)
 * [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-cache/reviews/)

## Tags

 * [not caching](https://wordpress.org/support/topic-tag/not-caching/)
 * [page template](https://wordpress.org/support/topic-tag/page-template/)

 * 0 replies
 * 1 participant
 * Last reply from: [dleigh](https://wordpress.org/support/users/dleigh/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/page-not-caching/)
 * Status: not resolved