[wp-hackers] Easytags template system
    Matt Read 
    lists at mattread.com
       
    Sat May 20 15:35:18 GMT 2006
    
    
  
I did some experimenting with a textpattern style of "xml template" but 
concluded that it was not worth the time to rewrite template functions to 
support it.
Template tags are just like <wp:the_title /> and you can pass some attributes 
to them as well. the loop is nice cause it's just <wp:posts> ... </wp:posts>. 
Really, the tags are just "wrappers" for the PHP function calls, but more ... 
limited.
Anyway you can see it here 
(http://mattread.com/projects/wp-themes/wordpattern-templates/) and a working 
example here (http://mattread.com/test/)
    
    
More information about the wp-hackers
mailing list