What exactly isnt clickable?
Your title in the header is and your blog posts are. I guess I dont see what you are talking about.
isn’t it already clickable? what exactly do you mean?
or do you mean the ‘home’ text beneath the pages list?
no i mean it post title
like that post title : “Today my dog get married”
when it clicked it go to that post page
such as http://www.somewhere.woo/p=222
thanks for help 🙂
Hi. The theme you are using doesn’t currently link the post titles to the actual posts. To have this happen you will need to modify the theme code, specifically index.php.
Please, please make sure you have a backup of everything before you start doing this!
In Index.php, look for the following line:
<h2 class="contentheading"><?php the_title(); ?></h2>
Change it to:
<h2 class="contentheading"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
You can find out more about modifying the loop here: http://codex.ww.wp.xz.cn/The_Loop
to dholowiski : thanks a lot, i try that now, and i will post when it has any change on it, btw thanks 😀
ok now it resolved, many thanks for dholowiski for your resolve,
and thanks for : wpbum, 412mark412 for their help too
😀