Blog Post webpart disappeared from post.aspx SharePoint 2013 - blogs

On my blog site on Post.aspx I edited the page, to modify the view so that we can remove the comments and likes from the posts. I saved my changes and the Post web part is no longer producing the post contents.
I have also completed the same process on the default.aspx Blog page and its just fine.
Please Please help.

Related

How to show excerpt on home page listing on blogger.com?

I want to show excerpt instead of full post content on the home page post listing on my blog https://florida-psychics.blogspot.com/. I've been searching for solution but can't find any. I remember it can be done in the theme editor but I can't find that solution anywhere. How do I do it?
I tried checking the theme settings but there is no option. I checked the code but can't figure out where to change it.

Gatsby blog path broken after append Facebook fbclid?

I have blog with Gatsby. Everything work when access blog post direct. For example when call this page load no problem: www.website.com/blog/blog-post-1
But when post to Facebook Facebook append fbclid: www.website.com/blog/blog-post-1?fbclid=XXXXX
Then when click this url this then make Gatsby blog post not load.
How to fix??

WPBakery Page builder showing code in UI page in theme

In blog theme There are two pages
1) All Post in one page
2) Detail post page
To build page we are using wpbakery
When we see the page type 1(All post in one page) some of page bakery's back end code is showing where as It should be design.
Where as page 2(detail post) is working fine.
Here is Image for Blog list page.
Image for Page 2 Blog detail.
Is the issue of theme or wpBakery page builder plugin?
Created ticket with WPBakery Page builder, Moved all code to another server and updated again with fresh WPBakery plugin download.
Now it is working fine. Just update the php version and it's working fine.

How can I redirect just a single blogger.com page to an external URL?

I have a blogger.com blog that covers a variety of topics, including PC troubleshooting tips. I've decided to start a dedicated PC troubleshooting blog, using a different blogging service. I want to move some of those PC troublehshooting posts from the old blog to the new blog. I want people who end up at the old posts via search engines to be automatically redirected to the posts on the new blog.
I know I can easily redirect the entire blog to an external blog, but I don't want that. I want to preserve the old blog, but just relocate some of its posts to the new one.
I know I can redirect individual blogger.com pages to other pages within the same blog, but I don't want that either. I want to redirect to an external URL.
I can add html code to blog posts in blogger, but I think it only accepts code that goes into the {body} section. Perhaps my problem boils down to two questions:
is there a way to edit the {head} section of a blog post without doing it for the entire blog?
is there a way to do an automatic redirect using code that you put in the {body} section?
It wouldn't be a 301 redirect, but you could put this code inside your body:
<script type="text/javascript">
window.location = "http://myblog.blogger.com/mypost";
</script>
Use pages gadget for a proper search engine friendly 301 redirect. Go to layout > click pages gadget (or add it if you are not already using it) and edit it to simple add external page to your menu. The only caveat is that it will become a part of the menu and will not be a hidden redirect which you can only manually post in links.

when adding post in wordpress the post coming on the top of the page not below the content where i wanted

I am using a WordPress theme.
In the home page i added the banner on top and some text below of it. Then i added a new post from the post Tab from the Dashboard menu. But when I am preview the site the post coming on the top of the page despite of below the content or the banner image.
Check this link enter link description here
The actual problem of the post coming on the top of the page is published date. The new post comes on the top and old posts below of it, I just changed the published date of old post into new date in posts settings.
Its done now, the post(content) which i wanted on the top of the page.