看看适合你不 我的Wordpress培训计划 我的原创噢_PHP_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > PHP > 看看适合你不 我的Wordpress培训计划 我的原创噢

看看适合你不 我的Wordpress培训计划 我的原创噢

 2011/12/29 17:29:21  guangqiang  http://guangqiang.iteye.com  我要评论(0)
  • 摘要:WordpressInstallation(1hour)MakesureyouhaveApache(orIIS)+MySql+PHPinstalledonyourcomputerandyoucansuccessfullygetaPHPwelcomepageinyoubrowser.Tips:Ifyouhavenoneofthem,anintegratedenvironment,XAMPPorPHPStudyorEasyPHPisrecommended
  • 标签:原创 培训 WordPress

Wordpress Installation (1 hour)

Make sure you have Apache(or IIS) + MySql + PHP installed on your computer and you can successfully get a PHP welcome page in you browser.

Tips:If you have none of them, an integrated environment , XAMPP or PHPStudy or EasyPHP is recommended.

Go to the Wordpress Site http://wordpress.org/ to download the latest wordpress zip to your local ,and it's easy to install that.

Create your own theme based on Boilerplate

Useful URL to help you start:

  • http://html5boilerplate.com/
  • http://codex.wordpress.org/Child_Themes

Go to http://wordpress.org/extend/themes/boilerplate to download the theme and now you can create your own wonderful theme based on it.

Tips: when you get stumbled, Google and http://codex.wordpress.org/ are recommended first

?

Development for some common Modules of a site

You can try to implement some following modules for a whole site when you are ready.

  • ?Menus; ???? You can refer to this link for further details which is much useful-->http://codex.wordpress.org/Function_Reference/wp_nav_menu
  • ?Category ;? This one is useful for you to start http://codex.wordpress.org/Category_Templates
  • ?Page templates; ? You can take a start from http://codex.wordpress.org/Stepping_Into_Templates ? and? http://codex.wordpress.org/Pages
  • ?Custom Fields ; You can have a look at this first http://codex.wordpress.org/Custom_Fields
  • ?Contact form ;
  • ?Some Plugins;
发表评论
用户名: 匿名