Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Search Results

How to Add Menu Descriptions in Your WordPress Themes

WordPress menu system has a built-in feature where you can add descriptions with menu items. However, this feature is hidden by default. Even when enabled, displaying them is not supported without adding some code. Most themes are not designed with menu-item descriptions in mind. In… Read More »

How to Add EXIF Photo Tags in WordPress (2 Easy Ways)

Do you need to add EXIF photo tags in WordPress? EXIF tags contain lots of information about your photos, such as the camera manufacturer, exposure, and when the photo was taken. Whether you’re selling images online, teaching other photographers, or simply showing off your work,… Read More »

How to Dynamically Change the oEmbed Width and Height in WordPress

Do you want to dynamically change the oEmbed width and height in WordPress? By default, WordPress does a great job at embedding videos and other oEmbeds in your posts and pages. However, sometimes you may want to dynamically change the embed width and height. In… Read More »

How to Change the Default Media Upload Location in WordPress

Do you want to change the default media upload location in WordPress? Moving your media files to a different folder can improve your website’s speed and performance and help you create backups more quickly. It also gives you the freedom to organize your files in… Read More »

Featured WordPress Plugins
WPSimplePay
Easy WordPress Stripe Payment Form Plugin. View this plugin

How to Change the Default Text Selection Color in WordPress

Do you want to change the default text selection color in WordPress? At times, you may want the default text section color to contrast more with the background color. This way, users can see exactly what’s being highlighted in the content. In this article, we… Read More »

How to Create a WordPress Plugin Using a Plugin (Quick & Easy)

Do you want to create a WordPress plugin using a plugin? Beginners may find it difficult to add code to WordPress. By creating a custom WordPress plugin, you can add code to your site without risking any serious errors or issues. In this article, we’ll… Read More »

Best Practice: Check if Function Exists When Adding in WordPress Theme

Recently, a user asked us how to check if a PHP function exists before adding some new code to your WordPress site that relies on it. The best part about WordPress is its flexibility, including the ability to add your own custom functions to your… Read More »