Category: WordPress

WordPress

Jappler Recommends: Shutter Reloaded

I had been looking around for some alternative lightbox like plugins (for photos) and came across the super lightweight option: Shutter Reloaded. The script is super lightweight (10k), does not require any other libraries, and works perfectly without having to add any additional code. If you are looking for a nice little lightbox like plugin […]

Web Development WordPress

Show One Post/Page in WordPress

If you want to have a content area somewhere on your site that shows content from a post or page – and you want to do this with using the simplest of code (no loop, no query_posts, etc), check out the function get_post. The get_post function allows you to simply get one post’s title, content, […]

CSS Web Development WordPress

Quick CSS for WordPress Images (Updated)

A week or so ago, I posted some information on how to quickly style your WordPress images. After recently updating my company’s web site (SDAC Inc. – I noticed if you used captions, my custom CSS would not work. Here is some CSS that will work with and without image captions: The difference? I used […]

Hints HOWTOs WordPress

Find and Replace With phpMyAdmin (or using SQL)

Ever need to find and replace something in your WordPress database? (perhaps you changed domain names and have the old domain name or folder structure hard coded into some of your posts) You can easily update your database by using phpMyAdmin or by using the following code in any SQL interface: The first part of […]

Javascript WordPress

Jappler Recommends: Lightview Plus WordPress Plugin

I recently switched from using a gallery WordPress plugin called fGallery to something that is more elegant and updated: NextGen Gallery During this transition, I found a really cool lightbox-ish plugin called Lightview Plus which is more polished than your typical lightbox plugin. Example: You do not have to add in extra code to get […]

Web Development WordPress

Post Revision Coming Soon to WordPress!

I subscribe to the WordPress Development Updates Feed and this morning I got a nice morning surprise: “Post revisioning is in trunk”. This means you will be soon able to create a post, publish it, make a revision, and then keep the old version as well as the new version so you could compare them […]

WordPress

WordPress 2.5 Admin Color Schemes

Thankfully – it is now easy to change the colors in the WordPress Admin. I thought the new color scheme was a bit washed out – but just today they added another option which was much more vibrant. You can choose your Admin color theme by logging in, choosing Users, then selecting the color scheme.

jappler.com WordPress

WordPress 2.5 Beta 1: One Click Plugin Updates!

On my company blog, I blogged about my initial thoughts on WordPress 2.5 beta 1. I have since then updated to WordPress 2.5 beta 1 and have been pretty darn happy with it so far. All my plugins on jappler.com made the upgrade without any issues and this morning when I logged into my web […]

HOWTOs WordPress

WordPress Thumbnails/PodPress Fix

WordPress has a great feature where it will make thumbnails out of any image you upload when creating a post. When you have PodPress installed (a great podcast plugin), the thumbnails option disappears. Finally I got sick of this and found the solution. If you ever run into this – now you know how to […]