Articles Submitted for www.wprecipes.com
How to: hide portions of text to Google on your WordPress blog
www.wprecipes.com - I already shown you how to easily prevent Search Engine indexing on a certain post or page. But how to only hide a portion of text to Google, your navigation menu for example? Just read on to get started.
WordPress loop: Get posts published between two particular dates
www.wprecipes.com - WordPress loop is very powerful, as well as the query_posts() function, which allow you to specify some parameters for the loop to retrieve posts. Though, there’s no built-in function or parameter to get posts between two dates. Let’s solve that.
Post Pic How to: Automatically insert text in WordPress editor
www.wprecipes.com - Do you always insert the same text on all your posts, for exemple to tell people to subscribe to your rss feed? If yes, you should definitely set up WP to have it automatically inserted in the editor.
How to: Show related posts without a plugin
www.wprecipes.com - Displaying related posts is a very great way to help visitors staying longer on your blog. You can use a plugin, but you also can use tags and a custom code to show related posts. Let’s see how to do!
How to: Force using SSL on wp-admin directory
www.wprecipes.com - If SSL is enabled on your webserver, you should definitely use it to protect your wp-admin directory a bit more. Activating SSL on your WordPress blog is definitely easy. Just read one.
How to: Add a “Share on facebook” link to your WordPress blog
www.wprecipes.com - As you know it, facebook is a very popular website, which allow you to share webpages you like with your friends. In order to promote your blog and gain some more traffic, you should definitely add a “Share on Facebook” ...
How to: Remove widget areas on your blog homepage without editing template files
www.wprecipes.com - Ever wanted to be able to remove your widgetized areas (Sidebar, most of the time) on your blog homepage, but don’t feel like editing your theme files? No problem, here is the solution.
WordPress Hack: Get all users having a specific role
www.wprecipes.com - When developing plugins or advanced WordPress theme, sometimes it can be useful to get all the users belonging to a specific role, for exemple, all administrators. My friend John Kolbert just wrote a great function to do that.
How to: Automatically provide tinyurls for your WordPress blog posts
www.wprecipes.com - Are you on Twitter? I am. This service make an intensive use of tinyurls in order to reduce the size of urls. Why not provide automatically provide a tinyurl to your readers so they can use it on Tweeter?