예제 #1
0
<?php

hocwp_get_theme_template('home');
예제 #2
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('index');
get_footer();
예제 #3
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('search');
get_footer();
예제 #4
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
while (have_posts()) {
    the_post();
    hocwp_get_theme_template('single');
}
get_footer();
예제 #5
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('archive');
get_footer();
예제 #6
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('category');
get_footer();
예제 #7
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('404');
get_footer();
예제 #8
0
<?php

hocwp_get_theme_template('page');
예제 #9
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('tag');
get_footer();
예제 #10
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('author');
get_footer();