Got lots of evergreen content on your blog? Displaying the dates they were published may not be great for you or your audience. Read to learn how to remove the date from old (but evergreen) content. This article is specific to the Genesis framework.
PHP
Different Ways To Change The WordPress “siteurl” And “home” Links
Once in a while, you may need to manually change your WordPress siteurl and home links (e.g. when you’re migrating your entire website to a new domain). If not done right, your site may malfunction. Here are the different proper ways to do this.
Auto-Populate WordPress Image Alt Text (And Other Fields) On Upload
When an image is uploaded to WordPress, its title is auto-populated based on filename. But WordPress does NOT set the image Alt Text or other fields. For image-heavy sites, this implies repetitive manual effort. Read to learn how to automate this.
How To Disable Jetpack Publicize For WooCommerce Products
While the Jetpack Publicize feature is a really handy and time saving feature for blog posts, it is probably not such a great idea for WooCommerce products. This post contains a quick functions.php code snippet that helps disable Jetpack Publicize only for WooCommerce Products.
“Hacking” A WordPress Password
Locked out of your WordPress website? No worries. This article explains how a server administrator can either force reset a user’s WordPress password or create a new WordPress admin user with a brand new password. Database and FTP methods are described.
How To Update Yoast SEO Fields Programmatically
This code sample is for developers who use Yoast SEO plugin on their blog and want to publish a post using PHP code. It’s a quick copy and paste method to update Yoast SEO fields.