Red Bridge Internet is a San Francisco WordPress Consulting firm specializing in WordPress websites and WordPress Plugin Development. We're the ones you have been searching for.

red bridge wordpress theme

You are browsing the search results for "red bridge wordpress theme"

WordPress Upgrade Shell Script

WordPress Upgrade Shell Script

There’s a couple examples online of shell scripts to upgrade a WordPress installation. However, I’ve ended up creating my own because every configuration (server and WordPress) is inevitably different, requiring you to roll your own. The script below handles a few things that some of the others available scripts don’t; 1. backs up your files [...]

How to Print Active WordPress Template File

How to Print Active WordPress Template File

I’ve needed to print the currently active WordPress template file and have forgotten it enough times now to finally document it as a post. During development, there’s usually always a time when you’ll want to detect the the template file that’s being called. I use the following code in my theme/child theme’s header.php file and print it [...]

How to Replace or Remove WordPress Howdy

How to Replace or Remove WordPress Howdy

You can either replace or remove the WordPress Howdy message in the administrative back-end by adding the following in your WordPress theme’s functions.php file: It was recently brought to my attention that this method of removing Howdy from the WordPress admin bar no longer works with Version 3.3 because the filter admin_user_info_links had been deprecated. By following [...]

Upload media filename of mixed case (in this case, the file MIXED-cAsE-filename.JPG).

Make Filename Lowercase : WordPress Plugin

Sets uploaded media filename to lowercase as filter on ‘sanitize_file_name‘. Based on post at Stack Overflow asking if there is a way to “Rename files during upload within WordPress 3.0 backend”. Built for WordPress 3.0.1+ which saves any media (Image, Video, Audio) as lowercase. This effectively changes the name of the file at upload if [...]