Archive for the ‘建站日志’ Category

[建站日志] wordpress中的面包屑导航

2010.10 23

wordpress中的面包屑导航 在single.php 中找到如下代码: d57b5edb43bec96297e8e28b7218de74000 在其前面添加: d57b5edb43bec96297e8e28b7218de74001 Read the rest of this entry

[建站日志] 我的新wordpress 主题

2010.10 12

今天我的wordpress主题算是基本完成了。 所以从今天晚上开始上线测试。 ps: 另外补充,今天是第三次相亲。和以前的不一样。今晚上有大人陪同。进展还算顺利,不是吗? 2010-11-30:今天早上完善了几处错误吧。single 和page 这两 Read the rest of this entry

[建站日志] wordpress添加google广告

2010.9 5

如果用修改模板的方式添加google广告的话,可以试一下: 1:找到模板中的single.php。 <?php the_content(); ?> 是显示文章的内容的。在其前面添加 <div style=”float:right; padding-bottom:10px;padding-top:10px;”> google adsense  广告代码 R Read the rest of this entry

[建站日志] Google PIN

2010.9 5

今天终于收到了传说中的PIN。 这个小东西居然让我等了这么久。在google adsense后台输入pin后,发现以前的广告单元都没有了。以前添加的广告都还是公益广告。不知道是怎么搞的?还要多久才能正常显示。 原来广告单元都变成 Read the rest of this entry

[建站日志] google 开始挣钱了

2010.3 19

今天打开google adsense 的账户,发现有$0.01了。 如果每天有这么多,要达到$100,还需要10000天才行啊。 看来还需要努力。 2010-03-20:今天一早就看到外边是黄色的天气。GD已经到了$0.57了。 Read the rest of this entry

[建站日志] Blog换服务器了!

2009.11 4

Blog 换服务器了。 由于原来的设置都是慢慢改的,这次转移显得很繁琐。 主要有这么几点: 1:服务器软件的安装和设置,主要是apache,php和mysql数据库。设置主要是apache的配置文件。mysql主要是数据的导入。这些都很简单。 2: Read the rest of this entry

[建站日志] upgrade wordpress to 2.8.1

2009.7 18

今天突然想起要升级一下wordpress,作为第100篇,另做一下记录。 1:备份。把数据库备份一下(还好我的博客每天备份三次)。 2:删除原来的wp-includes 和 wp-admin这两个目录。这里面的东西我都没有修改。wp-content目录里是插件和 Read the rest of this entry

[建站日志] 新网站

2009.7 6

忙活了几天,也没个成果。 前段时间,在做一个图片的网站。做的太简单了,简直不堪入目。mm.sunliguo.com 还有个bbs,这两个程序都是参考或者修改别人的。都是用shell脚本写的,很麻烦。比起php,可麻烦了。 看着别人做网站都 Read the rest of this entry

[建站日志] 准备启用新域名

2009.6 12

今天晚上新注册了com的域名 准备这几天就把这个域名给添加上,这里的网费也到期了。我也该搬家了。 DNS修改好了,网站也修改好了。 DNS的修改很简单,直接把pietty.cn 的配置文件复制一份,再稍微修改一下就可以了。 网站的 Read the rest of this entry

[建站日志] Create WordPress Themes

2009.5 19

找到一个创建wordpress主题的教程 http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/ Read the rest of this entry