<?php

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

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

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

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

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('archive');
get_footer();
<?php

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

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('404');
get_footer();
<?php

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

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

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