-->

Featured Games

Rescue Heroes: Billy Blazes (GBA)

A lightning bolt has struck the mountain top, and has ignited a fire that is out of control. Now you must lead Billy Blazes on a...

Showing posts with label Blogging Tips. Show all posts
Showing posts with label Blogging Tips. Show all posts

Friday, April 22, 2022

How To Hide Posts From Blogger's Homepage?

You will learn in this post that how can you hide all the existent posts from your blogger homepage. Whenever you want people not to see your blog posts when they visit your blog, you should make some changes in your blog's HTML coding. What if I don't know HTML coding. Then this post is a super chance for you to learn this trick here without having any knowledge of the HTML language. Focus on the below steps.

Step 1 :
First of all, you should open your blogger's dashboard. i.e search for blogger.com in any of the browsers. Also, you can access your blogger's dashboard in another way. Just open the chrome browser and click on the nine dots in the upper right side of your chrome. Scroll down and click on the Blogger.

Step 2 :
You are now standing on the blogger dashboard. For looking at the effect of this trick, it is essential for you to have some posts present in your blog. So come down and click on the theme option in the blogger's dashboard.

Step 3 :
Now find and click the three verticle dots given in the over right side of the web page. Click on the "Edit HTML" option. You are looking at your blog's HTML coding.

Step 4 :
Click anywhere in the coding area and just press Control+F from your keyboard. Now type <head> in the search box and click Enter. It will highlight the <head> tag from the HTML coding. Now click after the <head> tag and press Enter button and paste the following code.

<br />
<b:if cond='data:blog.pageType == "index"'><br />
<b:if cond='data:blog.url == data:blog.homepageUrl'><br />
<style>
#Blog1 { display: none; }
</style><br />
</b:if><br />
</b:if><br />

Step 5 :
After inserting the above code, just click save and head over to the blogger's dashboard and view your blog. You will be showing the empty homepage of your blog.
Are you still looking at all your blog posts on your homepage? If yes, then refresh your blog. Now your posts have been completely hidden from the homepage of your blog and you will no longer look at any posts on your blog.

Tuesday, April 12, 2022

How To Add A Download Button On Blogger?

Insidus Games is looking to expand its offering by providing some useful blogging tips based on some of the gadgets we use on our site and more. Our first introduction to blogging tips is a download button.

In the beginning, we inserted a keyboard with a link attached to it but managed to replace them all with this button (as seen above). Now we'll show you how to add this on your site.

1. Open Blogger post editor page.
2. In “ Compose view “, paste the following code:

<p><a href="https://DOWNLOAD/URL/GOES/HERE" target="_blank" style="font-weight:bold;font-size:20px;border:1px solid #ccc;border-radius:10px;padding:10px;text-decoration:none;color:#fff;background-color:#ff5722;">
Download Game
</a></p>

Here's some other pointers:
- By https put up the link in which people can retrieve the file.
- Download Game is the title of your link meaning you can change it to whatever you please.

3. Click Save and check your site and you too will have a download button.

You can also find me through the other platforms by pressing this link in brackets (Lnk.Bio).