April 28, 2009 at 2:22 pm
I’ve made some changes to the utility function I use for HTML and XML tag output. PHP is already a useful template language, but sometimes I run into places where I need to manipulate tags or output large amounts of HTML or XML tagged information. I looked everywhere for a simple function and ended up [...]
November 3, 2008 at 3:33 pm
That’s right. It’s simple boring and reusable. I used it for the complex HTML need to make the WP Super Edit WordPress administration options. It’s actually a function, but I use it inside a PHP class when I know I’m going to be either doing nasty HTML echo’s or returning complex HTML formatted variables. It’s [...]
November 1, 2008 at 12:00 pm
This is a follow up of a quick note I sent to the wp-hackers list about multiple loops and page templates. I thought I would expand on the subject a little bit.
WordPress uses the Loop to process and display posts. It sounds like a simple enough process, but there is alot that happens before, after, [...]