Our website agency is currently working on a Headless WordPress Multisite project using Next.js. Development is almost completed for this WebDevStudios client. However, as we’ve begun entering content, we realized that we can make improvements to the editing experience for the client....
Read More Optimizing the WordPress Block Editor ExperienceTag: custom post-types
Quick Tip: Add Custom Meta Fields to GraphQL
One of WordPress’ greatest strengths, at least in my opinion, is its ability to function as a general-purpose content management system. This is usually done through custom post types and custom meta fields. Putting them onto the website is as easy as...
Read More Quick Tip: Add Custom Meta Fields to GraphQLWP API: Adding Custom Endpoints
Here at WDS, we’re expanding our usage of the WP API. We have had a number of API posts in the past, and now we want to cover custom API endpoints more thoroughly. When working with custom content in WordPress, it is likely...
Read More WP API: Adding Custom EndpointsHow to Search Everything Within Custom Post Types
Editor’s note: The following blog post was written in 2015. We can’t guarantee the accuracy of the code and presented solutions, but we’ve chosen to keep this blog post live for those who still find the information useful. If you’re using Custom...
Read More How to Search Everything Within Custom Post TypesThe Custom Post Type UI Million Download Celebration
In the spring of 2013, I was moved into a “Plugin Czar” position within WebDevStudios. This meant that I was now in charge of the support, maintenance, and development of many of our free plugins available on our WordPress.org account. Custom Post...
Read More The Custom Post Type UI Million Download CelebrationHow to Replace WordPress Default Taxonomy Metabox with a Radio Select Metabox
There have been many times we have wanted to use taxonomies as a 1-to-1 ratio with a post or custom post types. This is arguably more effective than using metadata because as Alex King pointed out, using a taxonomy query is more...
Read More How to Replace WordPress Default Taxonomy Metabox with a Radio Select Metabox