inove模版升级到1.2.2,并做相应的一些修改
2009年3月4日 作者:water
inove模版升级到1.2.2,并做相应的一些修改:
- 修改inove/templates/header.php,加入自由软件光盘U盘专卖店链接,为了使ie下也能正常显示,需要将inove/style.css中#title a的display: block;注释掉
- 导航菜单使用menu maker插件,以解决原有的wp_list_pages无法调用外部链接的问题
- 打开inove/templates/header.php
- 找到wp_list_pages(‘depth=2&title_li=0&sort_column=menu_order’);,前面加//注解
- 其下加id_menu_maker();
- 修改页面title <?php bloginfo(‘name’); ?><?php wp_title(‘ – ‘); ?> – <?php bloginfo(‘description’); ?>
- 修改.post .content的css,加入width:600px;以解决内容过长在ie6下宽度被撑开的问题
- 增加作者显示(插入到日期后面):span class=”date”><?php the_time(__(‘F jS, Y’, ‘inove’)) ?> 作者:<?php the_author() ?></span>,修改的文件包括:
- inove/index.php
- inove/single.php
- inove/archive.php
感谢MG12的劳动,我非常喜欢这套模版。