Browse: Home / Search results for "red bridge wordpress theme"
By Ed Reckers on January 6, 2012
Squishy is a Responsive WordPress Theme based on Theme Hybrid, Hybrid Core and 1140 CSS Grid. This is a Parent Theme used by Red Bridge Internet for quick deploy of Responsive WordPress Themes and projects. Squishy is hosted on BitBucket: https://bitbucket.org/ereckers/squishy It’s in active development and will be for a month or so. Incoming search [...]
Posted in Themes | Tagged html5, responsive, San Francisco web site development, san francisco wordpress consultant, san francisco wordpress plugin developers, san francisco wordpress theme designer, san francisco wordpress theme developer, themes, wordpress, wordpress consultant san francisco, wordpress developers san francisco, wordpress theme |
By Ed Reckers on May 9, 2011
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 [...]
Posted in WordPress |
By Ed Reckers on April 20, 2011
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 [...]
Posted in WordPress |
By Ed Reckers on March 14, 2011
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 [...]
Posted in WordPress |
By Ed Reckers on March 2, 2011
We are San Francisco WordPress Plugin Developers as well as experts with WordPress Themes and custom functions implementing specialized and unique functionality through WordPress Action Hooks and Filters. We create custom WordPress Plugins for clients and sometimes we release these WordPress Plugins back into the WordPress community. You can see a WordPress Plugin of ours [...]
Posted in Business | Tagged san francisco |
By Ed Reckers on February 11, 2011
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 [...]
Posted in Plugins |