Wordpress: Allow Editors to Manage Menus - Articles - The Web Taylor
By default users with the role of editor cannot see the "Appearance" menu and are not able to access any sub pages, including the menu editor. If you want
A Deep Dive Into WordPress User Roles and Capabilities
A deep dive into the concepts of WordPress user roles and capabilities from both developer's and user's perspectives. Check out these concrete examples.
This guide will demonstrate how add custom fields to a Taxonomy Term and then modify the term’s template file HTML. Terms can be items such as WordPress ca
setup_postdata(): The Template Tags You Need, the Custom WP_Post Arrays You Crave | WPShout
setup_postdata() lets you treat any bundle of posts the way you would normally treat the results of a WP_Query. setup_postdata() is a function I really lov
How to Work with the WordPress Database: 11+ Useful SQL Queries - WPKube
WordPress sites are powered by their database and learning how it works gives you the power to edit and control your site data and settings with SQL queries
ACF | Organizing Custom Fields Inside of WordPress with ACF
Utilizing custom fields is a great way to tailor your site’s content to match your exact needs. But the more fields you add, the more unwieldy the WordPres
WordPress image sizes contain defaults, small, medium and large as well as medium-large which is used in their implementation of responsive images. You can remove these default images with a WordPress filter intermediate_image_sizes_advanced Why you may want to do this could be that you definitely don’t need certain sizes or you are saving on web disk…
How to enable WordPress Extensions in your Plugin - Igor Benić
When working on WordPress Plugins that are going to be used by others, you may want to enable other developers to create their WordPress extensions for your plugin. That will make your plugin grow even more. Previously I have written […]
How to Use the Facebook Debugger to Fix WordPress Images
Is you WordPress featured image not displaying correctly or perhaps an old image is showing? Find out how to fix this using the Facebook Debugger tool.
How to make a free explainer video to promote your WordPress product - Catapult Themes
How to make an explainer video to promote your WordPress product for free - including how to script your video, tools and software to use, plus examples
How to get all custom fields from Advanced Custom Fields - Brian Hogg
Want to get a listing of all the fields saved in Advanced Custom Fields? Here's how, and it's an interesting way of fetching data from another WordPress plugin.
Remove Unused Image Media Sizes In Your WordPress Theme | WP Beaches
Keeping your WordPress image media library under control can mean a big difference to your site loading faster as well as your hard disk size footprint with the ability to easily back up or migrate your site. You basically need to remove any unused image sizes and images themselves not used, optimise existing image sizes and ensure future…
Creating a FAQ Page in WordPress using ACF and jQuery
How to create a FAQ page in WordPress using Advanced Custom Fields and jQuery. ACF (Advanced Custom Fields) Pro comes with a great inclusion called the Repeater field which allows a user to continuall…
Migrating Comments using WP REST API - Bill Erickson
A few weeks ago I finished development on my new website, and it was time to finalize content. I had hoped to have most of it ready before development, but dev is more fun than writing so I had procrastinated. By the time I was ready to launch, there were about 20 new, approved comments…
How to hide Gravity Form field labels when using placeholders
We do a lot of custom Gravity Forms work and custom WordPress theme development. Over the years, the need to hide the Gravity Form field labels has come up a few times. In most scenarios, this pertain…
Set a User as Author of all 'New Posts' posted - WordPress Development Stack Exchange
An Author 'XYZ' is need to be set as the Default author of all New Posts. Irrespective of the actual Author posting the content, the post should be saved by this author 'XYZ'. Is there a Plugin or
How to Change The Author in WordPress and Best Author Plugins
Learn eight tips and tricks that will help you to customize authors on your WordPress blog. Change permalinks, manage redirects, style posts, and find new
If you are attempting to customize the order of search results to a great degree, the searchwp_query_orderby filter allows you to explicitly alter the ORDER BY used in the final query. NOTE: The main …
Optimize the setup of hosted Wordpress.org blog - Pascal's Wereld
Like I wrote about in a previous post about migrating to SiteGround, my blog was migrated from wordpress.com to a hosted wordpress.org. But that is not all to it, we still have some other activities to do to optimize this blog. It takes some effort and time to find out what the settings and plugins […]
Find Unused Shortcodes in WordPress with Code - Igor Benić
Learn how to programmatically find unused shortcodes in WordPress. You will see how to search for such shortcodes by using code and WordPress functions
Speed up WordPress WP_Query and query_posts functions
While working on a WordPress theme, I noticed a low MySQL query cache hit rate. There were a lot of SQL_CALC_FOUND_ROWS queries that were not cached and were slowing down the database. It appears Word…
Create Posts 2 Posts ‘connections’ with the WordPress Rest API
I’ve written a lightweight plugin to make it extremely easy to create Posts 2 Posts connections via the WordPress WP-API (Rest API). If you don’t know about Posts 2 Posts, it’s an extremely powerful (…
Adding Post Types and Taxonomies to Custom Admin Menu Pages
Customizing the WordPress Admin Menu is a common task. Learn how to place Custom Post Type links and Custom Taxonomy links under ANY WordPress admin menu.