Category: Archive
-
Drop by and visit us at WordCamp Atlanta 2017!
The GoWP team will be at WordCamp Atlanta this Friday, Saturday and Sunday (March 17-19). If you’re planning to attend, drop by our sponsor table and get some GoWP swag. If you don’t have ticket yet, you can purchase one here: https://2017.atlanta.wordcamp.org/tickets/ As always, WCATL will have awesome speakers and plenty of fun. We hope…

-
WordPress 4.3 bug causing high CPU load for some sites
Over the weekend we became aware of a bug (#33423) in the recently released 4.3 version of WordPress that can cause high CPU load for some sites. A fix for this bug will be included in the first maintenance release, 4.3.1. If you are a GoWP customer your site has already been patched to address this…

-
WooCommerce Wholesale Prices and Product Bundles conflict
A few weeks back one of our customers began using the WooCommerce Product Bundles plugin and reported an issue to us where the cart total was double what it should be. After some investigation we found there to be a conflict with the WooCommerce Wholesale Prices plugin. In this article we’ll outline the details of the…

-
Issue in WooCommerce v2.3.6 prevents checkout using Internet Explorer
Today we received a report from a customer that her WooCommerce checkout was malfunctioning, preventing her own customers from completing the checkout process. After some investigation we were able to determine that the issue is specific to the latest version of WooCommerce (2.3.6) and only affects visitors using Internet Explorer (versions 10 and 11 in our…
-
Display a random post using a custom URL
Last week a user on the WordPress subreddit was asking about displaying a random post using a unique permanent link – something like domain.com/random-post/, for example. This is something that can be done via the pre_get_posts filter with just a few lines of code.
-
Inserting custom posts into the loop
Today on the WordPress subreddit, someone asked if it was possible to have posts from a custom post type (recipes, in their example) show up in the main blog at a set frequency (ie. every 5th post). My initial thought was, probably not. But I decided to do a little digging anyway. Turns out there’s a…
-
Dynamically exclude empty terms from nav menus
Last week a user on WordPress StackExchange inquired about excluding categories from a nav menu on they fly if the category contained no posts. I was able to provide a very simple solution using the wp_get_nav_menu_items action filter and the global $wpdb object [codex]. Today we will expand on this solution slightly to remove empty terms…
-
Display product-specific role-based prices with the Dynamic Pricing extension
The Dynamic Pricing extension for WooCommerce is a great plugin that allows you to change prices on the fly under a number of different circumstances. One way in which we see this plugin being used quite often is per-product pricing for registered customers with a specific role – wholesalers, for example. However, when this approach is used…
-
Easily import data into WordPress with WP All Import
Here’s a quick tip for importing products into WordPress: use WP All Import. It’s the easiest way we’ve found to import data from a CSV or Excel file into WordPress. We often use it for importing products into WooCommerce but it can be used to import custom post types, taxonomies, custom fields and more.
-
Displaying WordPress authors sorted by recent activity
A few weeks ago I ran into someone on the WordPress StackExchange wanting to sort his list of authors by recent activity – the author with the most recently published article first, etc. This type of sorting isn’t currently possible using the get_users() function(codex), nor the WP_User_Query class (codex), but it can be done –…
-
How to add email and telephone links in WordPress
A question we get asked quite often is how to create a link to an email address. There’s a small trick to it, but once you know it, it’s quite easy to do. As a bonus, we’ll also talk about how to create a link to a phone number.
-
Contributing Five for the Future of WordPress
In a recent blog post, Matt Mullenweg, the co-founder of WordPress, outlined his thoughts on how companies can give back to WordPress: