Send to a Friend

itsjoiiebby's avatar

On Tumblr, how do I allow for my theme to show notes?

Asked by itsjoiiebby (5points) October 8th, 2010

This is my theme
http://joiieheartu.tumblr.com/

here is my tumblr code

<!DOCTYPE html PUBLIC ”-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>

<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>

<head> <!—DEFAULT VARIABLES—>
<meta name=“color:background” content=”#FAFAFA” />
<meta name=“color:text” content=”#C7C7C7” />
<meta name=“color:link” content=”#aaaaaa” />
<meta name=“if:Show people I follow” content=“1”/>
<meta name=“font:body” content=“Verdana”/>
<title>{Title}</title>
<link rel=“shortcut icon” href=”{Favicon}”>
<link rel=“alternate” type=“application/rss+xml” href=”{RSS}”>
{block:Description}<meta name=“description” content=”{MetaDescription}” />{/block:Description}

<style type=“text/css”>
small{font-size:100%;}
body{text-align:justify; margin-top:20px; margin-bottom:20px; color:{color:text}; font-family: {font:body}; font-size: 10px; line-height:100%;background:{color:background};}
a:link, a:visited, a:active{-webkit-transition-duration: 0.5s; color:{color:link}; text-decoration:none; outline: none; -moz-outline-style: none;}
a:hover{-webkit-transition-duration: 0.5s; outline: none; color:{color:text};; -moz-outline-style: none;}
.label {font-weight:bold;}
ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
blockquote{padding:0px; padding-left:5px; margin:5px; border-left:1px dotted {color:text};}
blockquote img{display:block;}
blockquote p{padding:0px; margin:0px;}
blockquote blockquote{position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
a img{border:none;}
.title{text-transform:uppercase; text-align:left; font-size:12px; letter-spacing:-1px; color:{color:link};}
.src{text-align:right;}
#center{width:500px; margin:auto;}
#entry{margin-bottom:5px;}
#perma{font-size:8px; margin-top:-3px; position:absolute; right:50%; margin-right:260px;}
#head{margin-bottom:10px; padding-bottom:10px;}
#right{left:50%; margin-left:268px; position:fixed;}
.t{letter-spacing:-3px;}
#links a {display:table; text-transform:uppercase; font-size:12px; text-align:left;}
a.follow:link {color:{color:link}; text-decoration:none; outline: none; -moz-outline-style: none;}
a.follow:visited {color:{color:link}; text-decoration:none; outline: none; -moz-outline-style: none;}
a.follow:active {color:{color:link}; text-decoration:none; outline: none; -moz-outline-style: none;}
a.follow:hover {cursor:crosshair; font-size:13px; color:{color:link}; text-decoration:none; outline: none; -moz-outline-style: none; text-transform:uppercase;}
#follow{width:500px; max-height:80px; overflow:hidden;}
{CustomCSS}
</style>
</head>
<body>

<div id=“right”><div id=“links”>
{block:AskEnabled}<a href=”/ask” title=”{AskLabel}”>ask</a>{/block:AskEnabled}
<a href=”/”>index</a>
{block:SubmissionsEnabled}<a href=”/submit” title=”{SubmitLabel}”>submit</a>{/block:SubmissionsEnabled}
<a href=”/random”>random</a>
<a href=”/archive”>archive</a>
<a href=“http://useyoureyes.tumblr.com/”>theme</a>
{block:PermalinkPagination}{block:NextPost}<a href=”{NextPost}”>Next</a>{/block:NextPost}{block:PreviousPost}<a href=”{PreviousPost}”>Prev</a>{/block:PreviousPost}{/block:PermalinkPagination}
{block:Pagination}{block:NextPage}<a href=”{NextPage}”>Next</a>{/block:NextPage}{block:PreviousPage}<a href=”{PreviousPage}”>Prev</a>{/block:PreviousPage}{/block:Pagination}
</div></div>

{block:Description}<div id=“center”><div id=“entry”>{Description}</div></div>{/block:Description}

<div id=“center”>{block:Posts}
{block:Date}<div id=“perma”><a href=”{Permalink}” title=”{TimeAgo}”>x</a></div>{/block:Date}
<div id=“entry”>
{block:Text}
{block:Title}<div class=“title”>{Title}</div>{/block:Title}{Body}
{/block:Text}
{block:Photo}
{LinkOpenTag}<img src=”{PhotoURL-500}”{block:IndexPage} title=”{PhotoAlt}”{/block:IndexPage}>{LinkCloseTag}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
{/block:Photo}
{block:Photoset}
{Photoset-500}{block:Caption}{Caption}{/block:Caption}
{/block:Photoset}
{block:Quote}
<div class=“title”>{Quote}</div>{block:Source}<div class=“src”>{Source}</div>{/block:Source}
{/block:Quote}
{block:Link}
<div class=“title”><a href=”{URL}” {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
{/block:Link}
{block:Chat}
{block:Title}<div class=“title”>{Title}</div>{/block:Title}
<ul class=“chat”>{block:Lines}<li class=”{Alt} user_{UserNumber}”>{block:Label}<span class=“label”>{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>
{/block:Chat}
{block:Audio}
{AudioPlayerGrey}{block:Caption}{Caption}{/block:Caption}
{/block:Audio}
{block:Video}
{Video-500}{block:Caption}{Caption}{/block:Caption}
{/block:Video}
{block:Answer}
<i>{Asker}: {Question}</i><br>{Answer}
{/block:Answer}
</div>{/block:Posts}

{block:IfShowPeopleIFollow}<div id=“follow”>{block:Following}{block:Followed}
<a href=”{FollowedURL}” title=”{FollowedTitle}” target=“_blank” class=“follow”>{FollowedName}</a>
{/block:Followed}{/block:Following}</div>{/block:IfShowPeopleIFollow}

</div>
</body>
</html>

Using Fluther

or

Using Email

Separate multiple emails with commas.
We’ll only use these emails for this message.