This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze2-wordpress-theme/single-notitle.php

15 lines
294 B
PHP
Raw Permalink Normal View History

2022-12-17 19:46:29 +01:00
<?php get_header();
/*
Template Name: no-title-article
Template Post Type: post
*/
?> <!-- ouvrir header,php -->
2023-05-02 11:31:38 +02:00
<main id="skip">
2022-12-17 19:46:29 +01:00
<?php $haveTitle = false; ?>
<?php include(TEMPLATEPATH . '/components/article.php'); ?>
</main>
<?php get_sidebar(); ?>
<?php get_footer(); ?>