Archives for June, 2011

30 Jun

How to remove Options pages from the Dashboard

image-1338
image-1338
If you are a professional web developer and develop site in wordpress, you could remove options's pages from your customers wordpress's dashboard. You can use this simple snipped; you need to customize it using the right name for each option page. Just paste the code on your theme's function.php
29 Jun

How to add new menu on your theme

image-1335
image-1335
If you need to add extra menu to your theme you could use this snippets. This is two steps tutorial, in the first you just need to add the code to your function.php; in the second you need to add the code of the menu in your new menu location, for example the header. Before your start please make a full backup of your theme.
28 Jun

How to allow Contributors to add media

image-1329
image-1329
If you have a multiauthors blog, and use the "contributor" role to moderate articles you could add this snippet to allow your users (contributors) can add also media. By default the add post interface doesn't include the media selection for the contributors. To do this just paste the following snippet on the theme's function.php
24 Jun

How to enable “Posts Formats”

image-1322
image-1322
In this wordpress tutorial i'll show you how to add posts formats to your wordpress theme. Using the post formats you will have the ability to create different kind of post, such as gallery, links or status message. You need to customize not only your theme, but also your css, your home page and your archives pages to display published posts format.
23 Jun

Related posts plugins and caching problems

image-1313
image-1313
For a long time i've used on my wordpress blog plugins to display related posts at the bottom of the content, but some days ago I've noticed of a certain slowness of my websites, somethings like 20-30 seconds to generate post preview, browsers error while post charges. I thought that was a hosting's problem, and really was. After 2-3 days hostgator solved that problem, but blog was also slow, very slow.
1 2 4