Posts

How To Create Sitemap Page On Blogger

Create XML Site Map: Step 1: Login to your blogger blog and select the page and click on Add New to create a new page. Step 2: Click on Pages from the left sidebar then Click New Page. Step 3: Now type the page title 'Sitemap' and switch your page to HTML editor mode. Step 4: Delete whatever is inside the HTML view, then copy and paste the code given below in new Sitemap page. Step 5: Publish. STYLE-1 <script type="text/javascript"> var postTitle = new Array(); var postUrl = new Array(); var postPublished = new Array(); var postDate = new Array(); var postLabels = new Array(); var postRecent = new Array(); var sortBy = "titleasc"; var numberfeed = 0; function bloggersitemap(a) { function b() { if ("entry" in a.feed) { var d = a.feed.entry.length; numberfeed = d; ii = 0; for (var h = 0; h < d; h++) { var n = a.feed.entry[h];

Add Contact Form (Contact Us Page) in Blogger

Image
Part 1: Adding the Contact Gadget Follow the steps given below to add a contact us gadget on your blog. Step 1 : Visit blogger.com and log in to your account. If you are running multiple blogs, you need to choose the desired blog from the list. Step 2 : Click on Layout from the left sidebar to get an option to add gadgets. Step 3 : You can see an Add a Gadget link on the main panel on the right side. Clicking on it will bring you to a list of gadgets. Step 4 : Then, choose More gadgets from the left side. Now, you will see Contact Form . Just add the same. Part 2: Hiding the Gadget Now, you are going to learn how to hide the contact gadget. Step 1 : We need to play with the template section here. So, click on Templates from the left menu. Step 2 : Then, click on Edit HTML and you will be provided with the whole code of your blog in a large field. Step 3 : Search for ]]></b:skin> and place the following code just bef