Custom theme page not recognized
-
Hi There!
I have several custom page templates. Their all showing up as a page template in the page editor as the W3C Minify settings. Except one: it is showing up under the page editor, but nog in the W3C Minify settings!
The page (page_topotrainer.php) starts as following:
<?php /* Template name: Topotrainer */ ?> <?php $arcGISAPIoptions = get_option( 'tpgrf_theme_arcGISAPI_options' ); $arcGISAPIversion = $arcGISAPIoptions['arcGISAPI_versionnumber']; ?> <!doctype html> <html> <head> <?php header('X-UA-Compatible: IE=edge,chrome=1'); ?><!-- Needed to display rounded corners in IE9 --> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"/> <!--The viewport meta tag is used to improve the presentation and behavior of the samples on iOS devices-->
The page is not showing op in the Total Cache plugin. Any thoughts what my cause this trouble?
Edit: I just realized, it looks like the caching plugin is not picking up this page at all, although there is a call to wp_head(); included… (Live here, google pagespeed suggests that there is no caching atm )
- The topic ‘Custom theme page not recognized’ is closed to new replies.