Design Trend For Minimal Site

Posted on Apr 11, 2010 in Blog, design, Ressources, Themes, Wordpress | 0 comments

Minimalism is a design style that emphasizes simplicity and the removal of superfluous elements in one’s own work. It’s applied in art, architecture, print work, and in web design. There is something extraordinary about making something magnificent with limited resources, and in this showcase, you’ll find the work of talented designers that exhibit exemplary use of Minimalism theories applied to web design.

Read More

How to Change WordPress default avatar

Posted on Mar 13, 2010 in Blog, design, Themes, Tutorials, Wordpress | 0 comments

Also want to change the default wordpress avatar called Mystery Man? You want to use your own image instaed of it? Follow this tutorial and choose a avatar which is more suitable to your theme.


Open your theme’s functions.php file and add the following rules:


add_filter( ‘avatar_defaults’, ‘newgravatar’ ); function newgravatar ($avatar_defaults) { $myavatar = get_bloginfo(‘template_directory’) . ‘/images /my-gravatar.jpg’; $avatar_defaults[$myavatar] = “My Avatar”; return $avatar_defaults; }

That’s all. Using the add_filter function you’ve changed the avat_default function a little bit, with newgravatar function. You’ve added your new avatar in default wordpress avatar list. Change my-gravatar.jpg with your own.

The last step is to upload your avatar into the images folder of your theme.

In order to change your default avatar go to Settings>Discussion and choose your image.

Read More

ThemeForest

Posted on Mar 12, 2010 in Blog, design, Ressources, Themes, Wordpress | 0 comments

ThemeForest

Read More

Templatic

Posted on Mar 12, 2010 in Blog, Ressources, Themes, Wordpress | 0 comments

Read More

ElegantThemes

Posted on Mar 12, 2010 in Blog, design, Ressources, Themes, Wordpress | 0 comments

Read More