Date formats
From WordPress date format to the formats you desire in just a copy and paste. Whether inside a template loop, get_users or get_posts. I got you all covered.
From WordPress date format to the formats you desire in just a copy and paste. Whether inside a template loop, get_users or get_posts. I got you all covered.
Short, simple and quick way to loop certain posts. Just copy and paste these codes and you’re all good. (And guess what? I also put in the commonly used data you need. So you dont need to spend another time doing print_r’s) More options: The source and for more detailed options: Check Bill Erickson’s wp_query
If you are working on a client site and do not want to install another plugin, then you can manually paste the wordpress action hook in your theme’s functions.php file. This are just a quick and fully working ways to redirect certain pages based on your needs. Creating a 301 Redirect using the WordPress .htaccess
Simple page redirection by user role or by page Read More »