Howdy_McGee
@howdy_mcgee on WordPress.org and Slack
- Member Since: February 1st, 2012
- Location: St. Louis
- Website: wordpress.stackexchange.com/users/7355/howdy-mcgee
- Job Title: WordPress Developer
- Employer: IQComputing
Bio
WordPress Origin Story
Contributions
Contribution History
Howdy_McGee’s badges:- Core Contributor Core Contributor
- Meta Contributor Meta Contributor
- Support Contributor Support Contributor
- WordCamp Organizer WordCamp Organizer
-
Posted a reply to Fatal error: Uncaught Error: Call to undefined function, on the site WordPress.org Forums:
It sounds like your site has all kinds of issues that span plugins and themes.…2 hours ago
-
Posted a reply to How to use checkbox option for check is_home, on the site WordPress.org Forums:
An example could look like this: function set_plugandpop() { // Check if we're viewing the…2 hours ago
-
Posted a reply to Fatal error: Uncaught Error: Call to undefined function, on the site WordPress.org Forums:
You would need to rename plugins too ( or that specific plugin ) so that…2 hours ago
-
Posted a reply to How to use checkbox option for check is_home, on the site WordPress.org Forums:
I don't quite understand the code here or how it's supposed to work... If you…3 hours ago
-
Posted a reply to weird installation database error, on the site WordPress.org Forums:
What are you using for your localhost setup?3 hours ago
-
Posted a reply to Fatal error: Uncaught Error: Call to undefined function, on the site WordPress.org Forums:
@russbruz You would need to FTP in and disable the theme. You would need to…3 hours ago
-
Posted a reply to edit order of billing information, on the site WordPress.org Forums:
You can use the following hook to modify the field order in the email: woocommerce_email_order_meta_fields…5 hours ago
-
Posted a reply to WordPress Error related to templates file, on the site WordPress.org Forums:
@russbruz You 100% should start another post. The et_is_woocommerce_plugin_active() function is not WordPress core but…5 hours ago
-
Posted a reply to edit order of billing information, on the site WordPress.org Forums:
Do you mean in WooCommerce? You want to change the order of the fields on…5 hours ago
-
Posted a reply to WordPress Error related to templates file, on the site WordPress.org Forums:
You shouldn't have to modify any of the core files. Everything in the wp-includes folder…5 hours ago
-
Posted a reply to Interactive graphics in wordpress, on the site WordPress.org Forums:
Let me start by saying finding a plugin that does exactly what you see on…23 hours ago
-
Posted a reply to Add a CSS Class To Menu Item When Custom Taxonomy Term is Present On A Page, on the site WordPress.org Forums:
Well, you mentioned that the menu was hard coded so since it's not doing using…24 hours ago
-
Posted a reply to Is it really the case I cannot use Gmail to create a WP.Com account/website?, on the site WordPress.org Forums:
Hello, WordPress.com and WordPress.org are actually entirely different entities. Bluehost has a good article on…1 day ago
-
Posted a reply to Add a CSS Class To Menu Item When Custom Taxonomy Term is Present On A Page, on the site WordPress.org Forums:
IF it's a single post you may be able to check against the global $post…1 day ago
-
Posted a reply to Database help, on the site WordPress.org Forums:
How are you trying to connect to the database, can you share the code? Are…1 day ago
-
Posted a reply to Block url to certain role, on the site WordPress.org Forums:
It's difficult to say what the issue is based on the given information. You'll need…1 day ago
-
Posted a reply to WP_Term_Query exclude by meta value, on the site WordPress.org Forums:
This sounds like a server issue and something you would need to address with your…1 day ago
-
Posted a reply to Block url to certain role, on the site WordPress.org Forums:
You can grab the current user and check against their roles: $user = wp_get_current_user(); if(…1 day ago
-
Posted a reply to Hiding Catergory Titles in Woo Commerce, on the site WordPress.org Forums:
The post classes on these are strange because they have product classes when they're clearly…2 days ago
-
Posted a reply to Create posts from two tables in database, on the site WordPress.org Forums:
Yesssssss? I say this hesitantly because it's not something you would necessary _want_ to do…2 days ago
-
Posted a reply to Is it possible to have drop cap enabled for 2 initial letters?, on the site WordPress.org Forums:
Unfortunately, CSS doesn't have any vanilla functionality I know that targets N characters. You would…2 days ago
-
Posted a reply to hook works in one page but not another, on the site WordPress.org Forums:
You can try to use the list_terms_exclusions hook. Naeem Musa suggested in his answer on…2 days ago
-
Posted a reply to Cluster Map Plugin, on the site WordPress.org Forums:
Could you use something like WP Store Locator?2 days ago
-
Posted a reply to author url not working, on the site WordPress.org Forums:
I would assume either the host or a security plugin is blocking this functionality. Normally,…2 days ago
-
Posted a reply to Block url to certain role, on the site WordPress.org Forums:
The neat thing about add_rewrite_endpoint() is that it also automatically adds the query var for…2 days ago
-
Posted a reply to Trying to learn about filtering custom fields, on the site WordPress.org Forums:
The documentation on WP_Query has a few good examples that I suggest looking over. I'm…6 days ago
-
Posted a reply to broken page, on the site WordPress.org Forums:
Hello, It may be possible to revert the changes made. What updated? WordPress, Theme, or…7 days ago
-
Posted a reply to Select page template via url parameter, on the site WordPress.org Forums:
If it's literally a $_GET parameter you don't need to use any query vars. Those…1 week ago
-
Posted a reply to Endif, on the site WordPress.org Forums:
This mostly looks correct to me, nothing sticks out about a fatal error. Maybe enable…1 week ago
-
Posted a reply to Endif, on the site WordPress.org Forums:
Can you post the error and the code of the initial query? That may be…1 week ago
-
Posted a reply to Endif, on the site WordPress.org Forums:
You should just be able to remove the <?php endif; ?> entirely. You do not…1 week ago
-
Posted a reply to Endif, on the site WordPress.org Forums:
In the provided code I'm not seeing _why_ you need the endif;. PHP conditionals go…1 week ago
-
Posted a reply to Fatal error: Class ‘WP_MatchesMapRegex’ not found, on the site WordPress.org Forums:
If you've re-installed WordPress and you're still receiving this error my next guess would be…2 weeks ago
-
Posted a reply to Fatal error: Class ‘WP_MatchesMapRegex’ not found, on the site WordPress.org Forums:
That's a real class in a real file that WordPress needs. Either it does not…2 weeks ago
-
Created a topic, WooCommerce Column Issues, on the site WordPress.org Forums:
Product Shortcodes and Related products keep running i…2 weeks ago
-
Posted a reply to Add Page Attribute Option in Post as page, on the site WordPress.org Forums:
If you want a Page ( which is a different "Post Type" ) as the…3 weeks ago
-
Posted a reply to Add Page Attribute Option in Post as page, on the site WordPress.org Forums:
In WordPress there are 2 types: Hierarchical Post Types and Non-Hierarchical Post Types. Pages are…3 weeks ago
-
Posted a reply to Add Page Attribute Option in Post as page, on the site WordPress.org Forums:
Hello, Reading your question it's a little unclear what you're looking for or to do.…3 weeks ago
-
Created a topic, Issues with WooCommerce, on the site WordPress.org Forums:
I could not get this to work with WooCommerce Product …4 weeks ago
-
Posted a reply to Stop WP default Mails, on the site WordPress.org Forums:
You could try this code snippet: /** * Disable the New User Email Notification *…1 month ago
-
Posted a reply to Product Gallery Thumbnails are Full, on the site WordPress.org Forums:
Hello, I was wondering if there was any update on this issue. Is there any…1 month ago
-
Posted a reply to Widget title, on the site WordPress.org Forums:
It seems like all the Mailpoet Widgets are not getting the traditional Widget wrappers for…1 month ago
-
Created a topic, Text Wrapping An Image, on the site WordPress.org Forums:
I'm having a very difficult time floating an image lef…1 month ago
-
Posted a reply to WordPress inside post ajax loading for videos, on the site WordPress.org Forums:
I'm not sure of a plugin to allow you to do this but the subject…1 month ago
-
Posted a reply to Get Value from Custom Select, on the site WordPress.org Forums:
So a couple things stick out. 1) You're using range 0 for months which means…1 month ago
-
Created a topic, [Feature Request] Print CSS, on the site WordPress.org Forums:
Hello, I just realized the the theme isn't printable/…2 months ago
-
Created a topic, [Feature Request] Pre Header Mobile Options, on the site WordPress.org Forums:
I was wondering if there could be some mobile options …2 months ago
-
Posted a reply to Incompatible with plugin GeoIP Detection 3.0 (Fatal Error), on the site WordPress.org Forums:
I've went ahead and submitted to their Github issue tracker #25370 and also related #25361.…2 months ago
-
Closed ticket #37104, in Core Trac:
increase post_type field length from varchar(20) to varchar(100)2 months ago
-
Posted a reply to Fatal error: getWithPrefixLen(), on the site WordPress.org Forums:
Is there an alternative route that's more future-proof? The current solution seems unreliable and may…2 months ago