Though you aren’t sure what a blog is, you surely have come checked on until now. Did you ever search for your favorite recipe or any health tips? Then you have visited a blog to get information on that. Currently, if you are reading this, guess what? You are reading a blog post. Are you expert in cooking or dancing or DIYing? You can immediately start with your blog. With the rise in social media usage and influencer culture, even blogging has boomed. Today, it isn’t limited to niche hobbies, there are blogs related to all niches. If you haven’t yet taken the step yet, note that blogging offers you several perks. One thing is for sure that your success level is completely dependent on why and what niche you have selected for blogging. You might wonder whether it is the right time to start a blog. Suppose you are facing unemployment or perhaps you are planning to bring a change or even second income for yourself, and you’re trying to imagine how a blog will bring you passive revenue. Y...
Today we are here with blogging tips and tricks. I will discuss how to add recent post widget for blogger blog with the help of html/javascript. To do this customization you should have knowledge of adding html gadgets in bloggers layout feature. Follow the steps below and get your featured widget of your own choice. Your new published post with some details will come exactly on the place where you add below HTML and JavaScript code. Here we provide 2 type of codes one is for only post title and next one is for post title with some details about post. Its your choice of implementing right code for your blog. The two form of codes are given below and only one of them is needed to add on html gadget. Code 1 : Recent Posts Widget with post details <div id="hlrpsa"> <script src="http:// helplogger.googlecode.com/svn/trunk/recent-posts-with-snippets.js"> </script> <script> var numposts = 5 ;var showpostdate =...