'

WordPress, save an image as featured

Copenhagen Harbour, a sunny day

A step by step guide to the post thumbnail for WordPress. More appropriately the Featured Image. Just recently, I published few resources and articles about how to enhance the Post Thumbnail feature, via the functions.php file. Still a consistent part of visitors seem to look for a more simple, straightforward approach. Let’s see how to activate and use the Featured [...more]

301 Redirection in WordPress, wp_redirect Explained

301 Redirection Made Even Simpler, wp_redirect Explained

What is the difference between a 301 and a 302 redirection? In this article I explain how to implement such a thing in the Dashboard. With few SEO tips. Never let your visitors clueless when they’re looking for a resource that has been moved. I’m going to show few ways to implement the function wp_redirect provided by WordPress, supported by [...more]

301 Redirect Made Simple

301 Redirection Made Simple

How to rescue your lost visitors when a page has been moved to a different location? And how to not loose any SEO value? We’re seeing two simple methods to achieve such a goal, via the .htaccess file, and with a template page plus a minimal PHP coding. But first what’s a 301 redirection? Note, you would like to give [...more]