Skip to main content

Posts

Showing posts from October, 2021

What is the Limit to Post in Blogspot Per Day?

How many post can you make in blogger per day? Maximum Limit to Post per day for a blogspot user is:-  100 blogspot posts per day If you exceed more then 100 then you will start to get bounce emails that your post has not been delivered. Note:- The limit of 100 is for a "Single Gmail Account Per Day" . Example. If you have 2 blogs using the same account and you have posted 50 post for blog A and 50 post for blog B it will be still counted as 100 collectively .   Views:

How to Add the Copyright to Blogspot - How Blog Stuff Works

 First you have to remove Blogger powered by widget, and to do that follow this steps.  Steps - https://howblogstuffworks.blogspot.com/2021/10/how-to-hide-remove-powered-by-blogger.html Once you are done removing the widget Go to your Layout > Add a Gadget > HTML/JavaScript And copy paste this following code. Replace the |YOUR BLOG NAME| with your blog name. <div style= "text-align: center; font-family: sans-serif;" > Copyright &copy; <script> var CurrentYear = new Date ().getFullYear() document .write(CurrentYear) </script> |YOUR BLOG NAME|, All Rights Reserved. </div> Save and drag the HTML widget down next to footer & you are done. So, what is happening in this code?  We are using javascript to get the latest year and printing your blog name along with current year. So it will look as if your blog is updated. And you don't have to change the year in-case you f

How to get View Count in every single page in blogspot / blogger?

Before we start let me answer some of your following questions that you might be thinking...   Q. What is "View Count" anyways? Ans. With View count you can keep track on how many people have visited your blog site with a total number of counts displayed in your blog. It also gives you a better idea how many people are coming to your blog daily. Q. Blogspot / Blogger already has this feature so what so special about this tutorial? Ans. Yes, I agree blogspot does have this feature and its great no coding involved but you cannot do this... Suppose you have made 2 posts: Page A, Page B. Whatif you want to know how many people visited Page A Vs Page B. Suppose people visited Page A - 100 times and Page B - 5 times. Blogspot View Count will show you only total visits i.e. 105 visits. And not for Page A or Page B specifically.  So to see Views for Each page... this is how to I did. Just copy paste this code on your blogspot page and you are good to go. <!--- //////////

How to hide / remove Powered by Blogger Attribution Gadget?

To remove " Powered by Blogger " attribution follow this steps. Go to Theme CUSTOMIZE (Click on Down Arrow ▼) Edit HTML (Click) Click anywhere on html and press (Ctrl + F) Search for:- ]]> </b:skin> Click on it to Copy:- Copied And after pasting it would look like this:- #Attribution1{display:none;} ]]> </b:skin> Click on Save button. Now your Blogger attribution is removed successfully. Views:

Which blogspot theme works best with PNG transparent Image?

Transparent PNG Images that goes well with following blogspot themes Names of Themes No.of themes Supports Transparent PNG Image Contempo (5 sub theme) Yes Soho (5 sub theme) Yes Emporio (5 sub theme) Yes Notable (5 sub theme) Yes Essential (1 sub theme) Yes Simple (7 sub theme) No Dynamic Views (7 sub theme) Yes Picture Window (3 sub theme) Yes Awesome Inc. (6 sub theme) No Watermark (4 sub theme) No Ethereal (3 sub theme) Yes Travel (4 sub theme) Yes Views: Watch More Stories

Which blogspot theme works best for mobile view?

Blogspot themes responsive in mobile mode Names of Themes No.of themes Best for Mobile mode Contempo (5 sub theme) Yes Soho (5 sub theme) Yes Emporio (5 sub theme) Yes Notable (5 sub theme) Yes Essential (1 sub theme) Yes Simple (7 sub theme) No Dynamic Views (7 sub theme) Yes Picture Window (3 sub theme) No Awesome Inc. (6 sub theme) No Watermark (4 sub theme) No Ethereal (3 sub theme) No Travel (4 sub theme) No Views:
Back to Top