Have you always looked for a way to remove or prevent new posts from appearing on other pages in your Blogger blog, but never found the straight-to-the-point answer to your problem??
It's really frustrating, right?
Don't worry I got your back, Today I will give you a quick and easy tip on how to remove those unwanted posts from your about, contact, or any other page. You'll also get the opportunity to see how you can tweak and customize your blog in blogger according to your needs.
We're going to use two methods, if the first doesn't work don't give up, try the next method.
Let's begin..
Method 1
- Firstly, Go to your blogger dashboard and click on the pages tab
- Next, click on the page you want to edit, enter in edit mode
- Next, Go to the select view tab represented by a pencil and click on HTML view,
- Next, Copy the following line of code and paste it anywhere in the edit section
Finally, Go click on publish
Tada 👏😄, Now if you go to you're blog and click on those pages you'll see that those posts are no more. Happy right
Method 2: (You'll need to use google chrome!!!)
- Firstly, Open chrome and go to your blog's URL
- Next, go to the pages where you want to remove the posts from and right-click on the posts section
- Next, Right-click on the section where the posts are and select inspect
- Next look for the class id ( e.g FeaturedPost, PopularPosts) and copy somewhere
- Then repeat steps 1 to 3 of method 1 above, then instead of copying the code above, type
<style>
.AnythingPost{
display: none;
}
</style>
"replace ".AnythingPost" with dot the class id of the post section you got using the inspect tool "
Finally, click publish. Now if you go to that page the posts will have disappeared
I hope you were satisfied, I told you everything you need is here.
If you liked the post, comment below, share this post, feel free to ask any question, and stay tuned for more
Thanks
Comments
Post a Comment