Field Notes Theme

  1. Search
  2. About
  3. Subscribe
  4. Archive
  5. Random

Field Notes Theme

The Field Notes Theme is based on the look of the Field Notes Brand website. It is designed by Manasto Jones and displays posts in a simple, five-hundred pixel wide one-column layout that is easy to read.

Some of it's features include post-by-post navigation, notes display, a drop down description box that displays your avatar, a footer that displays a list of the people you follow with two rows initially, tags, and all of them when hovered over, and automatic set up to display your latest Twitter update. For instructions on how to do that, click here.

If you plan on installing this theme you should probably follow it, that way you can get updated on any bug fixes and I can know if anyone actually installed it.

  • nnnostalgia asked: why won't my twitter updates thing work?

    I use Tumblr’s twitter function, which only works sometimes. Maybe it’s just the way I’m doing it, but that’s how it is… You can see it not working or working here, too.

    Tagged: twitter tumblr theme question answer

    Posted on February 25, 2010 with 89 notes

  • Bug Fix: Twitter Updates for Private Accounts

    My way of displaying your Twitter updates worked fine unless you had a private account. If you had one, it would display an annoying sign in message on every page. Tumblr’s example of pulling in your Twitter updates doesn’t do this, so I switched to using it. The update is available in the Theme Garden (two weeks after it was submitted).

    If you’ve customized a recent update to the theme and don’t want to install the update and re-customize, all you have to do is go down to the end of the theme code, find the {block:Twitter} tag, and replace it with the code below:

    {block:Twitter}
    <script type="text/javascript">
    function recent_tweets(data) {
    	for (i=0; i<data.length; i++) {
    		document.getElementById("tweets").innerHTML =
    		document.getElementById("tweets").innerHTML + '<li>' + data[i].text +
    		' <a href="http://twitter.com/{TwitterUsername}" title="{TwitterUsername} on Twitter">follow me &rarr;</a></li>';
    	}
    	document.getElementById("twitter").style.display = 'block';
    }
    </script>
    <script type="text/javascript" src="/tweets.js"></script>
    {/block:Twitter}

    Tagged: update bug fix twitter theme

    Posted on September 20, 2009 with 259 notes

Field Notes Theme. Designed by Manasto Jones. Powered by Tumblr.