Friday, September 6, 2013

4:07 AM
Making up of a good blog is everyone's dream. There are lots of things to done for starting up a blog. The overall loading time of a blog/website is one of the main field to get good ranking. Fast loading gives good ranking.
For fastest loading of the blog, main thing it shall be hosted in good server. Removing of images from home page also speeds up the blog.

For that do the following steps.

 Template
• Edit HTML
• Make Expand widget (Tick)
• Search for following codes


<script type='text/javascript'>
summary_noimg = 400;
summary_img = 400;
img_thumb_height = 195;
img_thumb_width = 260;
</script>
<script type='text/javascript'>
• Make 
img_thumb_height = 0;
img_thumb_width = 0;
• Save
 
 Then all Thumbnail images from home page will disable and still visible in post page. This tip make your blog run faster.

0 comments:

Post a Comment