New theme for WordPress: Lagom 1.0

Post 71 of 262

After a long wait in the review queue, the Lagom theme for WordPress has now been approved and published in the official WordPress theme directory. It was made available three days ago, and it has already been downloaded more than 900 times. If you are looking for a classic 2-column blog layout, give it a try and post your feedback here.

, ,

This article was written by Andreas Viklund

Web designer, writer and the creative engine behind this website. Author of most of the free website templates, along with some of the WordPress themes.

6 comments:

EmilyNovember 27, 2011 at 06:30Reply

Hello, Andreas. I’ve just downloaded your Lagom theme and think it’s really lovely. I’m trying to get my website up and running, and would like to change “Home” to “home” (in the header menu). Is there an easy way this can be accomplished?

Thanks very much!

templatesmechanicDecember 1, 2011 at 19:47Reply

Look a file functions.php

/**
* Get our wp_nav_menu() fallback, wp_page_menu(), to show a home link.
*/
function lagom_page_menu_args($args) {
$args[‘show_home’] = true;
return $args;
}
add_filter( ‘wp_page_menu_args’, ‘lagom_page_menu_args’ );

David WJanuary 9, 2012 at 19:43Reply

Andreas, you’ve done an outstanding job! This is such a beautiful and simple theme.

Any advice on how to remove the categories from the main page and also the meta?

Again, absolutely love it. My gf is thrilled too!

Andreas ViklundJanuary 10, 2012 at 09:55Reply

Thank you! You can replace the category and meta widgets by selecting other widgets to display, from the “Widgets” page (found under “Appearance”) in the WP-admin area. Good luck with your new site, I hope that the Lagom theme will work well for you. :)

AlanMarch 23, 2012 at 12:29Reply

Thanks for the theme Andreas!

I have uploaded an image in the header, however the Page links are stuck above my header.

Is there anyway to have the page links below the header image?

Regards

Alan

OnkiJune 7, 2014 at 23:05Reply

I found in the camp wordpress said: “This theme has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress”.

Is it still good enough I use this theme for a new type of wordpress?

Please explain.

Thanks.

Source : http://wordpress.org/themes/lagom

Menu