kevinlearynet

kevinlearynet

58p

190 comments posted · 0 followers · following 0

1 day ago @ kevinleary.net - Track & Display Popula... · 0 replies · +1 points

Hi Allen,

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

Thanks for pointing that out Caspar, I've just updated to post to reflect that change.

3 weeks ago @ kevinleary.net - Highlight the Current ... · 0 replies · +1 points

Thanks Fred,

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

On second thought, it's probably even better to apply all of the_content() filters to a rich text bio. The above example uses apply_filters() rather than wpautop() to do this. wpautop() is used as a filter on the_content()

3 weeks ago @ kevinleary.net - Add TinyMCE to WordPre... · 0 replies · +1 points

Hi Michael,

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

Hey Lars,

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

This post has just been updated to use the new wp_editor() function in WordPress 3.3. The formatting issues you were having are all fixed now.

4 weeks ago @ kevinleary.net - Add TinyMCE to WordPre... · 0 replies · +1 points

This post has just been updated to use the new wp_editor() function in WordPress 3.3. The formatting issues you were having are all fixed now.

5 weeks ago @ kevinleary.net - Improve Social Sharing... · 0 replies · +1 points

Thanks for letting me know Rob,

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

Dropping these into functions.php only should do the trick. The numbers above correspond to the priority parameter of the add_action() function:
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...