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 CPT UI 1.12.1 removes HTML from post type description, on the site WordPress.org Forums:
I have changed the description assignment, found at https://github.com/WebDevStudios/custom-post-type-ui/blob/1.12.1/inc/post-types.php#L1763-L1765 to be what is shown below.… -
Posted a reply to CPT UI 1.12.1 removes HTML from post type description, on the site WordPress.org Forums:
Good day @commadelimited Thank you for your patience with the US holiday weekend. I have… -
Posted a reply to Custom Post Type UI roles and permissions, on the site WordPress.org Forums:
As long as other membership and roles/capabilities plugins can interact and intercept and then override… -
Posted a reply to Search field, on the site WordPress.org Forums:
@josett225 are you talking about just how many items per page are shown? as opposed… -
Posted a reply to seperate capabilities for seperate custom post type, on the site WordPress.org Forums:
I may or may not have had the code above to be an exact match… -
Posted a reply to How to index Custom Fields?, on the site WordPress.org Forums:
Hi @kennypurnomo The following 2 links should provide some good information on getting custom meta… -
Posted a reply to Display only on pages and not on articles, on the site WordPress.org Forums:
Welcome. -
Posted a reply to Limit characters triggering search, on the site WordPress.org Forums:
Is this for the autocomplete as well as instantsearch? Can you share any customized templates… -
Posted a reply to Display only on pages and not on articles, on the site WordPress.org Forums:
Hi Anthony, Did you copy/paste in a demo configuration from like https://github.com/CMB2/CMB2/blob/develop/example-functions.php ? Installing the… -
Posted a reply to category name with hyphen, on the site WordPress.org Forums:
Welcome. -
Posted a reply to category name with hyphen, on the site WordPress.org Forums:
I think you may be able to do this with this sample code. function felipee_adjust_index_content(… -
Posted a reply to category name with hyphen, on the site WordPress.org Forums:
It's likely going to be better to rename the taxonomy to use an underscore instead… -
Posted a reply to category name with hyphen, on the site WordPress.org Forums:
Not sure there's going to be a way to get around that, to be honest.… -
Posted a reply to widget search with specific categories, on the site WordPress.org Forums:
are the resumes part of a searchable post type? or are they just something like… -
Posted a reply to Custom Post Type UI roles and permissions, on the site WordPress.org Forums:
We admittedly don't have most of the "capabilities" section of post types included in the… -
Posted a reply to filter plugin or export posts, on the site WordPress.org Forums:
Hi @jordibrain Filter in what way? or where in the site? For example are you… -
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…
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