This theme has no available custom post templates
-
Would someone help me out with this same issue? I have my template created, and it does not show. I’m putting the file I made (post-full-width.php) into: wp-content/themes/ElegantFusion/
Still does not show. Below is my PHP file.
<?php /* Template Name Post: Full Width */ ?> <?php get_header(); ?> <div id="content"> <div class="container clearfix fullwidth"> <div id="left-area"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php if ( comments_open() && 'on' == et_get_option( 'fusion_show_pagescomments', 'false' ) ) comments_template( '', true ); ?> <?php endwhile; ?> </div> <!-- end #left-area --> </div> <!-- .container --> </div> <!-- #content --> <?php get_footer(); ?>
https://www.ads-software.com/extend/plugins/custom-post-template/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘This theme has no available custom post templates’ is closed to new replies.