wp-load.php <?php /** * Bootstrap file for setting the ABSPATH constant * and loading the wp-config.php file. The wp-config.php * file will then load the wp-settings.php file, which * will then set up the WordPress environment. * * If the wp-config.p…
单看文件结构,wordpress分了3个文件夹 wp-admin,wp-content,wp-includes 和零散的一堆php,暂时不清楚各自的分工 入口文件是index.php <?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme…
打算学习python,但是又不想单纯地看书或是写个小项目,干脆引入很流行的翻译学习法来学习吧- 在论坛上看到了国外的一本<Learn Python the hard Way>,评价挺高的,虽然貌似已经有大神推出了译文版,但不影响我推出小白译文的决心-毕竟我只是学习,不是为了推广嘛- 翻译贵在坚持,翻的好不好在其次.但愿我不要三天打鱼两天晒网,加油-以下是第一章绪论- 链接地址:http://learnpythonthehardway.org/book/intro…