Dr. Enrique Metz, articles - page 18

How can I auto rotate my debug.log error file?
How do I set log rotation? How do you rotate a log file in Linux? How do I fix a WordPress debugging error? How do I enable debug logs? How do I know ...
Can I create a tax query to return posts that match two slugs from same taxonomy
How do I query custom taxonomy in WordPress? What is taxonomy query? What is taxonomy query and meta query? What does WP_Query return? What is meta qu...
Disable wordpress update notification
Upon activation, you need to visit the Settings » Notification e-mails page. This is where the plugin allows you to manage all WordPress notification ...
Is it possible to set Featured Image using HTML?
Yes, it's possible. You would just use regex to parse the HTML to get the image URL, upload that to the uploads folder, and then set it as the feature...
How can I display only the first image of a wp gallery and open full gallery with lightbox?
How do I create a scrolling gallery in WordPress? How do I change the order of images in a WordPress gallery? How do I create a dynamic gallery in Wor...
Alter post slug by a filter that is fired just after a post is created
How do I change a custom post type slug? How do I get a current post slug? How do I add a slug to a post in WordPress? How do I change a slug in WordP...
What is the largest value you can store in a custom field (as meta data for a post)?
How do you value a custom field? What is custom meta? What is custom meta in WordPress? How do I use custom fields in WordPress? How do I get advanced...
Wordpress website down with error “redirected you too many times.”
The most common cause of the WordPress redirect loops or 'Too many redirects' issue is a plugin conflict. A plugin trying to set up a redirect in a wa...
Can you Use the Rest API to query a custom database table
php or in an enabled plugin. ... So in your case, once you make your REST API endpoint work, the PHP there can do absolutely anything. You could acces...
Add custom post type settings to wordress default posts
The first thing you need to do is install and activate the Custom Post Type UI plugin. Upon activation, the plugin will add a new menu item in your Wo...
Building a WP Dashboard for client information, NOT changing the admin dashboard for the site
How do I change my WordPress admin dashboard? How do I customize the WordPress admin panel for my client? How do I create a custom dashboard for my Wo...
Get orders of a specific customer woocommerce
How do I find customer order in WooCommerce? How do I get all WooCommerce orders? How do I get WooCommerce order details in PHP? How do I export a Woo...