Lol. That was quick! Cool, love that template anyway. Best of luck in your journey with wp! It really is the best platform ever.
yup..thank's but i still have problem..i want to change "Read the rest of this entry" and how to add widget in sidebar..?anybody?
What do you want it to change to ? And widget can be added into your theme if the theme is widget ready. It can be found under Presentation > Widgets whether your theme is widgets ready or not. Hope that helps
tks..Ajucoolest..i want to change "read the rest of this entry" with "continue reading"..i hope u know what i mean
Man i was looking for the same, few months back, but couldn't find any solution for it, just i got the answer as that it is theme supported feature.May be there is any other short way, but if you talking about the ' Read more...' just like at doshdosh blog then above is true.
If you can edit the theme files, find the following code in index.php of the theme <?php the_content('Read the rest of this entry »'); ?> PHP: and replace the Read the rest of this entry » string with whatever you want for example <?php the_content('continue reading ...'); ?> PHP: