52dc0b9c5c
Fixes #30 Fixes #35 Fixes #36 Fixes #38 Fixes #40 Fixes #43 Fixes #44 Fixes #46 Fixes #47 Fixes #49 Fixes #51 Fixes #53
14 lines
294 B
PHP
14 lines
294 B
PHP
<?php get_header();
|
|
/*
|
|
Template Name: no-title-article
|
|
Template Post Type: post
|
|
*/
|
|
|
|
?> <!-- ouvrir header,php -->
|
|
<main id="skip">
|
|
<?php $haveTitle = false; ?>
|
|
<?php include(TEMPLATEPATH . '/components/article.php'); ?>
|
|
|
|
</main>
|
|
<?php get_sidebar(); ?>
|
|
<?php get_footer(); ?>
|