hello i have another problem please when i add a new page in my blog it's like that http://trowdn.blogspot.com/p/propos.html
How i can change the forme of this page into a normale form
thanks ::
Blogger Forums » Blog Setup Help
Hello i need help
(2 posts)-
Posted 2 years ago #
-
this is due to the automatic post summary script present on your template..
Find
createSummaryAndThumb("summary<data:post.id/>");
and change it to
<b:if cond='data:blog.pageType != "static_page"'>
createSummaryAndThumb("summary<data:post.id/>");
</b:if>This will prevent the summarising on the static page. You will have to further tweak the template to get the post footer to work properly.
Refer - Blogger Conditional Tags
Posted 2 years ago #
Reply
You must log in to post.

