wp-productzilla/wp-content/themes/blocksy/page.php
rizal.productzilla e38e8b231d templating
2024-04-01 16:08:46 +07:00

17 lines
395 B
PHP

<?php
/**
* The template for displaying all pages
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site may use a
* different template.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Blocksy
*/
get_template_part( 'single' );