News

Archive for the ‘WordPress’ Category

Remove “Private” and “Protected” from WordPress titles

Thursday, April 19th, 2012

Here’s some code I’ve dug up for removing the words “Private” and “Protected” from WordPress titles. These words are automatically prepended to the titles on private and password-protected posts and pages.
(more…)

Using TimThumb with WordPress Post Thumbnails

Saturday, March 31st, 2012

The WordPress post thumbnails functionality has become a basic necessity of theme coding, but it does have its limitations. Mainly you are stuck with the image sizes you specify in the Settings – Media tab. You can also specify your own image sizes, but clients undoubtedly want to change their image sizes over time or within one website over and over and over and over…. So it makes sense to make use of the dynamic image resizing script TimThumb. I use the following technique to grab the designated featured image post thumbnail from a post and then automatically resize it upon display. Works perfectly!
(more…)

Some recent business changes

Tuesday, February 14th, 2012

It’s been over a year since I last posted. In this year we’ve welcomed a lot of new clients, and some clients have moved on for one reason or another. We’ve been keeping very busy though, to the point that we are looking into ways to manage our workload better.

(more…)

WordPress “Delete Post Link”

Wednesday, September 15th, 2010

I recently had a client ask for a delete post link, like the WordPress edit post link template tag, for the user to delete posts when browsing the front-end of the site. He also wanted a pop-up confirmation box to appear before deleting the post. I saw variations on this function in several places, but never exactly what he asked for. (more…)

WordPress Tip: Echo the current page number

Thursday, July 1st, 2010

I’ve recently been working on a site with loads of data that all needed to be linked together by archive page number. So, for example, if you are browsing page 4 of “Category A” posts, you need to easily access links to page 4 of “Category B” posts. (more…)

New work, plus thoughts on WordPress themes

Monday, April 12th, 2010

Since WordPress has been the bulk of our work lately, the three newest additions to our portfolio are WordPress. All three were built on existing themes, which gave me even more of a solid opinion about which themes I enjoy working with, and which are less enjoyable. (more…)

Creative Symbiosis: Designer and Coder Cooperate

Monday, January 11th, 2010

We’ve had a couple of clients lately who have brought their own designs to us, in need of coding and installing with a content management system (namely WordPress).  While we do create designs for some clients, our specialty is really coding and custom programming. So when we find a talented designer, it works out well to cooperate and let each of us concentrate on our specialties. (more…)

WP-Hive: a painless WordPress multi-site manager

Monday, June 22nd, 2009

Upgrading and maintaining a WordPress installation has recently become a lot less time-consuming thanks to the automatic upgrade feature for both the main WordPress installation and the plugins. It is ideal, though, if you’re managing multiple installations for multiple clients, that these clients are running off of one installation of WordPress. This makes upgrades and maintenance a lot less painful. (more…)