This is a cool snipped, using this code you’ll be able to move at the bottom the newest wordpress admin bar (i hate), just apply code in your function.php Continue reading
February 21, 2012
by Pigi
0 comments
February 21, 2012
by Pigi
0 comments
This is a cool snipped, using this code you’ll be able to move at the bottom the newest wordpress admin bar (i hate), just apply code in your function.php Continue reading
November 30, 2011
by Pigi
0 comments
This function works such as “Delorean” is a time machine that let your blog return to a specific paste date, you can set a lot of parameters and solve some problems if you have some Continue reading
November 29, 2011
by Pigi
0 comments
This code added in your wordpress’s function.php file will create new custom links in your admin menu. You can edit it following the syntax you can see in the box below. Continue reading
November 25, 2011
by Pigi
0 comments
This cool snipped added in your function.php file will edit the font in your HTML editor in the post and page panel. You can edit the font simply customizing the “Font-family” parameter in the code. To get the differents font family you can use “Dreamweaver” Continue reading
October 29, 2011
by Pigi
0 comments
Pasting this code in your function.php file you will be able to publish post starting from a remote file (as you can see in the example the url is http://foo.com/file.txt). Remeber to change the url address before save the snippet, when you click on the save button the post will be grabbed and published. Continue reading
September 1, 2011
by Pigi
1 Comment
If you have a multi authors blog you may allow upload only for specifics authors and disallow for other, to do this you just need to paste the following code to your wordpress’s theme function.php file, editing the $user array. Continue reading