Ed Zynda

Coder | Hacker | Superhero

Using Hooks In WordPress

Posted on · Tagged in

Every so often I have clients who want me to work on WordPress sites or plugins. I honestly hate working with WordPress. While it’s one of the most popular CMS products in the world with a massive developer base, I find that anything coded for WordPress tends to follow a tacky and poorly organized form of coding. Coding styles vary wildly from developer to developer and there really is no standard.…

Read more »

Tip: Custom Scripts In WordPress

Posted on · Tagged in

WordPress is a great CMS (Content Management System) is you want to get a site up and running very quickly. It’s themable and within the theming framework, WordPress includes the ability to include popular assets like JQuery. All it takes is a simple command. <?php wp_enqueue_script(‘jquery’); What if you don’t want to use the version of JQuery included in WordPress though? There are several reasons you would require a different version, compatibility for example.…

Read more »
Subscribe to my newsletter and get a free copy of my book, Aspect Oriented Programming in PHP.