9 lines
78 B
PHP
9 lines
78 B
PHP
<?php
|
|
/*
|
|
Template Name: FAQ page
|
|
*/
|
|
get_header();
|
|
|
|
?>
|
|
|
|
<?php get_footer(); ?>
|