Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

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?

share|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

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.

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.