logo
  • Home
  • About
  • Archive
  • GuestBook
  • Feed Help
  • Tumblr

Tag for "theme"

roam iblue theme for wordpress download

Saturday September 29, 2007

主题信息

  • roam iblue theme 基于 lifesinger’s iblue theme 制作
  • roam iblue theme 适用于 wordpress 2.x 版本,含 wordpress 2.3 版本
  • roam iblue theme 使用 IE6.0/7.0, Firefox 2.0.0.7,Opera 9.21 等测试
  • roam iblue theme 通过 XHTML 1.1
  • roam iblue theme 默认支持多款非常实用的插件
  • roam iblue theme 默认自带多个归档页面模版,供选择,同时包含插件页模版

主题安装

上传到`/wp-content/themes/`目录,在后台选择即可,压缩包里已经包含 Trackping Separator 这个插件,一定要安装上。

插件推荐

  • Clean Archives Reloaded
  • Popularity Contest
  • Recent Comments
  • WP 2.3 Related Posts
  • Related Posts 2.3(漫步修改过的一个插件,可选)
  • Viper’s Plugins Used
  • WP-PageNavi

主题预览

见本站

主题下载
[download=2]

7 Comments »

roam iBlue theme for wordpress

Wednesday September 26, 2007

很喜欢 ifesinger’iblue 这个主题,所以漫步开通新博客以来一直使用这个主题

但为了满足我个人的需要,我对主题进行了全面升级,修改了相当部分代码,我当前所使用的主题是在lifesinger’s iblue 的基础上进行修改的,参考了 nicky 的 iblue 和 lifesinger 的 lifesinger’s iblue 等,并正式更名为roam’s iblue。

lifesinger’s iblue 应该是在 nicky’s iblue的基础上进行修改的,我现在感觉好像又改回nicky’s iblue的样式样,哈,不过还是有很多不同的,。

修正,lifesinger‘s iblue 只是参考了 nicky’s iblue,但并不是在 nicky’s iblue 的基础上修改的,而 漫步 修改的 roam’s iblue 是综合了这两上 theme 的一些功能,进行添加、删除、修改出来的。

修改内容有:

  1. 由原来的两栏改成三栏显示
  2. 搜索条移到 header 部
  3. 兼容 wordpress 2.3
  4. 兼容 utw tags 和 wordpress tags
  5. 通过 xhtml1.1 验证
  6. 集成多个插件输出代码,前提是启用某个插件
  7. 其它一些修改

roam’s iblue 兼容插件列表:

  • 必需:
  1. Trackping Separator – 使用说明及模版修改方法可以看这里
  • 可选插件:
  1. Event Calendar
  2. Popularity Contest – 在 wordpress 2.3 下存在兼容问题,待解决。
  3. Random Posts for Chinese
  4. Recent Comments
  5. Related posts
  6. Ultimate Tag Warrior – 默认为首先显示 utw 的 tag,如果未启用 utw 插件,则显示 wordpress tags
  7. WP-PageNavi

以上插件只有在启用后才会调用并显示,如有朋友需要,漫步可提供下载

3 Comments »

升级主题 添加 wordpres 2.3 tag 支持

Sunday September 23, 2007

wordpress 2.3 明天就要发布了,很多人都已经做好了升级的准备,为什么要升级到 wordpress 2.3,可以参考 漫步 的文章:

  1. wordpress2.3 你应该知道的几件事
  2. WordPress 2.3 RC1

由于 wordpress 2.3 内置了 tag 功能,我想大家都会愿意选择原生 tag 取代 utw 的 tag 实现,在主题中实现 wordpress 2.3 原生 tag 功能,很简单,漫步在 WordPress 2.3 RC1 一文中有给出方法,代码如下:

<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>

但如果你是一个主题设计者,就应该考虑到兼容性的问题,因为并不代表所有人都会更新到 wordpress 2.3,还有相当一部分人还会选择使用 2.2及以下的版本。所以在设计主题的时候不应该就直接添加上面这段代码而已,而应该这样对主题模版进行修改:

Tag 输出

<?php /* tags */ if (function_exists('the_tags')) { ?> 
/*此处可添加 div 定义,自定义样式输出tag */
/*<div class="tag"> */
<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
/*</div> */
<?php } ?>

Tag Clouds的输出

<?php /* tag cloud */ if (function_exists('wp_tag_cloud')) { ?> 
/*此处可添加 div 定义,自定义样式输出tag_cloud */
/*<div class="tagcloud"> */
<?php wp_tag_cloud(); ?>
/*</div> */
<?php } ?>

另,漫步认为不管你是主题设计者,或主题使用者也好,当修改相应模版以增加新功能时,都应该如上形式进行修改,保持良好的兼容性。

Add Comment »

Page 9 of 9« First...«56789
  • Feedburner
  • Feedsky
  • flickr Photos

    小巷路边摊老宅Hey, I See You
  • Latest Posts

    • 如何从 0 开始学 ruby on rails (漫步版)
    • 20111028
    • 第一次学游泳
    • 祝我生日快乐
    • 新浪微博
    • 2010 年
    • 20100923
    • Koi Theme Release
    • 新年快乐
    • 25 Fresh, Clean and Unique Wordpress Themes

© 2007 - 2012 漫步, designed by roamlog, Valid XHTML CSS | 赣ICP备07002199