WordPress 模版基础
WordPress基本模板文件 style.css : CSS(样式表)文件 index.php : 主页模板 archive.php : Archive/Category模板 404.php : Not Found 错误页模板 comments.php : 留言/回复模板 footer.php : Footer模板 header.php : Header模板 sidebar.php : 侧栏模板 page.php : 内容页(Page)模板 single.php : 内容页(Post)模板 searchform.php :...
MoreWP中显示文章摘要the_content()
WordPress中内置了显示发布文章摘要的功能,在主题中显示文章摘要会减少页面加载时间,提高访问量。WordPress中显示摘要的函数为: <?php the_excerpt(); ?> 该函数可以与条件标签共同使用,例如需要在存档页面(由is_archive()函数判断)或分类页面(由is_category()...
More100个出色的WordPress Theme
原文:100 Excellent Free WordPress Themes 1. Vibrant WordPress Themes PFO Stripes [ Demo ] PFO Business [ Demo ] FFF Lemon Twist (Demo and Download) Several3 [ Demo ] Adreu r2 [ Demo ] Blogging Pro Theme [ Demo ] DM-Bloodless [ Demo] Illacrimo [ Demo ] Elixir Insense [ Demo ] Zeke 1.0 [ Demo ] jsThemeComes with a number of themes. Smashing Theme [ Demo...
More