at all pages of blogger like main page and searched pages,it shows whole post content can we do something that it shows short description of post and its image and put more (link) at psot footer for showing post complete
You can easily set up a "Read more" tag , just read this post implementing "read more" to your posts on blogger It'll take just 5 minutes with code and it will be ready to use
thanks a lot Chr1ssst0pher but when i copy this code it doesnt save and gives me this error: Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: Open quote is expected for attribute "{1}" associated with an element type "cond".
hm... this is not my blog but I was sure that the code is right. Ok, I've checked on my blog and what you should so is: Paste following code before</html> <style> <b:if cond='data:blog.pageType == "item"'> span.fullpost {display:inline;} <b:else/> span.fullpost {display:none;} </b:if> </style> And following code right before tag <dataost.body/> <b:if cond='data:blog.pageType != "item"'> <a expr:href='dataost.url' target='_blank'>Read more...</a> </b:if> And save it. Hope now it will work... And than as it is written on that blog write your post with tags: write here the beginning of the post<span class="fullpost">And this will be shown after read more...</span> I hope that this will work for you, if not tell me I'm anxious to work it out. And are you using new blogger?
(((( f*ck.. then I don't know, sorry, I guess the reason is in the template... can't be sure what happens coz I double checked it and it is ok for me