Michael Beckwith
@tw2113 on WordPress.org and Slack
- Member Since: July 13th, 2010
- Location: Sioux Falls, SD
- Website: trexthepirate.com/me
- GitHub: tw2113
- Job Title: Support Engineer for WebDevStudios/Pluginize
- Employer: WebDevStudios
Bio
Contributions Sponsored
Contribution History
Michael Beckwith’s badges:- bbPress Contributor
- BuddyPress Contributor
- Core Contributor
- Plugin Developer
- Support Contributor
- WordCamp Speaker
-
Posted a reply to Custom Post Type UI roles and permissions, on the site WordPress.org Forums:
At least at the moment, I would recommend checking and confirming that CPTUI is being… -
Posted a reply to seperate capabilities for seperate custom post type, on the site WordPress.org Forums:
oops, that should be just an =. -
Posted a reply to Custom Post Type Archive Permalink, on the site WordPress.org Forums:
You'll likely want to make use of https://developer.wordpress.org/reference/functions/get_queried_object_id/ to get the currently queried object. -
Posted a reply to Can’t use wp_insert_post function with custom post type, on the site WordPress.org Forums:
Finding it odd that you're setting the args for wp_insert_post to have a status of… -
Posted a reply to seperate capabilities for seperate custom post type, on the site WordPress.org Forums:
Something similar like this would do. Note that I believe the plural version may be… -
Posted a reply to Wrong search count with “post_type” search, on the site WordPress.org Forums:
We're going to need to review and consider this, for sure, before we do any… -
Posted a reply to Exclude certain pages from Indexing, on the site WordPress.org Forums:
Welcome. -
Posted a reply to Archive/Category/Taxonomy Template Loop Not Working, on the site WordPress.org Forums:
I'm curious what the WP_Query request is for these, what's it interpreting that it should… -
Posted a reply to seperate capabilities for seperate custom post type, on the site WordPress.org Forums:
In terms of getting things set for the post type arguments, we admittedly don't have… -
Posted a reply to Exclude certain pages from Indexing, on the site WordPress.org Forums:
Any suggestions provided below the search field while typing in the input, is the autocomplete… -
Posted a reply to Wrong search count with “post_type” search, on the site WordPress.org Forums:
Pondering this one as I don't have an answer right now, but I know I've… -
Posted a reply to Display taxonomy description in admin metabox?, on the site WordPress.org Forums:
No great immediate idea coming to mind for me with this one. A metabox may… -
Posted a reply to Featured Image Size For Specific Custom Post Type, on the site WordPress.org Forums:
Hi @mohsenamra I believe you're going to need to use a combination of https://developer.wordpress.org/reference/functions/add_image_size/ to… -
Posted a reply to Exclude certain pages from Indexing, on the site WordPress.org Forums:
You may need to use the algolia_should_index_post filter for autocomplete. The filter suggested above I… -
Posted a reply to Custom product taxanomy archive page, on the site WordPress.org Forums:
If I'm not mistaken, produktove_rady would be the taxonomy slug itself, and not a term… -
Posted a reply to TypeError thrown, on the site WordPress.org Forums:
That's going to be a Genesis theme/addon function more than anything we ship with. We… -
Posted a reply to Customize email, on the site WordPress.org Forums:
Thanks everyone. -
Posted a reply to Error index with product in woocomerce, on the site WordPress.org Forums:
You're going to need to locate and check your hosting error logs to track down… -
Posted a reply to Prevent moderated users from commenting on WP blog, on the site WordPress.org Forums:
Welcome. -
Posted a reply to Exclude certain pages from Indexing, on the site WordPress.org Forums:
What @cybr said looks legit, and definitely returns a true/false value based on what the… -
Posted a reply to hierarchical indexing of categories, on the site WordPress.org Forums:
I believe only when you press buttons to push up settings, not the indexing themselves.… -
Posted a reply to Prevent moderated users from commenting on WP blog, on the site WordPress.org Forums:
Technically, if it works and does what you want, it's good. However, I would probably… -
Posted a reply to Customize email, on the site WordPress.org Forums:
I believe you're going to need to use the wp_mail_from filter if you want to… -
Posted a reply to Custom Post Type Archive Permalink, on the site WordPress.org Forums:
https://developer.wordpress.org/reference/functions/get_post_type_archive_link/ should do the trick, and as the comments on there note, if it still… -
Posted a reply to Customize CSS for Grid Layout in Custom Post Type UI Extended, on the site WordPress.org Forums:
Whatever ways you have available to add custom CSS, really. Even just the "Additional CSS"… -
Posted a reply to Customize autocomplete template without using theme location?, on the site WordPress.org Forums:
Welcome -
Posted a reply to bug redirecting new users to wp-admin, on the site WordPress.org Forums:
Here's our entire "deny" function that does redirecting based on logged in and approved status:… -
Posted a reply to Customize autocomplete template without using theme location?, on the site WordPress.org Forums:
At bare minimum, you'd want 2 equal signs, meaning == and not single = because… -
Posted a reply to CPT UI Error 500 in Console.LOG, on the site WordPress.org Forums:
you would want to be checking for basically any "Fatal Error" messaging in the logs. -
Posted a reply to Exporting CPT UI data to file for source control and registering data from files, on the site WordPress.org Forums:
Welcome -
Posted a reply to CPT UI Error 500 in Console.LOG, on the site WordPress.org Forums:
You're going to want to check your hosting server logs and possibly make use of… -
Created a topic, Custom Post Type UI Documentation and Tutorials, on the site WordPress.org Forums:
On April 5th, 2016, WebDevStudios has launched an offi… -
Posted a reply to hierarchical indexing of categories, on the site WordPress.org Forums:
hmm, that's feeling most like something that would need to be done within the Algolia… -
Posted a reply to Custom Taxonomy is not saving, on the site WordPress.org Forums:
What about switching themes? Just in case it's something coming from the current one? Are… -
Posted a reply to Custom category slug in custom post type URL, on the site WordPress.org Forums:
Hi, We don't have any built in or documented way to handle this type of… -
Posted a reply to Custom Taxonomy is not saving, on the site WordPress.org Forums:
Hard to say what may be going on with that, especially with the classic editor… -
Posted a reply to How to transfer posts from CPTUI to WP default post?, on the site WordPress.org Forums:
I would recommend https://wordpress.org/plugins/post-type-switcher/ as we don't store the information in any custom place or… -
Posted a reply to Mobile Login, on the site WordPress.org Forums:
Hi Jeff, Not sure what to suggest on this one. We don't do any hiding… -
Posted a reply to Twig for loop in template not rendering, on the site WordPress.org Forums:
Awesome, let us know if you need anything else. -
Posted a reply to Twig for loop in template not rendering, on the site WordPress.org Forums:
Probably closer to this, with output as needed: <# _.each(data.swatches, function(swatch) { #> <li class="two-color">… -
Posted a reply to Create custom url for attributes, on the site WordPress.org Forums:
Not sure how to best go about that or how easy it'd be, to be… -
Posted a reply to Twig for loop in template not rendering, on the site WordPress.org Forums:
Out of curiosity, are you using a JS version of twig? Since last I knew,… -
Posted a reply to Custom attributes not echo able within the hit template, on the site WordPress.org Forums:
Are you referring to the "Autocomplete" settings page? or the "Search Page" one? I'm assuming… -
Posted a reply to Custom attributes not echo able within the hit template, on the site WordPress.org Forums:
Do you have a link to a live site where this can be found at?… -
Posted a reply to Custom attributes not echo able within the hit template, on the site WordPress.org Forums:
Everything looks good from my end. I just re-tested adding a new attribute to a… -
Posted a reply to Form creation redirects to CPT submission, on the site WordPress.org Forums:
By any chance are you able to recreate this on a dev site where you… -
Posted a reply to Form creation redirects to CPT submission, on the site WordPress.org Forums:
Is it a premium plugin or a free one? I can't rule out it not… -
Posted a reply to Form creation redirects to CPT submission, on the site WordPress.org Forums:
Is this forms part of the ACF setup part of Pro? Or is it an… -
Posted a reply to Issue display taxonomy after check, on the site WordPress.org Forums:
Welcome. -
Posted a reply to Issue display taxonomy after check, on the site WordPress.org Forums:
Based on what I've seen and recall, they discussed this on the WordPress core Trac,…
Developer
-
BadgeOS Reset Developer Add-On
Active Installs: Less than 10
-
Blogroll Block
Active Installs: 30+
-
BuddyExtender
Active Installs: 100+
-
BuddyMedia
Active Installs: 10+
-
BuddyPress Registration Options
Active Installs: 3,000+
-
Chat Room
Active Installs: 300+
-
CMB2
Active Installs: 300,000+
-
Custom Post Type UI
Active Installs: 1+ million
-
Maintainn Tools
Active Installs: 100+
-
Query Monitor GiveWP
Active Installs: Less than 10
-
Social Media Shortcode Pack
Active Installs: 100+
-
StartBox Easy Hooks
Active Installs: Less than 10
-
Untappd WordPress Widget
Active Installs: 300+
-
WP Search with Algolia
Active Installs: 4,000+
Contributor
-
BP Beta Tester
Active Installs: 40+
-
BP Rewrites
Active Installs: 50+
-
BP Search Block
Active Installs: 100+
-
BuddyPress
Active Installs: 100,000+
-
Constant Contact Forms
Active Installs: 40,000+
-
Open Badge Factory
Active Installs: 10+
-
Reactor: Core
Active Installs: 100+
Plugins
-
Access Monitor
-
Better Click To Tweet
-
Better YOURLS
-
Click To Tweet
-
Custom Post Type Permalinks
-
Debug Bar
-
Debug Bar bbPress
-
Debug Bar Console
-
Debug Bar Cron
-
Debug Bar Post Meta
-
Debug Bar Query Tracer
-
Debug Bar Screen Info
-
Debug Bar Transients
-
Debug This
-
Debug wp_redirect()
-
Debug-Bar-Extender
-
Hello Poppet
-
IndieWeb
-
Knowledge Base Plugin for Documentation and FAQs
-
Loco Translate
-
Mastodon Embed
-
MF2 Feeds
-
Microformats 2
-
Multiple Post Thumbnails
-
Network Plugin Auditor
-
Permalink Manager Lite
-
Plugin Detective - Troubleshooting
-
Post Kinds
-
Post Type Switcher
-
Posts 2 Posts
-
Query Monitor
-
Reveal IDs
-
Revision Notes
-
Semantic-Linkbacks
-
Support Me
-
Timber
-
wA11y - The Web Accessibility Toolbox
-
WDS Site Documentation
-
Webmention
-
WooCommerce
-
WooCommerce Debug Bar
-
WordPress Reset
-
WP Crontrol
-
WP Help
-
WP Mail Debugger
-
WP Search with Algolia
-
WP-API JSON Feed
-
WP-Markdown