WpCode.net

Daily Wordpress Code Snippet

April 27, 2011
by Pigi
1 Comment

How to Create a Feedburner feed for your blog

A basically wordpress operation is the creation of a feedburner feed starting from your wp feed. Using a feedburner feed you can get stats, monetize feed, syndicate feed and give to your blog a better image.

This tutorial will show you how to create a feedburner feed for your blog, and how to syncronize your wordpress feed with feedburner.

You do not need code, just a google account and a wordpress blog. Continue reading

April 26, 2011
by Pigi
0 comments

How to add new Facebook “Send Button” to your WordPress Theme

On April, 25 facebook add into their social plugin the new “Send” button. The difference between “I Like” and “Send” button is that with the like button you publish a link on your wall, with the Send Button you will be able to send a private message to a specific contact, friend or email address.

To a better facebook experience you may add the open graph tag. Continue reading

April 23, 2011
by Pigi
0 comments

How to Use “query_posts” in wordpress

How to hide posts from your Home Page? How to show post from specific category in your sidebar? Unique answer is Using the query_posts function.

This function is a native Wp Function, and allow the bloggers to query post directly from Wp Db. You can use query posts function to call post by different parameters.

You can call posts by tags, by type, by category or by date (day, month and year); you can call single post by id,.

Continue reading