首先,下载最新的xampp lite(没必要用完整版的,对于wordpress来说lite版就足够了。官网上提供了两种格式下载,ZIP格式的是安装版,EXE格式的是自解压版,我这里选择了小得多的EXE,其实内容是一样的。
然后就是安装了,先解压到一个目录,我直接安装到了D盘根目录。解压后在D盘下就多出了一个xampplite的文件夹。
进入文件夹,执行名为“setup_xampp” 的批处理文件(后缀为.bat),成功后按任意键关闭窗口。
用xampp在本地搭建WordPress - Posted 2009年12月15日
首先,下载最新的xampp lite(没必要用完整版的,对于wordpress来说lite版就足够了。官网上提供了两种格式下载,ZIP格式的是安装版,EXE格式的是自解压版,我这里选择了小得多的EXE,其实内容是一样的。
然后就是安装了,先解压到一个目录,我直接安装到了D盘根目录。解压后在D盘下就多出了一个xampplite的文件夹。
进入文件夹,执行名为“setup_xampp” 的批处理文件(后缀为.bat),成功后按任意键关闭窗口。
wp theme tut:#3 Starting Index.php - Posted 2009年12月12日
Starting Index.php is the third lesson of my WordPress theme tutorial series. If you haven’t read lesson one and two, I’d suggest you read them. Otherwise, you will not have a clue of what I’ll show you in this lesson.
It’s time to stop reading and start creating your WordPress Theme. In this lesson, you’ll get your hands dirty with some WordPress codes. This is the part where you really need a WordPress blog installed on your computer, not an online blog because offline is more convenient.