调用头部标签:
<?PHP get_header();?>登录后复制
调用底部标签:
<?php get_footer();?>登录后复制
调用侧边栏标签:
<?php get_sidebar();?>登录后复制
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?><?php endwhile; ?><?php endif; ?>登录后复制
标题调用:
<a>"> <?php echo mb_strimwidth(get_the_title(), 0, 32, ''); ?></a>登录后复制
日期调用:
<?php the_DAte_xml()?>登录后复制
页面名字调用:
<?php wp_title('');?>登录后复制
<?php kriesi_PAgination($qUEry_string); ?>登录后复制