please post a link to your site if you would like to get some suggestions.
Hello alchymyth -I post my site.
Give me suggestions.
check the validation erors:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tranquilityhospital.com.np%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
particular these errors:
‘Saw </>. Probable causes: Unescaped < (escape as <) or mistyped end tag. ‘
and
‘Unclosed element h1’
likely to be caused by a error in header.php in the last line of this section:
<<?php echo $heading_tag; ?> id="site-title">
<span>
<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
</span>
</<?php echo $heading_tag; ?>>
btw:
please don’t edit Twenty Ten directly, but create a child theme http://codex.wordpress.org/Child_Themes to work with.
this will also help to keep customisations during an upgrade.
Thank you alchymyth-
But I have problem to show home page static post as Welcome post so that I replace the category in home page. Please give me good suggestions.
Once again Thank you so much for help.