The rocketgenius team has released a new version of Gravity Forms: Gravity Forms 1.7.3 and it’s available on Sozot for just $25, plus $10 for all Add-Ons. Existing customers, you can download instantly from your account area. Twitter Facebook Google+ LinkedIn
Archive by Author
WPML – WordPress Multilingual CMS Version 2.8.1
The WPML team has released a new version of WPML Multilingual CMS, String Translation & Translation Management: WPML Multilingual CMS 2.8.1 and the whole bundle is available on Sozot for just $10. Existing customers, you can download instantly from your account area. Twitter Facebook Google+ LinkedIn
BackupBuddy Version 3.4.0.7
The iThemes team has released a new version of BackupBuddy: BackupBuddy 3.4.0.7 and it’s available on Sozot for just $10. Existing customers, you can download instantly from your account area. Twitter Facebook Google+ LinkedIn
Remove Inline CSS from Query Multiple Taxonomies
Add to functions.php: / Don’t show the inline css for wp-query-multiple-taxonomies remove_action(‘wp_head’, array(‘QMT_Hooks’, ‘wp_head’)); Twitter Facebook Google+ LinkedIn
How To Get Rid of the Admin Notice Install the WooThemes Updater plugin to get updates for your WooThemes plugins
If you’re running an older version of WooCommerce but aren’t and don’t want to use their updater, you can remove the notice Install the WooThemes Updater plugin to get updates for your WooThemes plugins that appears on every admin page by adding the following to your functions.php // Remove WooCommerce Updater remove_action(‘admin_notices’, ‘woothemes_updater_notice’); Twitter Facebook […]
Gravity Forms 1.7.2
The rocketgenius team has released a new version of Gravity Forms: Gravity Forms 1.7.2 and it’s available on Sozot for just $25, plus $10 for all Add-Ons. Existing customers, you can download instantly from your account area. Twitter Facebook Google+ LinkedIn
Where is the MySQL Dump File in BackupBuddy Full Backup?
When you download your BackupBuddy backup to your local machine it’s not immediately obvious where the MySQL database dump is located. To find it, extract the ZIP file and look for the following folder : wp-content/uploads/backupbuddy_temp/MYSERIALCODE. The MYSERIALCODE part will match the backup name serial code. Hope that’s helpful! Twitter Facebook Google+ LinkedIn
No Nonsense WordPress Logout Link Without a Plugin
Add this WordPress Logout Link snippet and any logged in user can just go to /logout/ and they will be logged out: // WordPress Logout Link function sozot_logout_redirect() { $path = $_SERVER[‘REQUEST_URI’]; if ( !is_user_logged_in() ) { return; } // Allow Logged in Users to Log out from /logout/ if (preg_match(“~/logout~”, $path) or is_page(‘logout’)) { […]
Plugin & Theme Updates, 04-29-2013
Hi folks, Just a heads up, I’ve updated a number of themes and plugins this week. You may want to check whether you’re due for an update. Here’s a list of what’s changed: WooCommerce Gravity Forms Add-ons Extension – Version 2.3.3, Released on 2013-04-22 Groups for WooCommerce Extension – Version 1.3.4, Released on 2013-04-27 WooCommerce Catalog Visibility […]
JobRoller 1.7 Update
The AppThemes team has released a new version of JobRoller: JobRoller 1.7 and it’s available on Sozot for just $10. If you’ve ever wanted to build a jobs board, this is by far the best tool to do so. It now supports custom forms, a recruiter role, and the AppThemes payments framework, with many gateways […]