We'll create fresh WordPress site with PHAMLP for WordPress installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.
!!! 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.