kevinlearynet
58p190 comments posted · 0 followers · following 0
1 day ago @ kevinleary.net - Track & Display Popula... · 0 replies · +1 points
Take a look at the Time parameters for the WP_Query object, they should allow you to do this.
http://codex.wordpress.org/Class_Reference/WP_Que...
2 weeks ago @ kevinleary.net - Display RSS Feeds with... · 0 replies · +1 points
3 weeks ago @ kevinleary.net - Highlight the Current ... · 0 replies · +1 points
I've actually been thinking about brushing the dust of this article and rewriting it. Were you initially more interesting in achieving a current state using jQuery or PHP?
3 weeks ago @ kevinleary.net - Add TinyMCE to WordPre... · 0 replies · +1 points
3 weeks ago @ kevinleary.net - Add TinyMCE to WordPre... · 0 replies · +1 points
Good point, this can be passing the $description through the wpautop() function before displaying it in your theme. I've updated the example above to include this.
3 weeks ago @ kevinleary.net - Faster WordPress: Movi... · 0 replies · +1 points
It should work just fine in a child theme, provided that the child and parent theme enqueue all of their JavaScript properly using the wp_enqueue_script() function.
4 weeks ago @ kevinleary.net - Add TinyMCE to WordPre... · 0 replies · +1 points
4 weeks ago @ kevinleary.net - Add TinyMCE to WordPre... · 0 replies · +1 points
5 weeks ago @ kevinleary.net - Improve Social Sharing... · 0 replies · +1 points
I've just rolled out a fix, I'm glad you liked the article!
5 weeks ago @ kevinleary.net - Faster WordPress: Movi... · 0 replies · +1 points
http://codex.wordpress.org/Function_Reference/add...
They control the order in which the changes are loaded, in this circumstance you should not need to change them. If you're still having issues you want to try the JavaScript to Footer plugin:
http://wordpress.org/extend/plugins/footer-javasc...
Ruckus