Slide show

Published post not showing on homepage


Published post not showing on homepage

The Question:
I have recently published a post and nowall of a sudden people can't seem to view it on my blog? When I click the 'view' button it is is on my blog but when I go to my home page it should show up as a recent post but it doesn't? Can someone fix this please?

The solution:
It looks like there is a problem with your Template. I assume it's one you've either built yourself or got from a 3rd party supplier. Unfortunately these are not always well tested or supported.

If you look at your Baking Labels link, you will see you post being displayed.

https://www.christinascorner.co.uk/search/label/Baking

One thing you can try, is to edit the post that is not displaying on the homepage . Click on the HTML tab of the blogger editor, and then after the image place this code

<!-- more -->

Also do the same for the post just before this one.

https://www.christinascorner.co.uk/2019/07/bali-cooking-class.html

The problem is that some of your posts are very large and your template is attempting to load them all on the homepage. It's timing out and as a result the last post is missing from the homepage.

The "more" code above speeds up the homepage loading by only loading the parts of the article that are required for the homepage. ie the title and image


https://support.google.com/blogger/thread/11562509/published-post-not-showing-on-homepage?hl=en

keyword : Why can't I see my blog post in Blogger? Why does it show no posts?

How to Add Jump Break in Blogger

Jump Break is the out of box feature provided by Blogger to implement the "Read more" links on the blog's index page. Bloggers have been implementing "Read more" link(jump break) manually by editing their HTML which is complicated and error prone process.

With Jump Breaks, we could show just a snippet of our post on our blog's index page(home page) rather than showing the whole post content. Now a days, this is becoming a latest trend.


Why one should use Jump Breaks?
Speed up our page load time
Visitors see a selection of our posts without the need to scroll
Helps us to reduce the bounce rate of our blog - Visitors now have to click on the read more link to view the whole content.
Increase our page views

How to insert Jump Breaks in Blogger?
Adding jump breaks in our post is very simple and it could be achieved in two ways:

Using Inset Jump Breaks Icon present in editor's toolbar
By adding 

<!-- more -->

in HTML mode
 
Using Inset Jump Breaks Icon present in editor's toolbar
  • Sign in in our blogger account
  • Go to Post Editor (Blogger >> Edit Post )
  • Place the cursor in the content area where one would like to add the Jump Breaks
  • Locate and click the "Insert jump break" icon present in the editor's toolbarThe "jump break" will be inserted into our blog post at our cursor's position.

By adding <!-- more --> in HTML mode If we don't want to use the new post editor, we can still insert a jump break in HTML mode by adding <!-- more --> where we want to position the jump break.

NEW !!! You can actively participate in the wordpress911 team to ask and answer questions to upload articles and videos register » Here

Links: You can download the best WordPress Woocommerce templates HERE


No comments:

Post a Comment