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 output value of meta query arrays, on the site WordPress.org Forums:
The best you can do is hope the arrays align to the correct files and…2 days ago
-
Posted a reply to output value of meta query arrays, on the site WordPress.org Forums:
Could you expand on your code a bit please? What does $attachmenturl hold? Why are…2 days ago
-
Posted a reply to plugin development document sample code breaks wordpress, on the site WordPress.org Forums:
The problem is that current_user_can() relies on wp_get_current_user() which is only available in the pluggable.php…2 days ago
-
Posted a reply to WordPress search not working, on the site WordPress.org Forums:
If it's truly a PHP error you can enable PHP/WordPress debugging: https://wordpress.org/support/article/debugging-in-wordpress/ In your wp-config.php…2 days ago
-
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.…3 days 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…3 days 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…3 days 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 days ago
-
Posted a reply to weird installation database error, on the site WordPress.org Forums:
What are you using for your localhost setup?3 days 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 days 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…3 days 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…3 days 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…3 days 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…3 days 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…4 days 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…4 days 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…4 days 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…4 days 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…4 days 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…4 days 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…4 days 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(…4 days 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…5 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…5 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…5 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…5 days ago
-
Posted a reply to Cluster Map Plugin, on the site WordPress.org Forums:
Could you use something like WP Store Locator?5 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,…5 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…5 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…1 week 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…1 week 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…2 weeks 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…2 weeks 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…2 weeks 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…2 weeks 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…2 weeks 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…3 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…3 weeks ago
-
Created a topic, WooCommerce Column Issues, on the site WordPress.org Forums:
Product Shortcodes and Related products keep running i…3 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…4 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…4 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.…4 weeks ago
-
Created a topic, Issues with WooCommerce, on the site WordPress.org Forums:
I could not get this to work with WooCommerce Product …1 month 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