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
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 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 day 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…2 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…3 days 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…3 days 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…3 days 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…3 days 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…3 days 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…1 week 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…1 week 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 *…4 weeks 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/…1 month 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 …1 month 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
-
Posted a reply to Product Gallery Thumbnails are Full, on the site WordPress.org Forums:
Hello and Happy New Year! I think the core of the issue is that whenever…2 months ago
-
Posted a reply to Images uploaded into different folder, on the site WordPress.org Forums:
Looks like you're right that for anything other than pages WordPress will use the post…2 months ago
-
Posted a reply to Product Gallery Thumbnails are Full, on the site WordPress.org Forums:
Hello @razyrx, WordPress is generating the expected image sizes. The problem is that in the…2 months ago
-
Created a topic, Product Gallery Thumbnails are Full, on the site WordPress.org Forums:
Hello, The plugin is great and works as expected! One…2 months ago
-
Created a topic, CSS !important, on the site WordPress.org Forums:
Hello, Whenever you add the "Navigation Hover Effects…3 months ago
-
Created a topic, Changing Excerpt Ellipsis, on the site WordPress.org Forums:
Hello, This is just a simple feature request to allow…3 months ago
-
Posted a reply to Undefined Index Notice, on the site WordPress.org Forums:
@azcoov The latest version 1.10.2 on the latest version of WordPress. This error appears constantly…3 months ago
-
Posted a reply to I killed my website, on the site WordPress.org Forums:
@sportsnashville That's fine. Then the easiest thing to do would be to contact your host…3 months ago
-
Posted a reply to Problem with my account, on the site WordPress.org Forums:
Hello, You'll either need to edit some database values or edit some PHP code to…3 months ago
-
Posted a reply to I killed my website, on the site WordPress.org Forums:
Hello, To fix this issue you would need to jump into a file management system,…3 months ago
-
Posted a reply to Vimeo video on pc, tablet and mobile, on the site WordPress.org Forums:
This may be a browser based issue. Most modern browsers do not allow auto-play videos…3 months ago
-
Posted a reply to Remove page title, on the site WordPress.org Forums:
There may be a built-in admin method to hide this title but I am not…3 months ago
-
Created a topic, Lookup Result Function Uses Old Syntax, on the site WordPress.org Forums:
The Lookup Result geoip_detect2_get_info_from_ip() fun…3 months ago
-
Posted a reply to using ajax to return json, on the site WordPress.org Forums:
I'm not sure I follow what issue you're having or what you're asking. Could you…3 months ago
-
Posted a reply to Can’t click on the submenu, Submenu disappear once you take mouse to it, on the site WordPress.org Forums:
Sorry, I cannot replicate this issue in Windows. What browser and OS are you using?…3 months ago
-
Posted a reply to Redirect for every post page on site, on the site WordPress.org Forums:
You can read a little bit about how Permalinks work in WordPress on the following…3 months ago
-
Posted a reply to Redirect for every post page on site, on the site WordPress.org Forums:
What is telling you that you have too many redirect? The p=105 is inherent to…3 months ago
-
Posted a reply to Child theme not working?, on the site WordPress.org Forums:
Every theme needs a style.css file in the root folder. This is not something you…4 months ago
-
Posted a reply to Child theme not working?, on the site WordPress.org Forums:
This line sticks out to me: wp_enqueue_style( 'chld_thm_cfg_ext1', trailingslashit( get_theme_root_uri() ) . 'profile-lite-child/Z:\Wordpress.org\Backups\2019-10-11\style.css' ); You…4 months ago
-
Posted a reply to Child theme not working?, on the site WordPress.org Forums:
Any local install will have a URL associated with it. If you echo the get_stylesheet_directory_uri()…4 months ago
-
Posted a reply to Custom post type: No posts found even if counter has a count, on the site WordPress.org Forums:
Looks like you figured out your answer and the root cause was a pre_get_posts. https://wordpress.stackexchange.com/questions/352116/custom-post-type-no-posts-found-even-if-counter-has-a-count4 months ago
-
Posted a reply to Child theme not working?, on the site WordPress.org Forums:
It looks like you're supplying a path to your file instead of a direct URL.…4 months ago
-
Posted a reply to Custom post type: No posts found even if counter has a count, on the site WordPress.org Forums:
Can you post the register_post_type() code here? Maybe it's a capability issue. How were those…4 months ago
-
Posted a reply to wordpress creating js error unable to find function, on the site WordPress.org Forums:
Javascript is very finicky and case sensitive. Try this: ( function( $ ) { $(window).load(function()…4 months ago
-
Posted a reply to wordpress creating js error unable to find function, on the site WordPress.org Forums:
Try my suggestion in the previous post. By default, WordPress uses an older version of…4 months ago