Help - Search - Members - Calendar
Full Version: Dates and times not showing up?
Forums > Resource Center > Support Center > Tumblr Support > Tumblr Resolved Topics
LoveToMySilas
Hi, Createblog. Long time no post. I recently created a tumblr but this stupid layout I have does not want to show the date and time for me! Help?

http://inthediaryofjane.tumblr.com
(The evidence!)

Here's the encoding:
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>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{Title}{block:PostSummary} : {PostSummary}{/block:PostSummary}</title>
<link rel="icon" href="{Favicon}"/>
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
<meta name="viewport" content="width=675"/> <!-- iPhone -->
<!-- DEFAULT COLORS -->
<meta name="color:Background" content="#eee"/>
<meta name="color:Content Background" content="#fff"/>
<meta name="color:Border" content="#000"/>
<meta name="color:Title Background" content="#1368A1"/>
<meta name="color:Title" content="#fff"/>
<meta name="color:Description" content="#666"/>
<meta name="color:Post Title" content="#1368A1"/>
<meta name="color:Text" content="#666"/>
<meta name="color:Inline Link" content="#1368A1"/>
<meta name="color:Permalink" content="#666"/>
<meta name="color:Permalink Hover" content="#1368A1"/>
<meta name="color:Quote Background" content="#eee"/>
<meta name="color:Quote" content="#666"/>
<meta name="color:Footer" content="#fff"/>
<!-- END DEFAULT COLORS -->

<style type="text/css">
body {
background-color: {color:Background};
color: {color:Text};
margin: 0;
font: normal 11px arial;
}

/* Links */
a img, a.visited img {
border: 0px;
}
a {
color: {color:Inline Link};
}

/* Permalinks */
.post a.permalink {
font-size: 11px;
font-weight: normal;
text-decoration: underline;
color: {color:Permalink};
}
.post a.permalink:hover {
color: {color:Permalink Hover};
}


#content {
width: 400px;
margin: 20px auto;
border: 1px dotted {color:Border};
padding: 20px;
background-color: {color:Content Background};
}

h1 {
font: bold 11px arial, sans-serif;
padding: 5px;
margin: 0 0 0 50px;
font-weight: bold;
color: {color:Title};
background-color: {color:Title Background};
vertica-align: middle;
}

h1 a {
color: {color:Title};
text-decoration: none;
}

h1 a:hover {
text-decoration: underline;
}

/* Header */
div#header {
min-height: 40px;
padding-bottom: 20px;
border-bottom: 1px dotted #000;
}
div#description {
margin: 5px 0 0 50px;
color: {color:Description};
}
div#description a {
color: {color:Description};
}

/* Post Wrapper */
.post {
margin: 20px 0px;
position: relative;
line-height: 1.4em;
}
.post h2 {
font-weight: bold;
font-size: 11px;
margin: 0 0 5px 0;
padding: 0;
}
.post h2 a {
color: {color:Post Title};
text-decoration: none;
}

/* Regular Post */
.post .regular {
line-height: 1.4em;
}
.post .regular blockquote {
font-style: italic;
}
.post .regular p {
margin: 0 0 10px 0;
}


/* Photo Post */
.post .photo {
background-color: {color:Photo Background};
}
.post .photo .caption {
font-size: 11px;
margin-top: 5px;
}
.post .photo .caption a {
color: {color:Text};
}

/* Quote Post */
.post div.quote div.quoteactual {
background-color: {color:Quote Background};
font-style: italic;
padding: 5px;
color: {color:Quote};
margin-bottom: 5px;
}
.post div.quote span.quoteactual a {
color: {color:Quote};
}
.post div.quote .source {
color: {color:Quote Source};
}
.post div.quote .source a {
color: {color:Quote Source};
}
.post div.quote p {
margin: 0 0 10px 0;
}

/* Link Post */
.post .link a.link {
font-weight: bold;
color: {color:Post Title};
text-decoration: none;
border-bottom: dotted 1px {color:Post Title};
}

.post .link .description {
margin-top: 5px;
}

/* Conversation Post */
.post .conversation ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.post .conversation ul li {
color: {color:Conversation Text};
}
.post .conversation ul li span.label {
font-weight: bold;
}
.post .conversation ul li.odd {
background-color: {color:Conversation Background 1};
}
.post .conversation ul li.even {
background-color: {color:Conversation Background 2};
}

/* Audio Post */
.post .audio .caption {
margin-top: 5px;
color: {color:Text};
}
.post .audio .caption a {
color: {color:Text};
}

/* Video Post */
.post .video .caption {
margin-top: 5px;
color: {color:Text};
}
.post .video .caption a {
color: {color:Text};
}

/* Pagination */
#pagination {
text-align: center;
}
#pagination a {
text-decoration: none;
}
#pagination a:hover {
text-decoration: underline;
}


/* Footer */
#footer {
color: {color:Footer};
width: 400px;
margin: 20px auto 0px auto;
border: 1px dotted {color:Border};
padding: 20px;
background-color: {color:Title Background};
text-align: center;
}
#footer a {
color: {color:Footer};
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}

{CustomCSS}

</style>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
</head>
<body>

<div id="content">

<div id="header">
<img src="{PortraitURL-40}" style="float: left;" />
<h1>{Title}</h1>
<div id="description">
{Description}
</div>
</div>

{block:Posts}
<div class="post">

{block:Regular}
<div class="regular">
{block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
{Body}
(<a href="{Permalink}" class="permalink">{TimeAgo}</a>)
</div>
{/block:Regular}

{block:Photo}
<div class="photo">
{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
<div class="caption">
{Caption}
(<a href="{Permalink}" class="permalink">{TimeAgo}</a>)
</div>
</div>
{/block:Photo}

{block:Quote}
<div class="quote">
<div class="quoteactual">{Quote}</div>
<div class="source">{Source} (<a href="{Permalink}" class="permalink">{TimeAgo}</a>)</div>
</div>
{/block:Quote}

{block:Link}
<div class="link">
<a href="{URL}" class="link" {Target}>{Name}</a>
<div class="description">
{Description} (<a href="{Permalink}" class="permalink">{TimeAgo}</a>)
</div>
</div>
{/block:Link}

{block:Conversation}
<div class="conversation">
{block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
<ul>
{block:Lines}
<li class="{Alt}">
{block:Label}<span class="label">{Label}</span>{/block:Label}
{Line}
</li>
{/block:Lines}
</ul>
(<a href="{Permalink}" class="permalink">{TimeAgo}</a>)
</div>
{/block:Conversation}

{block:Audio}
<div class="audio">
{AudioPlayerBlack}
<div class="caption">
{block:Caption}{Caption}{/block:Caption}{block:ExternalAudio} [<a href="{ExternalAudioURL}">Download</a>]{/block:ExternalAudio} (<a href="{Permalink}" class="permalink">{TimeAgo}</a>)
</div>
</div>
{/block:Audio}

{block:Video}
<div class="video">
{Video-400}
<div class="caption">{Caption} (<a href="{Permalink}" class="permalink">{TimeAgo}</a>)</div>
</div>
{/block:Video}
<div style="font-size: 10px; text-align: left;"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">View/Add Comments</a></div>
</div>
{/block:Posts}
{block:Permalink}
<script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>
<div id="disqus_thread"></div><script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/thediaryofjane/embed.js"></script>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
{/block:Permalink}
<script type="text/javascript">
//<![CDATA[
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/thediaryofjane/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script>

<div id="pagination">
{block:Pagination}
{block:NextPage}<a href="{NextPage}">&lt;-- older</a>{/block:NextPage}{block:PreviousPage} : <a href="{PreviousPage}">newer --&gt;</a>{/block:PreviousPage}
{/block:Pagination}
</div>

</div>

<div id="footer">

<a href="/archive">archive</a> : <a href="{RSS}">rss</a> : theme "2001" by <a href="http://nrbd.tumblr.com/post/114459611/2001">cakexploder</a> : powered by <a href="http://tumblr.com/">Tumblr</a>

</div>

</body>
</html>


Please and thank you!
brooklyneast05
i see the dates and times on your posts _unsure.gif
pandemonium
because she changed the layout
brooklyneast05
oh, just kidding
tokyo-rose
Jane, may I close this topic since you found a different layout?
kryogenix
welcome back
LoveToMySilas
_smile.gif Thanks, Kryo. Yes, do feel free to close this. Thank you anyway.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.