My blog http://www.krishnavatar.com has pages at the navbar 'Home' and 'About Me', the 'About Me' page shows the 'Continue Reading' tag which i want to get rid off, i have borrowed some coding for the 'Continue Reading' option to my blog. Any solutions?

link|improve this question
What do you man by " i have borrowed some coding for the 'Continue Reading' option to my blog"? – John Conde Nov 10 '10 at 13:10
I'm presuming that he means something like this: eblogtemplates.com/… Correct me if I'm wrong about that though – Adam Thompson Nov 10 '10 at 21:04
feedback

2 Answers

Also, you could take a peek at the template file for the different pages. Depending on how your site is set up, there's likely a code/comment that calls for the "Continue Reading" tag. In WordPress for example, by default the quicktag is what you'd be looking for.

link|improve this answer
feedback

You should constrain the 'continue reading' code to show up only on posts, not on pages.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown