Exemplo n.º 1
0
<?php

hocwp_get_theme_template('home');
Exemplo n.º 2
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('index');
get_footer();
Exemplo n.º 3
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('search');
get_footer();
Exemplo n.º 4
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
while (have_posts()) {
    the_post();
    hocwp_get_theme_template('single');
}
get_footer();
Exemplo n.º 5
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('archive');
get_footer();
Exemplo n.º 6
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('category');
get_footer();
Exemplo n.º 7
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('404');
get_footer();
Exemplo n.º 8
0
<?php

hocwp_get_theme_template('page');
Exemplo n.º 9
0
<?php

if (!function_exists('add_filter')) {
    exit;
}
get_header();
hocwp_get_theme_template('tag');
get_footer();
Exemplo n.º 10
0
<?php

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