Dr. Enrique Metz, articles - page 126
Remove duplicates - array_unique()
The array_unique() function removes duplicate values from an array. If two or more array values are the same, the first appearance will be kept and th...
Default Wordpress menu content
How do I find the primary menu in WordPress? How do I add content to my menu in WordPress? How do I change the menu appearance in WordPress? What are ...
WooCommerce How can I add a certain product to the cart and redirect to the cart from a non-shop page?
How do I redirect add to cart in WooCommerce? How do you create a link direct to WooCommerce checkout for 1 specific product? How do I add links to my...
How to show private pages based on a user's role?
Who can see private pages in WordPress? How do I restrict access to a page? How can you make a WordPress page visible only to logged in users? How do ...
Using separate .php file for functions - how to run on site?
Can you include a PHP file from another website? How do I call a PHP function from another file? How can I retrieve data from one PHP file to another ...
How to change the link structure of the homepage?
What happens if I change my permalink structure? How do I change a Permalink? Can url be changed? How do I change a URL redirect? Which permalink stru...
How to change all external links to “nofollow” but only for Contributor role?
Should all external links be no follow? How do I make external links nofollow? Should you use nofollow when internally linking and looking to pass pag...
WP_Query based on 's' and tax_queries
What is taxonomy query? What is $WP_Query? How do I query custom taxonomy in WordPress? What is offset in WP_Query? How do you find taxonomy? What is ...
Adding multiple emails to a
How do I add multiple emails? How do I add multiple email addresses in Outlook? Is it illegal to have multiple email accounts? How do I manage multipl...
Wordpress Redirect After logging
The first option on the settings page allows you to redirect only specific users. You can select a username from the drop-down menu. After that, you c...
How to add a class to the <html> element?
Adding the class name by using JavaScript can be done in many ways. Using . className property This property is used to add a class name to the select...