How to Overcome Static Pages Blog Posts Does not Appear

Wednesday, October 30, 2013

How to Overcome Static Pages Blog Posts Does not Appear - To create a blog page you can read the article on the blog page there own way . This case is common if you are using a downloaded template with features read more . But what about after you have created a blog page content does not appear ? Here you can find a solution.

Static Pages Blog Posts Does not Appear

Before continuing guidance on how to overcome the static pages blog article does not show up, I will explain a little why static blog page article does not appear ? The main factors that make the blog page does not show up is because the template code is only steer or give commands to read my article either deliberately or not the editor that an article on the blog pages may not appear or appear.

Okay , now we move on guidelines on how to overcome the static blog page articles do not show up. To bring this troubled blog page , please follow these few guidelines . The following guide consists of a discussion that I adjust to the problems you experienced with your blog page that does not appear.
  1. login Blogger
  2. Go to page templates
  3. Choose Edit HTML
  4. Find the code (Ctrl + F) below.

    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
    <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
    </b:if>

  5. Place the following code between the code above

    <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
    <data:post.body/>
    <b:else/>
    <-- code no. 4 -->
    </b:if>

  6. Make sure the result is more or less like this

    <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
    <data:post.body/>
    <b:else/>
    <b:if cond='data:blog.pageType != &quot;item&quot;'>
    <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
    <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
    </b:if>
    </b:if>

  7. Your job is done and save
NB:
Highly recommended, backup first before doing Edit HTML or blog template