Nautica-magazine WordPress theme

Nautica-magazine is based on the nautica05 open source template by studio7design. It is a theme for webzines managed by WordPress. The theme doesn’t work out-of-the-box, you need to heavily edit the index.php to work with your site. If you want a blog version of the theme, download it here.

Before activating the theme, please read the readme.txt file included in the package.

Nautica-magazine displays articles in content blocks in the index page. The first block publishes the latest story categorized as banner. The next two blocks publish the latest stories in the Feature Stories and Opinion Section categories.

Customize these blocks to use your site’s sections. Edit <?php $posts = get_posts( "category=4&numberposts=1" ); ?> , change the category ID to match your sections category ID and numberposts to your preferred number of posts for each section.

If you want to publish only the headlines for a subsection, delete <?php the_content("Continue reading '" . the_title('', '', false) . "'"); ?> in the code.

Photo captions

The stylesheet contains div classes for publishing photos with captions (see this article for an example usage).

The classes are based on two dimensions: 500-pixel width for large photos and 250-pixel width for small photos. To use the photo caption presentation use:<div class="largecaptionright>IMAGE code CAPTION.

The options are “largecaptionright” for floated right presentation of 500-pixel width photos, “largecaptionleft” if you want it floated left; and “smallcaptionright” for 250-pixel width photos floated right, and “smallcaptionleft” if you want it floated left.

For comments and suggestions on the theme, please leave them at the blog post announcing this theme. I will still be working on the theme and among the things I want to add are templates for custom category pages to serve as your webzine’s sections. If you want to help improve the theme, leave me a note so that I’ll host this in Google Code so that we can use Subversion for the code.

Download

You can download the files here. It’s a box.net account. To download, click on the arrow beside nautical-magazine and choose Zip folder.

25 Comments

25 responses so far ↓

  • Announcing nautica-magazine WordPress theme for webzines at Leon Kilat ::: The Cybercafe Experiments // Aug 21, 2006 at 4:58 am

    Gravatar

    [...] You can download the theme here. Click on the arrow beside nautical-magazine and choose zip folder. Updates will be posted on the Nautica-magazine page. [...]

  • Mike G // Sep 21, 2006 at 11:58 pm

    Gravatar

    How do I place posts in the links that are directly below the header images? Currently all posts are posted to the main page. Any suggests, master guru?

  • vidya // Jan 22, 2007 at 1:18 am

    Gravatar

    Would you be interested in customising this theme for our website. We are starting a community website in the Bay Area . I tried tweaking the code but I am completely flummoxed.

  • Max Limpag // Jan 22, 2007 at 10:08 pm

    Gravatar

    Vidya,
    Sure. What do you want done? Send me an e-mail.

  • Jason // Feb 1, 2007 at 9:50 am

    Gravatar

    I am trying to sort out the template. One question I have is with truncating. None of my articles are truncating. Is there a setting in WP or a place in the code where I can set it to truncate?

  • Jason // Feb 1, 2007 at 9:50 am

    Gravatar

    P.S. Great job on this template.

  • Max Limpag // Feb 2, 2007 at 2:53 am

    Gravatar

    Jason,
    Thanks. Do you mean the teaser text? Use the more tag in WordPress.

  • Dave // Feb 3, 2007 at 1:10 pm

    Gravatar

    Max, I LOVE what you have done, and I’m having a lot of luck in just a couple of hours customizing things…just excellent.

    one problem…

    apparently, in Mu, the

  • Dave // Feb 3, 2007 at 1:13 pm

    Gravatar

    crap…in my last post, it stripped out what i was trying to say…lol…i guess it really DOES strip out the More tags…and apprently whatever is written after it. :)

    what i had typed was that Mu is stripping out the More tags, making it impossible to split a post on the index page…do you have an altered kses, or how did you go about getting the More tags to work?

  • Dave // Feb 4, 2007 at 11:29 pm

    Gravatar

    nevermind…
    there was a problem with my template layout…all is good now. :)

  • Max Limpag // Feb 4, 2007 at 11:45 pm

    Gravatar

    Dave,
    Great to read that. Thanks for the feedback :-)

  • Tim Bennett // Feb 7, 2007 at 11:23 am

    Gravatar

    Hi Max,

    Thought you might like to see the site I built using Nautica-magazine as a starting point (linked from my username). I started work on it 3 months ago as a raw WordPress rookie and ended up heavily modifying the template and incorporating it with MWRT-002, as well as a few touches of my own.

    I think it looks great in Firefox, but I need to do some tweaks so IE6/7 will look just as good. Thanks for the inspiration and invaluable starting point!

  • sam harris // Feb 18, 2007 at 2:28 am

    Gravatar

    Hi
    I love the theme and am customising it for my own site but for some reason cant get flash movies to load into the header as an image it works fine for jpegs but the flash movies just won’t load and I am unable to figure out why this is happening. If you could help by telling me how I could get around this it would be appreciated.

  • Uberpiglet // Jun 15, 2007 at 7:23 pm

    Gravatar

    Hi Max, I love the theme and the whole idea of using cat’s for customizing appearance. What I was working on was trying to get a specfic single.php file depending on cat. I can figure out that I need to call a different single-? depending on the cat…but how do I put in the code from http://codex.wordpress.org/Theme_Development – to call the different single file….having removed the defualt loop. Cheers for any help.

  • thata // Jul 2, 2007 at 5:36 am

    Gravatar

    when i remove the loop and display the categories i dont get any results from the search. meaning the search doesnt work anymore! I followed the instructions how to insert content blocks but there is nothing about search results! Why dont i see the search results on the index page?

  • Ferdie Frederic // Jul 5, 2007 at 1:51 pm

    Gravatar

    I wish there was a site that just made magazine style wordpress themes

  • dc // Jul 6, 2007 at 1:48 am

    Gravatar

    same thing with me. search doesn’t work

  • Halibutt // Jul 10, 2007 at 9:46 am

    Gravatar

    This truly is an excellent theme. However, some minor bugs are making it unusable for me. The basic thing is the problem with searching. I widgetized the theme (http://automattic.com/code/widgets/themes/) and it worked just fine, but the search widget simply did not run.

    Another problem is lack of support for some of the best plugins out there, notably the Related Posts plugin.
    Finally, some easier customization would really help popularize this theme. Take a look at Corporate Slave theme by Sam Devol: it’s customized using an internal menu accessible through wp-admin panel. There you simply specify the category numbers to appear in each of the columns and voila. The same goes to the clickable menus in the sidebar (corresponding to the menus in the header in this theme).
    Cheers!

  • Halibutt // Jul 10, 2007 at 10:33 am

    Gravatar

    Also, another two cents. Firstly, I tried to use the Lightbox2 plugin in the leftpost. After some tweaking I made the miniatures to display correctly. However, there must be some conflict with the javascript as they are all blurred and nothing happens when I click on them.

    Another thing is: what exactly am I to do with the main large box site menu? How do I customize it?

  • Lex // Jan 11, 2008 at 12:06 am

    Gravatar

    Thanks for this man! Took me a bit, but I’ve got some nicely working sites based on this theme now:
    http://www.journalistinturkey.com

    So thanks!

  • Adam // May 21, 2008 at 3:27 am

    Gravatar

    This is an excellent theme. It’s working out well for a client of mine. Sorry the bluish color scheme is so close to your demo but it did fit well.

    http://newsbarometer.com

  • Thích Nhạc » 100+ free Wordpress Magazine Themes // Oct 18, 2008 at 12:31 pm

    Gravatar

    [...] Demo Download [...]

  • netztreiben » Blog Archive » 100+ free Wordpress Magazine Themes // Oct 21, 2008 at 3:27 am

    Gravatar

    [...] Demo Download [...]

  • Crochet // Nov 2, 2008 at 10:42 pm

    Gravatar

    This is an excellent theme. Thanks…

  • Bob Couttie // Jul 18, 2009 at 1:29 am

    Gravatar

    Can’t seem to get header images showing (http://s52589.gridserver.com).What have I forgotten to do?

Leave a Comment