Arthemia magazine blogger template

This is one of the latest popular wordpress template converted to blogger by Themelib.Arthemia is a free professional magazine style theme designed by Micheal Jubel.


Features included :

  • Two/Three columns depend on your cutomization
  • Professional design with magazine style
  • Built-in search box
  • Nice drop down menu
  • Three footer widgets
  • Banner ad ready (468×60)
  • Google Adsense ready (300×250 rectangle, 120×600 sidebar)

Do It YourSelf!

NOTE: It is requested to upload the images to your own host so that you don’t get bandwith related problems and your blog loads faster.

Step 1.Change Blog’s logo

Here is the logo link, you should change it to yours

http://i286.photobucket.com/albums/ll96/themelib/arthemia/logo.png

The size of logo should be about 180×40 pixels

Step 2.Set up the Drop down menu


Press Ctrl+F to find these lines
<ul class='left clearfloat' id='page-bar'>
<li><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a href='#'>Menu1</a></li>
<li><a href='#'>Menu2</a></li>
<li><a href='#'>Menu3</a></li>
<li><a href='https://www.smartbloggerz.com/'>Smart Bloggerz</a>
<ul class='children'>
<li class='cat-item'><a href='http://templatestreasure.blogspot.com/2008/01/about-me.html'>About me</a></li>
<li class='cat-item'><a href='http://www.contactify.com/2b04c'>Contact me</a></li>
<li class='cat-item'><a href='https://www.smartbloggerz.com/'>Visit my blog</a></li>
</ul></li>
</ul>

As you can see from the code in bold above, we can create child items (About me, Contact me, Visit my blog) for an item (Smart Bloggerz). You can duplicate these code to create more child items for others.Change it According to your needs.

Step 3. 468×60 banner ad
Search for <div class=’banner-ad’> If you’ve got ads to place in here, then just replace the code.Note that you encode the script that you are going to paste via this website.

Have Any Problems?Ask Me.

23 thoughts on “Arthemia magazine blogger template”

  1. hello
    i’d like to know if i could add, on the first page, when the article is too long, a message with “read more here” instead of to have the whole article on the first page?
    thx,

  2. Hi Typhoon

    One more question… How did you add the space between the ads? Did you use any codes? Please reply me…

  3. @MK adida

    Nope, I haven’t added any code just used that table code which I had set up on your blog.

    Make sure you use the white background of google ads so that it looks like that there is a space between them..

  4. Typhoon,

    Hmm… I think I have some problem! I don’t know how to create some space between the 125×125 ads… Do I make the cell padding bigger? Or could you send me the code?

  5. For giving space between ads I have used this command:
    &nbsp;

    So add &nbsp; between 2 ads.

    See the code will look something like this:

    <center><p><a href="YOUR-DESIRED-LINK-HERE" target='_blank'><img width="125" src="IMAGE-LINK" height="125"/></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="YOUR-DESIRED-LINK-HERE" target='_blank'><img border="0" src="IMAGE-LINK"/></a></p></center>

    You can add a center tag to make them appear in center..Also make use of paragraph code for a group of two ads to make them look nice

    Paste it in the widget by replacing the things mentioned in the code.

Comments are closed.