Feb 28

Sometimes it’s just like searching for a needle in a haystack: if you’ve ever googled for free and quality Wordpress Themes, you know exactly what we’re talking about. Most designers love to create Wordpress themes, so they can demonstrate the quality of their work and add some fresh works to their portfolios.

However, most Wordpress themes are either used too often (Kubrick theme, now K2, is definitely overused) or just have nothing to offer - particularly, if you are looking for a free, impressive and professional design. However, sometimes search is worth it. In the gallery below you’ll find 83 free Wordpress Themes you probably haven’t seen yet. All themes offer quality, elegance and a user-friendly interface.

Read the rest of this entry »

Dec 19

toosl you need

intall wordpress on your server

Notepad ( edit text and code)

xhtmlized , css development and xhtml development  need good if not good you can’t fix code

what file you need edit

index.php template file in your Theme’s directory

header.php and footer.php. The Template Tags that include them look like this:

<?php get_header(); ?> <?php get_footer(); ?>
sidebar.phpIt can be included in your index.php
template file with the following template tag
<?php get_sidebar(); ?>
 
The following template files are typical for the main template
(index.php) of a WordPress site:

header.phptheloop.php (The Content)  wp-comments.php

sidebar.php

searchform.php

footer.php
Perhaps your design does not need a footer

this is only basic tutorials no include Special Template

good luck to all ;)