larryaronson.com

ListenUp

This page is my testbed for a plugin I wrote called, ListenUp. It provides shortcodes for using the JavaScript VoiceSynthesis A P I. [ListenUpCustom name="Details"]Hear More[/ListenUpCustom]

Read Full Post »

Where’s My Query?

Working With WordPress Hooks
How do you know what WordPress is fetching from your database when someone does a site search? Does it include the custom post types created by your specialty theme or plugins? Did you want it to? Larry Aronson provides a quick and dirty hack for displaying the main SQL query statement in the footer of a WordPress page.

Read Full Post »

WordPress 3.3 — A Major Update

WordPress version 3.3 has arrived and it’s a major release. Where version 3.2 was mostly a bug fix and stability release, version 3.3 introduces new tools for all users from admins to authors and subscribers. I’ve been working with the beta and release candidate versions here on this blog and the improvement that has me most excited is the unified drag-n-drop media loader.

Read Full Post »

A WordPress Macro Shortcode

Good News Everyone! The post/page editor is getting an upgrade with the soon-to-be-released version 3.2 of WordPress. This solves the problem of disappearing Google maps and YouTube videos, both of which rely on iframe elements to embed the contents of one webpage into another. Because the current version of WordPress’ built-in editor doesn’t like iframes you have to limit yourself to working in the editor’s HTML mode. Once you switch to Visual mode, the iframe elements are stripped out of your post and the map or video disappears. While this limitation is removed in the next release, one of the work-arounds that WordPress developers devised is worth a second look. A general purpose macro shortcode that saves you from ever having to work in the HTML mode again.

Read Full Post »

Popular Posts Sidebar Page

There are a lot of WordPress plugins that will put a Popular Posts widget in your blog’s sidebar. But, they all return different results. Often, the best approach is to just throw a page with a list of permalinks into your sidebar. Here’s how to create a sidebar widget that will display a page featuring the posts you want to highlight.

Read Full Post »

Custom Widget Titles With jQuery

A technique for adding custom styles and links to individual sidebar widget titles using jQuery methods to select elements by their content.

Read Full Post »