Archives for January, 2011

30 Jan

How To Add a wordpress Dashboard widget

image-500
image-500
Using this code you will be able to add a widget to your wordpress dashboard. You can set this widget, for example, to show to your users a cusom feed, or custom advice, or every things you want. Into widget you can put PHP code to create a dynamic widget, or HTML, image banner, special promotion, just write in into the widget function. You can create a plugin or put this code into your function.php file.
27 Jan

How to Add Facebook “like” and “recommend” buttons

image-472
image-472
Adding this code wherever you want into wordpress's loop you will be able to add a facebook like and reccomemend button directy in your theme. I wrote this article because often facebook script that generates buttons do mistakes so i need to fix the code manually. Pay attention to add "the_permalink();" php tag, or simply copy the following code: