Tag: Note

  • Really boring HTML & XML tag class function for PHP

    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…

  • WordPress Page with Loops and PHP Cloning

    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,…

  • WordPress 2.6 Development Notes

    Okay, time to start some collections of notes for WordPress 2.6.

  • Recent WordPress Security Notes

    In “WordPress Security Prevention, Reactions, and Scares,” Lorelle VanFossen notes recent information about general Web security and specifically WordPress. She includes helpful tips and a couple of plugins I want to check out.