• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
WordPress a2z

WordPress a2z

WordPress Dynamic API Reference

  • Home
  • Plugins
  • Themes
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / Files / page-templates/full-width.php


Lines:

1 to 45 of 45
<?php

/**
 * Template Name: Full Width Page
 *
 * @package WordPress
 * @subpackage Twenty_Fourteen
 * @since Twenty Fourteen 1.0
 */

get_header(); ?>

<div id="main-content" class="main-content">

<?php
if ( is_front_page() && twentyfourteen_has_featured_posts() ) {
  // Include the featured content template.
  get_template_part( 'featured-content' );
}
?>

	<div id="primary" class="content-area">
		<div id="content" class="site-content" role="main">
			<?php
      // Start the Loop.
      while ( have_posts() ) :
        the_post();

        // Include the page content template.
        get_template_part( 'content', 'page' );

        // If comments are open or we have at least one comment, load up the comment template.
        if ( comments_open() || get_comments_number() ) {
          comments_template();
        }
        endwhile;
      ?>
		</div><!-- #content -->
	</div><!-- #primary -->
</div><!-- #main-content -->

<?php
get_sidebar();
get_footer();
 

 View on Trac

Called by

    Invoked by

      Calls

      1 to 1 of 1
      • twentyfourteen_has_featured_posts() – A helper conditional function that returns a boolean value.

      Call hooks

      File name: page-templates/full-width.php
      Plugin ref: Twenty Fourteen
      Version: 3.0
      Deprecated?: No
      API Letters: F,P,T,W

      Published: 19th December 2019 | Last updated: 8th April 2020

      Primary Sidebar

      Information

      File name: page-templates/full-width.php
      Plugin ref: Twenty Fourteen
      Version: 3.0
      Deprecated?: No
      API Letters: F,P,T,W

      page-templates

      Footer

      WordPress a2z
      WordPress a2z
      WordPress Dynamic API Reference
      WordPress 5.6.2. PHP: 7.3.27
      WordPress a2z
      WordPress core a2z
      Genesis Theme Framework a2z
      Jetpack a2z
      WordPress develop tests
      Easy Digital Downloads a2z
      WooCommerce a2z
      Yoast SEO a2z
      WordPress Blocks

      Site:  wp-a2z.org
      © Copyright WordPress a2z 2014-2021. All rights reserved.


      Website designed and developed by Herb Miller
      Proudly powered by WordPress and oik plugins

      • Home
      • Blog
      • Sitemap
      • Sites