Friday, September 3, 2010

Show categories with icons

February 19, 2010 by admin · Leave a Comment 

Category Icons is a plugin I recently discovered that can help you display your categories on the blog with a little icon.
Thus you can easily put a small icon for each category and display these categories.

Add multiple authors to an article

February 10, 2010 by admin · Leave a Comment 

If you have a blog where articles are posted with multiple authors these two plugins can help you more.
These two plugins can help a lot to do this: Co-Author and Co-Author Plus.

use randoms images in header

February 9, 2010 by admin · Leave a Comment 

Header of a blog is a particularly important because it is the first thing seen by those who access the site. It can give a first impression on a blog.
How can you do the header images to change the reloading a page?

add an expiration date to your article

February 8, 2010 by admin · Leave a Comment 

This hack is very useful when you have a contest on the site. You can put a timeout for an article.
All you have to do is to modify the index.php and change the following code:

<br><br>&lt;?php<br>if (have_posts()) :<br>while (have_posts()) : the_post(); ?&gt;<br>$expirationtime = get_post_custom_values(‘expiration’);<br>if (is_array($expirationtime)) {<br>$expirestring = implode($expirationtime);<br>}<br><br>$secondsbetween = strtotime($expirestring)-time();<br>if ( $secondsbetween &gt; 0 ) {<br>// For [...]

show only some categories o wordpress menu

February 7, 2010 by admin · Leave a Comment 

You have many categories on your blog? Want to show only some of them?
You can do this easily by modifying the parameters for the following function:

Google Chrome is fast

February 6, 2010 by admin · Leave a Comment 

Chrome, according to studies, is the fastest browser that we can currently have.
Have you tried?

how to make a webdirectory from wordpress

February 6, 2010 by admin · Leave a Comment 

Probably when you think about Wordpress you think for a blogging platform. However Wordpress becomes used like a CMS sometime.
You could try to see how you could use a wordpress site to make a webdirectory.

Wordpress Gavatar – change anonymous pictures

February 4, 2010 by admin · Leave a Comment 

Do not like pictures for anonymous users from Wordpress Gavatar?
If you want to change this just add the following function to functions.php:

Custom css for article

February 3, 2010 by admin · Leave a Comment 

Each article is a challenge and can bring new ways  for you to show information.
So if you need to present different articles with different CSS then you can do the following work:
Add to header.php file the next code:

SEO Powered by Platinum SEO from Techblissonline