最近为了制作江阴印刷网的风格,找到了wordpress的一些实用的代码,分享下吧。
先看截图和演示:

首页是网站的favicon图标,用下面一句话,可以把favicon在风格里实现。
- <link rel="shortcut icon" type="image/ico" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicon.ico" /></link>
无插件调用最新文章的例表(20代表要调用的文章数)
- < ?php wp_get_archives('type=postbypost&limit=20'); ?>
阅读全文 »