Hello,
si tu veux garder ton theme actuel, ajoute un fichier tpl-moncustomtemplate.php (peu importe le nom)
Ton fichier doit commencer par ca.
et apres il faut l'assigner à ta page dans le back-office de WordPress.
Tu peux aussi créer ton propre theme.
Il faut pour ca au minimum ces 2 fichiers: style.css et index.php
avec dans style.css
si tu créer ton propre theme je te conseille de faire un header.php, footer.php, functions.php
<?php get_header();?> pour inclure le fichier header.php
<?php get_footer();?> pour inclure le fichier footer.php
voila