template not working (single-ticket.php)
-
hello,
i use x theme from themeco. but inside each ticket another template is used automaticly. now i followed your tutorial, but it still cant get the teplate i am asking.my file “single-ticket.php”, is now looking like this:
<?php // ============================================================================= // VIEWS/RENEW/TEMPLATE-LAYOUT-FULL-WIDTH.PHP // ----------------------------------------------------------------------------- // Fullwidth page output for Renew. // ============================================================================= ?> <?php get_header(); ?> <div class="x-container max width offset"> <div class="<?php wpas_single_ticket(); ?>" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php x_get_view( 'ethos', 'content', 'page' ); ?> <?php x_get_view( 'global', '_comments-template' ); ?> <?php endwhile; ?> </div> </div> <?php get_footer(); ?>
what to do?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘template not working (single-ticket.php)’ is closed to new replies.