PHAMLP for WordPress
开发者 |
csixty4
|
更新时间 |
2011年2月22日 16:31 |
捐献地址: |
去捐款 |
PHP版本: |
3.0 及以上 |
WordPress版本: |
3.0.5 |
详情介绍:
PHAMLP for WordPress enables theme creation using the HAML template system. HAML replaces the tag soup of most HTML/PHP templates with a cleaner, hierarchical markup language.
Any plain HTML/PHP theme will work while PHAMLP for WordPress is enabled. But the individual templates that make up a WordPress theme, from index.php to author.php, can be replaced with a corresponding .haml.php file and PHAMLP for WordPress will process them.
HAML Example
!!! 5 %html %head %title Welcome to my web site %body #header %h1 Welcome! #content #greeting Hello world! #footer #copyright-notice (c) forever by me!
A "TwentyHAMLTen" example theme will be included in future versions.
安装:
Automated installation
- Log into the administrative section of your WordPress site (i.e. http://example.com/wp-admin"
- In the "plugins" section of the menu on the left, select "add new"
- Search for "PHAMLP for WordPress"
- Install
Manual installation
- Upload the
phamlp-for-wordpress
directory to the /wp-content/plugins/
directory of your WordPress site.
- Activate the plugin through the 'Plugins' menu in WordPress
更新日志:
0.1
- Initial version. Did not include theme.