first commit
This commit is contained in:
13
wp-content/themes/New folder/pk2012_sold/single-faq.php
Normal file
13
wp-content/themes/New folder/pk2012_sold/single-faq.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
get_header();
|
||||
|
||||
while (have_posts()) :
|
||||
|
||||
the_post();
|
||||
|
||||
get_template_part('format', 'page-standard');
|
||||
|
||||
endwhile;
|
||||
|
||||
get_footer();
|
||||
?>
|
Reference in New Issue
Block a user