作者 波大人 | 波大人-网站日志 | Tags:
下载这个文件:http://www.mydaring.name/wp-content/themes/lovethemes/flash/countdown.swf ,并上传到你自己的网站下
打开模板文件夹下的sidebar.php,加入:<EMBED src=你上传的flash地址/countdown.swf width=180 height=180 type=application/x-shockwave-flash wmode="transparent" flashvars="yy=2006&mm=12&dd=31&hh=0&titler=我们在一起已经"></EMBED>
作者 波大人 | 波大人-网站日志 | Tags:
home.php则修改home.php,没有的话就修改index.php,找到<?php the_content(); ?>这一行,将其修改为以下代码:
<?php if(is_category() || is_archive() || is_home() ) {
the_excerpt();
} else {
the_content(‘Read the rest of this entry »’);
} ?>
<div class="details"><div class="inside"><?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?> so far | <a href="<?php the_permalink() ?>">Read On »</a></div></div>
作者 波大人 | 波大人-网站日志 | Tags:
本站情侣模板来自顾忍&三小姐,有需要的朋友自己去下载修改。 http://www.mydarling.me/?p=446
作者 波大人 | 波大人-网站日志 | Tags:
尝试了几个静态化方式,以下这个最方便。 1、windows服务器下,必须已安装ISAPI-ReWrite 2、网站属性设置,ISAPI筛选器中添加 UrlRewriter.dll 3、复制以下代码进:UrlRewriter.ini文件,重启下网站。 4、在Wordpress的设置里的固定链接处自定义为:post/%post_id%.html Read the rest of this entry »
作者 波大人 | 波大人-网站日志 | Tags: Tags: wordpress博客
ntty.net搭建wordpress夫妻模板 1、确认环境为php+mysql 2、用navicate在mysql中新建一个数据库和指定一个全权限的用户 3、将下载到的wordpress文件放到指定网站目录 4、输入网址:http://ntty.net 按提示输入数据库相关信息 5、下一步下一步,会生产一个管理员帐号。 6、进入管理后台,上传夫妻模板,建立管理员用户。