Wprecipes - wprecipes.com

General Information:
Latest News:
How to load jQuery from Google CDN 23 Aug 2013 | 08:31 pm
Paste the code below into your functions.php file: Once you saved the file, WordPress will load jQuery from Google CDN. Thanks to WP Tips.ru for the recipe!
WordPress tip: Email alert for 404s 19 Aug 2013 | 06:52 pm
To implement, simply include this script at the top of your theme’s 404.php file. If your theme don’t have a 404.php file, then create it. Thanks to WP Mix for this useful snippet!
Giveaway: 3 premium themes from ThemeFuse 15 Aug 2013 | 08:05 pm
A word about ThemeFuse ThemeFuse is one of the most popular actors in the premium WordPress themes market. They provide lots of themes with a great design and solid code. They have lots of different...
WordPress tip: View all WP query variables 7 Aug 2013 | 02:27 pm
Paste the code below on any files, where you'd like to display the WP Query variables. Thanks to WP Mix for the tip!
WordPress tip: Conditional tag for blog-related pages 24 Jul 2013 | 07:18 pm
Copy the function below and paste it into your functions.php file: Once done, you can use the function to detect if you're currently on a blog related page: Thanks to Nathan for the tip!
WordPress function to check if the current post is a custom post type 19 Jul 2013 | 06:34 pm
Simply paste this code into your functions.php file: Once done, you can use the function as shown below. Please note that the function can be used outside the loop: Thanks to Jonas Ethomsen for the ...
WordPress SEO: Automatically remove short words from the URL 16 Jul 2013 | 08:20 pm
Paste the code below into your functions.php file. Once you saved the file, WordPress will automatically remove short (less than 3 characters) words from the generated permalink. Thanks to Kevin Char...
WordPress tip: check if a post has a gallery 11 Jul 2013 | 07:38 pm
Simply paste the function below into your functions.php file: Once done, you can use it to detect if a post has a gallery. Thanks to WordPress Stackexchange for the cool tip!
WordPress tip: Check whether a plugin is active 10 Jul 2013 | 01:05 am
Just paste the code below in your theme file, wherever you'd like to check out if a plugin is activated or not. Update the code with the plugin directory and name on line 4. Thanks to Jean galea for ...
WordPress tip: Force specific pages to be SSL secure 2 Jul 2013 | 06:26 pm
Just add the following snippet to the functions.php file of your WordPress theme and specify the post or page ID desired. Thanks to Kevin Chard for this recipe!