Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Your blog posts are all displaying correctly. That narrows down the problem. If ALL your static pages show no content, then there is a condition on all static pages which is causing the problem. </p> <p>To find the CSS conditions placed on all static pages (assuming all the pages are not displaying content):</p> <ol> <li><p>Login to your Blogger.com account</p></li> <li><p>Go to your Template page on Blogger.com</p></li> <li><p>Click the gray button named "Edit HTML"</p></li> <li><p>Search and find (if you're using a windows system- hold "Ctrl" and press "f"):</p> <pre><code>&lt;b:if cond='data:blog.pageType == &amp;quot;static_page&amp;quot;'&gt; </code></pre></li> </ol> <p>If you found the correct one, you should see something similar to this (except with CSS codes in the middle):</p> <pre><code>&lt;b:if cond='data:blog.pageType == &amp;quot;static_page&amp;quot;'&gt; &lt;style&gt; CSS codes here &lt;/style&gt; &lt;/b:if&gt; </code></pre> <p>The CSS codes is where your problem will likely be. Something in one of those codes is stopping all the static pages from displaying content. If you know CSS + HTML you can likely spot it. If not, copy and paste the CSS codes (by editing your Stack Overflow question) and I will look into it for you. </p> <h2>Edit: Part 2:</h2> <p>The part of the template that I was refering to would have been above the <code>/b:skin</code> (if style related) or <code>/head</code> (if script related, not style related). Also you would have seen CSS codes between the conditions, not HTML codes. </p> <p>However, I downloaded the template and uploaded it to test the pages. The pages are also not working on my end. </p> <p>Usually problems like this are style or script related. However, the source of this problem is that whoever created this template gave a condition to not show post summaries on static pages but post summaries is the only way to show the content. What they failed to do was make a new condition for static pages, hence nothing showed up on static pages.</p> <p>The code you pasted in your question, this is how it should look:</p> <pre><code>&lt;b:if cond='data:blog.pageType == &amp;quot;static_page&amp;quot;'&gt; &lt;div expr:id='data:post.id'&gt;&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;&lt;/div&gt; &lt;/b:if&gt; &lt;b:if cond='data:blog.pageType != &amp;quot;static_page&amp;quot;'&gt; &lt;b:if cond='data:blog.pageType != &amp;quot;item&amp;quot;'&gt; &lt;div expr:id='&amp;quot;summary&amp;quot; + data:post.id'&gt;&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;&lt;/div&gt; &lt;script type='text/javascript'&gt;createSummaryAndThumb(&amp;quot;summary&lt;data:post.id/&gt;&amp;quot;);&lt;/script&gt; &lt;/b:if&gt; &lt;div class='clear'/&gt; &lt;b:if cond='data:blog.pageType != &amp;quot;static_page&amp;quot;'&gt; &lt;div class='singleinfo'&gt; &lt;div class='more'&gt;&lt;b:if cond='data:blog.pageType != &amp;quot;item&amp;quot;'&gt; &lt;a expr:href='data:post.url'&gt;Full Story&lt;/a&gt; &lt;/b:if&gt;&lt;/div&gt; &lt;/div&gt; &lt;/b:if&gt; &lt;/b:if&gt; </code></pre> <p>That should fix your problem. Happy blogging! :)</p> <h2>EDIT (Blogger: Comments not showing on blog posts):</h2> <p>First, to narrow down the problem and get the simple fixes out of the way:</p> <blockquote> <p>1.The problem could be that the comments are turned off on your settings page. To check:</p> </blockquote> <p>1) Click on the "Settings" tab. </p> <p>2) Under the "settings" tab, once clicked, a new menu will appear under that section. Click on the one named "Posts and comments".</p> <p>3) In that page, you will have information about "Posts" and under that section is for "Comments". Make sure where it reads "Comment Location" that the drop-down menu is selected on "Embedded". If not, click that and then click the orange button "Save Settings" (in the upper-right hand corner).</p> <blockquote> <p>2: Blogger is designed is such a way that if you are looking at the posts from the homepage and you have post summaries enabled (which with your template, you do) then you can't see the comments until you click "Full Story". </p> </blockquote> <p>If you want the comments to appear on the homepage also, you have remove post summaries from the template. This changes based on what template is being used. </p> <blockquote> <p>3.Make sure the comments is checked on the Layout page: </p> </blockquote> <p>1) Click on the "Layout" tabs.</p> <p>2) Click on the "Edit" button in the lower-right hand corner of the square box called "Blog Posts".</p> <p>3) Under the "Post Page Options" make sure the "Comments" box has a checkmark next to it. If it doesn't, click that box and then click the orange "Save" button on the very bottom. </p> <blockquote> <p>4.Changing the template on the "Template" page where you click "Edit HTML" could cause other problems or glitches. Did you change your template at all, besides the changes I know about? When I loaded the template as a test site on blogger (even after the changes from your first question), the comments appear on my end, so the problem you're experiencing is not related to the fresh upload of the template. </p> </blockquote> <p>Also check this: </p> <blockquote> <p>5.Inside each post, even if comments are turned on, you have a choice to make all comments hidden for that certain post. Check and make sure that the correct option is selected. </p> </blockquote> <p>1) Open the blog post in question, by going to the "Posts" tab. </p> <p>2) Find the post you want comments to be shown on and click the title.</p> <p>3) In the sidebar, right-hand side, you have a list of "Post Settings". Click the "Options" menu. </p> <p>4) Make sure under "Reader comments" the selected option is "Allow" and <strong>not "Don't allow, show existing " or "Don't allow, hide existing</strong>".</p> <p>These are the over-looked and simple solutions to making comments appear in the blog posts. Check the list above and if everything is correct and the problem still remains, let me know and I will look into it further. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload