Archives for July, 2012


Applying this short hack in yoyur function.php theme file you will be able to remove un-used profile fields from user's contact method.
To replace that contact method you just need to remove the function from the dile of your theme.


By default wordpress upload do not support the "pdf" extention, applying this code to your function.php file, you'll be able to upload, and manage pdf, as a normal multimedia file.


This is a great hack to show in the wordpress admin's dashboard the number of backlinks, trackback and pingback links reveived on a post. Adding this code to the function.php file theme you will add a column in the posts tab that shows pinback for specific post


If you need to create a visual URL of your posts, for some reason, you can easy create a qr code that include automatically your blog's post permalink. What you need to do is insert the following code whare you want to show QR code link in your post page, for example on the single.php page