From the Wordpress Category
- 12 Nov
by Peter Wilson
No commentsCharging for themes? Do the right thing!
Of all the Wordpress functions, I think wp_register_script, wp_register_style, wp_enqueue_script, and, wp_enqueue_style are the most elegant.
- 14 Aug
by Peter Wilson
3 commentsIncluding Wordpress’s comment-reply.js (the right way)
Since threaded comments were enabled in Wordpress 2.7, most themes check if the visitor is browsing either a page or a post and adds the JavaScript required for threaded comments if they are.
I prefer a slight variation