Amazon Native Ads Trigger Issues In Lighthouse

Here is a snippet to use if you are receiving warnings regarding Accessibility and Best Practices when running a Lighthouse test in Chrome Dev (F12)… View More

WordPress Modal Media Uploader Not Displaying Properly

In the event the modal window that displays WordPress media uploader stops working properly, displays at the bottom of your content, or is display CDATA… View More

Show A Different Theme For Admin Without A Plugin

Switching to a different theme as Admin is a convenient way to create a new theme or edit an existing theme without having to take… View More

Removing WordPress Attachment Image Width Size Attributes (Responsive Images)

If you are creating your own theme and notice that image attachments, specifically those with captions, are not responsive it is because the image width… View More

How To Add Recaptcha To User Meta Login Form

User Meta is a great plugin with even more features available in the Pro version. When you create a new Login page to hold your… Read More

How To Display Conditional Login Or Logout Links In WordPress

  In this example, we’re adding custom conditional links to a mega menu depending on whether the user is logged in or not, and adding… View More

How To Make Certain User Meta Profile Fields Readonly On Edit Page

If you’ve included default WordPress profile fields such as Username or other extra custom fields that you don’t want your users to be able to… Read More

User Meta Overview

The WordPress plugin User Meta is a lightweight, powerful plugin that allows you to add additional custom fields to your user profiles.  Additionally, it provides… Read More

WordPress wp_link_pages Pagination Examples

How To Programmically Add <!–nextpage–> To WordPress Template

The short answer is that you can’t programmically add <!–nextpage–> to your single.php template or custom file. But there is a fairly easy workaround using… View More