home

Tags

wordpress 在第一篇文章后面添加GG AD

July 15th, 2006

首先登陆后台-Presentation(风格)-Theme Editor(编辑风格) -Main Index Template(编辑index)

1,找到

  1. <?php if (have_posts()) : ?>

在后面添加\r

  1. <?php $counter = 1; ?>

2,找到

  1. <?php the_content(''); ?>

在后面添加\r

  1. <?php $counter = $counter + 1; ?>

3,找到

  1. <?php endwhile; ?>

在上面添加\r

  1. <?php  if(2 == $counter){
  2.          echo ' 你的GG代码...';
  3.       } ?>

4,Over…

google sitemap for wordpress 中文版

May 29th, 2006

下载:sitemap.incl.lang.zip
wordpress2.0.2版测试成功…其余版没测试过,不过应该也可以用。。\r
安装:
1,解压
2,上传整个文件夹至wp-content/plugins/目录
3,在根目录下建立2个文件:sitemap.xml和sitemap.xml.gz
修改为可写(属性777)win主机不需要这一步
4,后台-插件-激活.
5.选项-sitemap-随便你怎么样都行了。。。。。。

Auto Links

May 7th, 2006

wordpress,关键字自动链接的插件 Auto Links

下载:http://www.headzoo.com/downloads

安装:解压,全部上传到plugins,先设置权限\r

wp-content/plugins - 755
wp-content/plugins/auto_links - 755
wp-content/plugins/auto_links/klogs - 777
wp-content/pugins/auto_links/klogs/auto_links.log - 777
wp-content/pugins/auto_links/klogs/kviewer.php - 644

然后去option里设置使用就行了…