WP-Tiles won't show up with page.php
-
I’ve got a custom page.php file :
get_header(); ?> <div class="row-fluid"> <div class="span3 hidden-phone"></div> <div class="span6"> <?php tha_content_before(); ?> <div id="content" role="main"> <?php tha_content_top(); the_post(); get_template_part( '/partials/content', 'page' ); /*comments_template();*/ tha_content_bottom(); ?> </div><!-- #content --> <?php tha_content_after(); ?> </div><!-- #primary --> <?php get_sidebar(); /*get_footer();*/
If I am using this file as template for a page wp-tiles won’t show up (I’ve got just the shortcode [wp-tiles] in this page), but if I am using the standard _full_width.php file the tiles show up perfectly. Has anbody a idea what is going wrong ? (The page.php file above works like i want it, just the tiles won’t show up.)
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WP-Tiles won't show up with page.php’ is closed to new replies.