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:
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!
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’ );
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!
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. :)
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
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