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
-
Created a topic, [Feature Request] Limit User Sessions, on the site WordPress.org Forums:
Hello, I would like to suggest a new feature: Limit U…2 days ago
-
Created a topic, Hook When Limit Is Hit, on the site WordPress.org Forums:
Hello, I was wondering if there was a hook in this pl…2 days ago
-
Posted a reply to Standard Modules?, on the site WordPress.org Forums:
Whenever I uncheck a couple modules from the Ninja Beaver settings, it unchecks all the…3 days ago
-
Created a topic, Standard Modules?, on the site WordPress.org Forums:
Installing this has overridden(hidden or removed) my B…3 days ago
-
Posted a reply to Change Admin Name and Password, on the site WordPress.org Forums:
You'll need an additional plugin to change your username -> Username Changer. Once logged in…3 days ago
-
Posted a reply to Updating Logo That Shows When I Send Out My Website Link, on the site WordPress.org Forums:
Are you certain it's not a caching issue? If you have a caching plugin in…3 days ago
-
Posted a reply to How to remove “Profile” menu link from Dashboard?, on the site WordPress.org Forums:
Are you wanting to remove it for all users or just non-admin users? Are you…4 days ago
-
Posted a reply to Cannot Access DEV Copy of Site, on the site WordPress.org Forums:
I would suggest using a plugin such as Duplicator to copy your website to a…4 days ago
-
Posted a reply to Website appears as html via some wireless networks, on the site WordPress.org Forums:
Looking at the website it appears that all your resources are served via a CDN.…4 days ago
-
Closed ticket #17036, in Core Trac:
Theme editor shouldn't override root directory files with same names ...5 days ago
-
Posted a reply to Text Editor Removing “a” Tag, on the site WordPress.org Forums:
Two things come to mind. 1) Empty tags are usually removed as clutter cleanup. 2)…5 days ago
-
Posted a reply to Cannot Access DEV Copy of Site, on the site WordPress.org Forums:
Does the folder and files /dev/ still exist on the server and have you verified…5 days ago
-
Posted a reply to PHP errors when using search, on the site WordPress.org Forums:
Hello, You have in your code: esc_html__( 'Search Results for: %s', themename ) The themename…5 days ago
-
Posted a reply to WordPress search not working, on the site WordPress.org Forums:
Difficult to say what the issue is without any specific debug information. Maybe use the…5 days ago
-
Posted a reply to What tools to use? Generate content from tracking data., on the site WordPress.org Forums:
Hello, Nothing that I am aware of. I don't know many sites that dynamically build…5 days ago
-
Posted a reply to custom permalinks, on the site WordPress.org Forums:
Hello, Is news also a category? If so you can go to Settings -> Permalinks…5 days ago
-
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…1 week 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…1 week 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…1 week 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…1 week 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.…1 week 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…1 week 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…1 week 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…1 week ago
-
Posted a reply to weird installation database error, on the site WordPress.org Forums:
What are you using for your localhost setup?1 week 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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…1 week 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 week 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 week 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 week 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 week 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 week 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 week 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 weeks 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 weeks 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 weeks 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 weeks ago
-
Posted a reply to Cluster Map Plugin, on the site WordPress.org Forums:
Could you use something like WP Store Locator?2 weeks 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 weeks 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 weeks 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…2 weeks 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 weeks 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