wordpress常用标记

博客地址:bloginfo('url');

博客名称:bloginfo("name");

博客描述:bloginfo("decription");

文章内容:

<?php the_post();?>
<?php the_title();?>
<?php the_content();?>

博客类别:the_catagory();

日志作者:the_author();

posted @ 2014-02-01 00:19  kedarui  阅读(141)  评论(0编辑  收藏  举报