WpCode.net

Daily Wordpress Code Snippet

April 29, 2011
by Pigi
0 comments

How to move new wp 3.1 admin Bar at the bottom

Using this simple css trick you will be able to move “Wordpress Admin Bar” at the bottom of the page.

You just need to add the code into your theme’s function.php or put it in a php file as a standalone plugin.

This code interest user side template and also admin side template, to exclude the first or the secondo just remove the relative action.

Add the following css to the function.php Continue reading

April 28, 2011
by Pigi
0 comments

How to publish your posts on facebook without plugins

Facebook allow pages to syndicate feeds from specific blog. There are a new procedure to publish your wp feeds on facebook without plugins or app or everything else.

When feeds are syndicated your articles will be published on your fan page and on fan’s wall, this will turn your blog into a powerfull viral blog. Just few Steps and you will be ready. Continue reading

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