Blogger Forums » Blog Setup Help

Hello i need help

(2 posts)
  1. owner1306

    new member
    Joined: Mar '10
    Posts: 3

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

    Posted 2 years ago #
  2. aneesh

    site admin
    Joined: Jul '09
    Posts: 244

    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 #

RSS feed for this topic

Reply

You must log in to post.