LK Magazine v2 Premium Blogger Template

Template name : LK Magazine version 2

Template type : 3 Sidebar, 4 Column, 3 Column footer, Elegant, Fixed width, Featured Section, Header Banner, Left Sidebar, Magazine, Premium, Right Sidebar, Slider, Tabbed widget, Top Navigation Bar, Video, White, Web 2.0

Release date : 05-22-2010

Coder/Designer Name(s) : Lasantha Bandara

Coder/Designer URL(s) : http://www.premiumbloggertemplates.com/
http://www.bloggertipandtrick.net/

Basic Instructions : How to install a Blogger template

Advanced Details : http://www.premiumbloggertemplates.com/2010/05/lk-magazine-v2-premium-blogger-template.html

Template Features

  • Column: 4 Columns/3 Sidebars/Right Sidebars/Left Sidebar
  • Fixed Width Template (1000px width)
  • 2 Horizontal Navigation Menus
  • Auto Read More Feature with Thumbnails.
  • 468*60 Header Ads banner
  • 468*60 Header Logo with the PSD file and Fonts.
  • 1 CSS Search Box
  • 3 Column Footer section
  • Social Bookmarking Buttons/Badges installed
  • SEO friendly blogger title hack installed to help you rank higher in Google
  • Blogger Default Heading Tag has Changed for better SEO
  • Meta tags installed
  • Top Bar with Feed buttons and Display Day,Month,Year
  • Hosted images on blogger. Free use forever!
  • Favicon support so you can add your own url icon
  • Compressed CSS to speed up your page load times
  • Embedded JavaScript date code showing current day
  • Built-in Related Posts Widget to show Related posts
  • Numbered Page Navigation Hack Installed
  • Breadcrumbs Navigation Hack Installed
  • Replace "Older Posts","Home","Newer Posts" Text Navigation with Images
  • Automatically highlight author comments
  • Modified Comments Section to Enable Avatars in Blogger Comments
  • Many more ......

Template Layout Structure

3 Column Footer Section

Template Customization

Basic Template Installation:

1.First download the template and unzip the file.

2.Now, sign in to Blogger dashboard and click on the layout.

3.Here is the important step, after uploading any new Blogger template, all of the previous widgets like your google adsense ads,text,profile,poll,etc etc will be lost.
So, to avoid this to happen, in this step click on 'edit' on all the widgets and copy the codes into notepad,etc.

4.Now click on the 'Edit html' tab

5.First of all please Download Full Template.This is to back up your present template.If the new template that you are going to upload makes/gets into some errors or if you make more complex errors in that,then you will loose everthing.So make sure that you back up your template.

6.Just below that,there's an option of uploading new template.So, use the Browse button and upload the downloaded xml file.

7.Now, a message appear saying that your widgets are about to be deleted.Click on the Confirm & Save (no problem doing this because we already copied the widget codes in Step 3).

8.Now click on "confirm and save".Now you successfully installed the template.

8.Click on the 'Page elements' page now and add the codes that you copied in step3 using the 'Add a Page Element' option.

Configure Meta tags

Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below codes :

<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>
<meta content='never' name='Expires'/>
<meta content='INDEX,FOLLOW' name='Robots'/>
<meta content='4 Days' name='Revisit-after'/>

Replace DESCRIPTION HERE,KEYWORDS HERE,AUTHOR NAME HERE as below.

DESCRIPTION HERE:Write your blog description
KEYWORDS HERE:Write the keywords of your blog separated by comma.
AUTHOR NAME HERE:Write the author's name(Your name)

Configure First and Second Navigation Bar

Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below code :

<li><a href='Your-Link-Here' title='Link-Title'>Link-Name-X</a>

Now Replace Your-Link-Here,Link-Title,Link-Name-X with your details.

Configure Header logo

Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below line :

http://2.bp.blogspot.com/_T46SliM0-PI/S_VIpcB5SmI/AAAAAAAAAMs/CuJPES_Z5aE/LK+Magazine+v2.png

Now replace it with your logo address/url.

How To Configure Favicon:

Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below code :

<link href='YOUR-FAVICON-URL' rel='shortcut icon' type='image/vnd.microsoft.icon'/>

Now replace "YOUR-FAVICON-URL" with your Favicon address/url.

Configure Featured content slider

Go to Layout-->Page Elements and click on "Add a gadget".

Select "html/java script" and add the code given below and click save.

<script type="text/javascript">
function startGallery() {
var myGallery = new gallery($('myGallery'), {
timed: true,
delay: 5000,
slideInfoZoneOpacity: 0.8,
showCarousel: false
});
}
window.addEvent('domready', startGallery);
</script>


<div id="myGallery">


<div class="imageElement">
<h3><a href="ENTER-YOUR-POST-1-LINK-HERE">THIS-IS-FEATURED-POST-1-TITLE</a></h3>
<p>FEATURED-POST-1-DESCRIPTION</p>
<a href="#" class="open"></a>
<img src="FEATURED-POST-1-IMAGE-ADDRESS" class="full" alt="" />
</div>

<div class="imageElement">
<h3><a href="ENTER-YOUR-POST-LINK-2-HERE">THIS-IS-FEATURED-POST-2-TITLE</a></h3>
<p>FEATURED-POST-2-DESCRIPTION</p>
<a href="#" class="open"></a>
<img src="FEATURED-POST-2-IMAGE-ADDRESS" class="full" alt="" />
</div>

<div class="imageElement">
<h3><a href="ENTER-YOUR-POST-3-LINK-HERE">THIS-IS-FEATURED-POST-3-TITLE</a></h3>
<p>FEATURED-POST-3-DESCRIPTION</p>
<a href="#" class="open"></a>
<img src="FEATURED-POST-3-IMAGE-ADDRESS" class="full" alt="" />
</div>

<div class="imageElement">
<h3><a href="ENTER-YOUR-POST-4-LINK-HERE">THIS-IS-FEATURED-POST-4-TITLE</a></h3>
<p>FEATURED-POST-4-DESCRIPTION</p>
<a href="#" class="open"></a>
<img src="FEATURED-POST-4-IMAGE-ADDRESS" class="full" alt="" />
</div>

<div class="imageElement">
<h3><a href="ENTER-YOUR-POST-5-LINK-HERE">THIS-IS-FEATURED-POST-5-TITLE</a></h3>
<p>FEATURED-POST-5-DESCRIPTION</p>
<a href="#" class="open"></a>
<img src="FEATURED-POST-5-IMAGE-ADDRESS" class="full" alt="" />
</div>

</div>

Change 5000 to change your slider speed.

NOTE : Remember to replace ,

ENTER-YOUR-POST-X-LINK-HEREs with your real post links.

THIS-IS-FEATURED-POST-X-TITLEs with your real post titles.

FEATURED-POST-X-DESCRIPTIONs with your post descriptions.

FEATURED-POST-X-IMAGE-ADDRESSs with your real image addresses.

More details: http://www.bloggertipandtrick.net/2010/05/mootools-featured-posts-slider-blogger.html

Configure Multi tab widget

Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below lines :

ENTER-TAB1-CONTENT-HERE

ENTER-TAB2-CONTENT-HERE

ENTER-TAB3-CONTENT-HERE

Replace these lines with your tab contents.

Configure 125*125 Ad Banners

Find below code in your template.

<!-- Banner -->
<div class='banner'>
<ul>
<li><a href='http://themeforest.net?ref=wam8387' rel='bookmark' title=''><img alt='' src='https://4.bp.blogspot.com/_T46SliM0-PI/S_VK7D-QSNI/AAAAAAAAAM8/KfE0GynX7KI/tf_125x125_v4.jpg'/></a></li>
<li><a href='http://themeforest.net?ref=wam8387' rel='bookmark' title=''><img alt='' src='https://4.bp.blogspot.com/_T46SliM0-PI/S_VK7D-QSNI/AAAAAAAAAM8/KfE0GynX7KI/tf_125x125_v4.jpg'/></a></li>
<li><a href='http://themeforest.net?ref=wam8387' rel='bookmark' title=''><img alt='' src='https://4.bp.blogspot.com/_T46SliM0-PI/S_VK7D-QSNI/AAAAAAAAAM8/KfE0GynX7KI/tf_125x125_v4.jpg'/></a></li>
<li><a href='http://themeforest.net?ref=wam8387' rel='bookmark' title=''><img alt='' src='https://4.bp.blogspot.com/_T46SliM0-PI/S_VK7D-QSNI/AAAAAAAAAM8/KfE0GynX7KI/tf_125x125_v4.jpg'/></a></li>
</ul>
</div>
<!-- /Banner -->

Now replace "http://themeforest.net?ref=wam8387" and "http://4.bp.blogspot.com/_T46SliM0-PI/S_VK7D-QSNI/AAAAAAAAAM8/KfE0GynX7KI/tf_125x125_v4.jpg" with your details.

Configure "Blog Posts" Widget

Login to your blogger dashboard--> layout- -> Page elements.Click on "Edit" form "Blog Posts" Section.Now change it value as the picture below:

Configure "Timestamp Format" Format

Login to your blogger dashboard--> Settings- -> Formatting.Now set your timestamp format as the picture below.

Important !!!:

Do not remove Footer Credits.

License:

This free Blogger template is licensed under the Creative Commons Attribution 3.0 License,which permits both personal and commercial use.
However, to satisfy the 'attribution' clause of the license, you are required to keep the footer links intact which provides due credit to its authors. For more specific details about the license, you may visit the URL below:
http://creativecommons.org/licenses/by/3.0/

170 thoughts on “LK Magazine v2 Premium Blogger Template

  1. My apologies, I can't get the Blog title to show
    Using your code for recent and most popular post I get nothing but error
    codes

    Using the Blog crowd link for you tube gives me error codes, trying you tubes code
    gives me error codes.

    I love this template but it may be beyond my capabilities

    will let you have a look http://www.bigbendbikersforfreedom.com/

    If I can't figure it out will have to move on. Thanks anyway

  2. One more note the reason I was switching was due to IE freezing on last template after their recent update. Apparently that continues, rgnostic@gmail.com

  3. this its a great template..
    PBTemplates a im using it but with some modifications on it, i would like to know how could i have more spaces between the 2 sidebars and the postbody? (left and rigth).

    and pagedownd in the footer the black background i want to get it little or be more smaller or thin, i want the 'recent post' 'popular post' and 'recent comments' be at the top of that black background, and donΒ΄t have that space beetwen the 'recent post' and body...
    sorry for my english i hope that you understan a little

  4. Hello PBtemplates,Can You Please Help In Showing HTML Code In Blog Posts Which Must Be Helpful To Copy By Visitor's.
    It Must Be Showed As it Is.Since By Default Every Browser Reads And Automatically Implement The Code And Not Show The HTML Code
    Example: Just Like You Show HTML Code In Your Blog Post's
    Please Help Me
    Regards,
    Saikrishna

    It Will Be A Great Help If you Solve For Me πŸ™‚
    Have A Nice Day Bro...!

  5. Hello sir,
    how can i get this template? please help me. many times I tried to download this template but i am not success to download your template. i hope that u will be help me.thank you.

  6. I have got your this template now with your help,It's really nice template and you are a great and so helpful man. thank you so much for helping and i need your help once again please how can i make slider on my blog page, already i have used your slider code and I read your more details instructions also but till i couldn't make it. hopping yours positive help. thank you..

  7. Hello PBTemplates,
    Thank you so much i am successful to make slider. But i couldn't make a blog Header logo when i replace this code(http://2.bp.blogspot.com/_T46SliM0-PI/S_VIpcB5SmI/AAAAAAAAAMs/CuJPES_Z5aE/LK+Magazine+v2.png)nothing appears in blog header please help me once again.. thanks

  8. Thanks For Your Help Bro And It Worked In That Way Of Showing Html Code But What I Need Is... I Like To Show Html Code Just Like You Show In Your Blog Post

    Please Help Me On This...And Is There Any Code To Add In Template Which Helps Me Whenever I Post Html Code In Blog Post To Show It Automatically To Visitor's To Copy Or Use
    Please Help Me In These Bro πŸ™‚
    Have A Nice Day πŸ™‚

  9. Why I have trouble with this template: the left side bar. Is there a way I can remove it totally so that the post takes up that place instead?

    Thanks.
    (Have not yet installed it)

  10. Hi PBTemplates,

    today dont know why only one post is showing on my home page.
    plz help me to sort out this problem.
    my site is techbyte4u.com

  11. First of all id like to thank you for this GREAT Template
    but i have a question
    How could i change the colors of this style from to be yellow i mean font colors and layout colors ...every thing
    really appreciate you help πŸ™‚

  12. doctor, necesito que me ayudes con los menus para que cuando haga clic en uan de las opciones aparcesca mi la pagina pero en mi mismo blog (el contenido)

  13. Thank you for your template, it is great. I tried to remove the left side bar and increase the main content column to @705, but I faced a problem. The black color continued to show in the post contents, so I have white and black. My site is scientific, and need to increase the width of the main content and have a white background. Please, help me to do it correctly. Thank you for your efforts

  14. Configure Multi tab widget

    Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below lines :

    What Do I put On These Lines , I just Want to have my recent postings appear and Recent comments Appear.
    ENTER-TAB1-CONTENT-HERE

    ENTER-TAB2-CONTENT-HERE

    ENTER-TAB3-CONTENT-HERE

    Replace these lines with your tab contents.

    Can You explain This Better

  15. Hello Lasantha,
    I've followed all the procedures, but can't get the "featured post" to work. Is there any update about this? Thanks

  16. @Martin

    I checked your blog.

    Find this code in your template:

    <script src='http://pwam.googlecode.com/files/mootools-1.2.1-core-yc.js' type='text/javascript'/>

    Now replace it with below code:

    <script src='http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js' type='text/javascript'></script>

    save the template.Now your slider will work fine.

  17. Hello Lasantha,

    I've changed the code as you said, but the slide doesn't work. Instead of sliding like in the demo web, all the featured posts appear on the top of (overlap) the blog posts. Can you please help? Thanks very much!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Need a New Theme Design / Theme Customization?

We offer hundreds of free Blogger templates / Blogspot themes. However, if you want a unique theme or need to customize your current theme, please let me know. The end result will undoubtedly satisfy you.