tumblr html code help?

meganopqrs

New member
OK, I'm not super computer savvy and idk what's wrong but this is the end of my tumblr theme code


{block:Posts}
<div id="minho">
<div id="taemin">
<div class="autopagerize_page_element">
{block:Date}
<div id="ppoppo">
<a href="/" title="{Title}">
<img class="oppa" src="{PortraitURL-48}"></a>
{block:RebloggedFrom}<a href="{ReblogRootURL}" title="by {ReblogRootName}"><img class="oppa" src="{ReblogRootPortraitURL-48}"></a>{/block:RebloggedFrom}
</div>
{/block:Date}

{block:Text}
<h1>{Title}</h1>
<br/>
{Body}
{/block:Text}

{block:Photo}
<center>{block:IndexPage}
<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
{/block:IndexPage}

{block:PermalinkPage}
{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
<br/>
{/block:PermalinkPage}
</center>
{/block:Photo}

{block:Photoset}
<center>{block:IndexPage}{Photoset-500}{/block:IndexPage}
<br/>
{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
</center>
{/block:Photoset}

{block:Quote}
<em>
<h2>"{Quote}"</h2>
</em>{block:Source}-><strong>{Source}</strong>{/block:Source}
<br/>
{/block:Quote}

{block:Link}
<a href="{URL}" {Target} target="_blank">
<h2>{Name}</h2>
</a>{block:Description}{Description}{/block:Description}
<br/>
{/block:Link}

{block:Chat}
{block:Title}{Title}{/block:Title}
{block:Lines}
{block:Label}
<div class="{Alt}">
<strong>{Label}</strong> {Line}
</div>
<br/>
{/block:Label}
{/block:Lines}
{/block:Chat}

{block:Video}
<center>{block:IndexPage}{Video-400}{/block:IndexPage}
{block:PermalinkPage}{Video-400}{/block:PermalinkPage}
<br/></center>
{/block:Video}

{block:Audio}
<center><br>
{AudioPlayerBlack}
-> {FormattedPlayCount} {block:IfPlayCountLabel}{text:Play count label}{/block:IfPlayCountLabel}
{block:ExternalAudio}<a href="{ExternalAudioURL}">(download)</a>{/block:ExternalAudio}
<br/>
</center>
{/block:Audio}

{block:Answer}
<div id="chuwahe">
<img class="omo" src="{AskerPortraitURL-24}"> <br>
{Asker} {block:IfAskerLabel}{text:Asker label}{/block:IfAskerLabel},<br>
?{Question}?
<div class="chingu">
? {Answer}
</div>
</div>
{/block:Answer}

</div>

</div>


{block:IndexPage}
<div id="kyaa">
<a href="{Permalink}" title="{block:NoteCount}{NoteCount} {/block:NoteCount}?">?</a>
</div>
{/block:IndexPage}


{block:PermalinkPage}
<div id="saranghe">

{block:Date}
{block:Caption}{Caption}{/block:Caption}<br>
on <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">{ShortMonth} {DayOfMonth}</a>, {12Hour}:{Minutes}{AmPm}
{block:Photo}{block:HighRes} -><a href="{PhotoURL-HighRes}" target="_blank">view high-resolution photo</a>{/block:HighRes}{/block:Photo}
{block:Audio}{block:TrackName} -><i>{TrackName}</i>{/block:TrackName}{block:Artist}-> {Artist}{/block:Artist}{/block:Audio}
{block:HasTags}<br>
{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
{block:NoteCount}<br>
{NoteCount} {block:IfNotesLabel}{text:Notes label}{/block:IfNotesLabel} ? {/block:NoteCount}
{/block:Date}

{block:PostNotes}
{block:IfSlideDownNotes}
<div id="noona">
{block:NoteCount}(show notes){/block:NoteCount}
<br>
<div class="dongsaeng">
{PostNotes}
</div>
</div>
{/block:IfSlideDownNotes}

{block:IfNotSlideDownNotes}
<div id="unnie">
{PostNotes}
</div>
{/block:IfNotSlideDownNotes}
{/block:PostNotes}

</div>
{/block:PermalinkPage}

</div>
{/block:Posts}

</body>
</html>

it doesn't show people a reblog option and it won't let you click on the images, texts, videos, etc.. it'll only take you to the person who originally posted it, not the post its self but their page.. can anyone help? I really like this theme but I'll have to change it if it doesn't work :/ thanks in advance :)
 
Back
Top