mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogstream.git
synced 2025-08-26 07:43:35 +08:00
11 lines
167 B
PHP
11 lines
167 B
PHP
|
<?php get_header(); ?>
|
||
|
|
||
|
<div class="content">
|
||
|
|
||
|
<?php get_template_part('inc/page-title'); ?>
|
||
|
|
||
|
</div><!--/.content-->
|
||
|
|
||
|
<?php get_sidebar(); ?>
|
||
|
|
||
|
<?php get_footer(); ?>
|