Category Archives: javascript

Putting Readable Code in a WordPress Post

Writing about PHP or HTML code in WordPress posts or pages often requires that some actual code is shown on the screen for explanation. If special steps aren’t taken to illustrate the code as text, the result is often not … Continue reading

Posted in CSS, javascript, php, Plugins, WordPress | Tagged , , | Leave a comment

Loading WordPress with One jQuery

If there are several plugins on your WordPress sites there may be more than one copy of jQuery, or other script, that’s loaded, especially if you’re relying on the same scripts for control of the site theme as well. Only … Continue reading

Posted in javascript, php, Plugins, WordPress | Tagged , , , | Leave a comment