Linoluna: Magazine-style Theme for WordPress
30 December 07 at 16:29 in Wordpress and Themes # 294 CommentsBored of usual WordPress template? Well, magazine-style themes is now becoming a trend. With Linoluna, you will be brought to a new level of blogging. It is a simple and neat theme for a magazine-styled blog. The theme use the WordPress’ template tags quite extensively but still, it is very easy to use. Linoluna best suits a multi-author WordPress blog.

The CSS is lean and the design is very simple. Basically it is a grid-styled layout with green accents. The theme uses a tabbed navigation to show the most popular posts. There are four tabs avaiable and by default it is “Viewed”, “Commented”, “Top Rated”, and “Emailed”. There is a slideshow animation for the featured articles in the front page. It is a simple JavaScript from JQuery.com.
You can see the statistics of each page in a rectangular box inside every post. I include some fresh icons to make everything look better. The statistics includes the total comments, total views, author name, category, date, and the email and print function. For the best functionality, you should have the plugin WP-PostView, WP-PostRating, WP-Print, WP-Email installed. Those plugins are from LesterChan.net.
Installation
- Download and extract the zip file.
- Upload the theme file to your server at “/wp-content/themes/” folder.
- Activate the theme. (Admin Panel -> Presentation -> Themes)
Configuration
- Linoluna is built to support WP version 2.0 and up.
- The theme is sidebar widget-ready. By default, the sidebar is divided into four sections. Sidebar-Top, Sidebar-Left, Sidebar-Right, and Sidebar-Bottom. Each sidebar can be configured in the WP Admin Panel (Presentation -> Widgets). So it will be only clicks-and-drags.
- In the
index.phpfile you will find some PHP code like:
<?php query_posts('showposts=1&cat=10'); ?>
The$catvariable refers to the respective category_ID. You can see the category ID from the WP Admin Panel. (Manage -> Categories) The$showpostvariable refer to the number of posts you want to show. - Images across the theme can be configured using the Custom Fields. You should add a custom field called “Image” in every post and put the image filename within the custom field value. Each post is attached with several images (but the same filename) that will be shown according to its proper places. The “Banner” image will be shown at the top of every post (below the title), the “Slideshow” image will be shown in the slideshow, the “Asides” image will be shown in the “Aside” section, and the “Thumbnail” images will be shown in the archive and author pages. I repeat, all images should be named the same for each post. (e.g Custom field name:
Image; Custom field value:pool.jpg) - The layout will also work with different image sizes of your likings but I think it’ll be better if at first you try everything using the default sizes. The slideshow images are 400x300pixels, the Asides images are 200x130pixels, and the Thumbnails are 75x75pixels.
- There is a dedicated author page that show the author biography, his/her photo, and his/her publications. The author photos should be named after the author’s last name. And it must be a JPG file. (eg. Hutagalung.jpg)
- An ad banner (468x60px) is shown in the post pages between the post entry and the comments. An ad square banner (300x250px) is shown in the sidebar.
- This is the folder structure of the theme folders:
- Main folder (index.php, single.php, author.php, style.css, etc.)
- Images->Ads (put the advertisements here)
- Images->Banner (put the banner images here)
- Images->Asides (put the aside images here)
- Images->Slideshow (put the slideshow images here)
- Images->Thumbnail (put the thumbnails images here)
- Images->Author (put the author photos here)
Download the theme (ZIP File).
This file has been downloaded 39376 times.
Anyway this is the very first theme that I made and I really want to hear any of your comments and suggestions.
Changelog
V1.1 Some PHP code correction. Linoluna now works well for blogs that are not installed on the root folder. (e.g http://www.yourdomain.com/blog)
Please note that there is no support provided for Linoluna.
—
We offer complete training package for Cisco certification with guarantee. Also get free demos of CCVP and CCDA exam questions.

Newsletter
Subscribe RSS


Great Theme! Thnk’s alot
??????- ???? ??????
????? ??? ?? ??????? ??????? ????? ?????? ????? ????? ??????. ???? ????? ??????? ??? ??.
Thank’s about the theme! Beautiful thank you Michael.
I LOVE THIS THEME! I’m really confused about how the images work though. Right now I’m showing the outline, sustainablesessions.com. Is there any way you could step through the post process? I know that’s asking a lot, any bit of wisdom would be MUCH appreciated!
Hi, what a great theme, it’s clean and professional, i’ll use it for my new site, but is it search engine optimized?
i more question. i want to show image with every post in category page.
i see only textual post in the category page .
Thanks for sharing this theme!
I like your theme “arthemia” and i want to add “uside-1 . uside2 . uside3
” from linoluna . in Arthemia under “BROWSE CATEGORIES”..
How can i do it .. plz help
all – thanks guys, I hope you like the theme.
Rosina Lippi – you can contact me via e-mail and email me your screenshot and I will tell you how to put the image URL in the custom field.
[...] Linoluna: Magazine-style Theme for WordPress – jubel and the unessentials Bored of usual WordPress template? Well, magazine-style themes is now becoming a trend. With Linoluna, you will be brought to a new level of blogging. It is a simple and neat theme for a magazine-styled blog. The theme use the WordPress’ template tags q (tags: wordpress theme webdesign) [...]
Hi — I’m having some fun trying to get this to work. The thing that confuses me most is how to set up the custom fields for the various image types.
I’m not sure if the url for the specific image goes into one of the boxes, or what.
If you could post a screenshot of your manage post page that shows how the image special fields are setup, that would be really useful.
I really hope I can figure this out. I like it a lot.
Brilliant theme, well done!
[...] Download [...]
so good that i would have have paid over $50
Ok I have done with it
I’m using the latest version of wordpress and WP-email plugin.
Sorry for mistake in my first comment, I’m using SQL 5 and php 4 (not 5). And then, I just change the .htaccess file for running php 5 functions.
AddHandler application/x-httpd-php5 .php
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
this is what you need in .htaccess file if you are running php4, and to perform php5.
AddHandler application/x-httpd-php5 .php
Kelly Cain – can you be more specific what trouble you are facing?
hissikablelvuku – maybe you have the old version of WP-Email plugin installed. The plugin do have some problem with WP 2.5.1 and should be upgraded to the latest version. Check LesterChan.net to find out about this. What version of WP are you using?
Warning: cannot yet handle MBCS in html_entity_decode()! in /home/content/e/y/e/eye4sur3v3rs3/html/kimediyorumben.com/wp-content/plugins/wp-email/wp-email.php on line 314
error on just VIEWED tab. And I’m using php 5.
I’m sort of slow at this and having trouble understanding what I need to do to insert asides and banner, is there anyone who can help me? email: kellyecain@gmail.com
Cat – you can fill the sidebar manually by editing the sidebar.php file, or insert widgets using the pre-programmed sidebar.
Dearesserhase – hello!
Tom – have you copied the jquery files into the correct folder? and have you tried to turn off the e-commerce plugin? i suspect some conflicts there. both are jquery features.
Hans – thanks Hans!
[...] Informação Demo [...]
[...] Guarda le info Guarda il demo [...]
great theme! well done. I really like it!
Hi,
I’m testing out this theme at the following URL:
http://www.ultimateshirtcompany.com/blog/
I’m just having trouble getting the slideshow to start. When you click on 1,2,3,or 4 the slideshow is activated, but it is not activated upon the page being loaded. Would appreciate any help.
- Tom
[...] A drop-down menu is now becoming a standard navigational tools. Many Linoluna users said that a drop-down menu is quite a must-have thing in a website. Well, I am giving you what you [...]