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 29, 2011
by Pigi
0 comments
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
August 30, 2011
by Pigi
0 comments
If you want to remove a shortcode from your blog’s home page, but not from posts, you may use this snippet. Just paste the code to your function.php to remove the shortcode value from index.php or home.php but not from the rest of your template Continue reading
August 28, 2011
by Pigi
0 comments
This cool snippet will help you to hide a custom field in your template, add it to your wordpress function.php file Continue reading