Video and Audio don't post

164 views
Skip to first unread message

Alexander Twiist

unread,
Jun 13, 2012, 4:10:28 PM6/13/12
to tumblr...@googlegroups.com
Hey all,

I'm new to creating themes, and everything on my test blog works fine except that it doesn't show any of my video or audio post. I have no idea why. I've stripped the code down to this

{block:Audio}
<div class="post">
<div class="date">
{block:Date}<span>{Month} {DayOfMonthWithZero}, {Year}</span>{/block:Date}
</div>        
<div class="content">
                    {AudioEmbed-400}
{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
</div>
<div class="info">
{block:RebloggedFrom}
        reblog from: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
        originated by: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
{/block:RebloggedFrom}
{block:NotReblog}A {Title} Original{/block:NotReblog}
<br />
{block:NoteCount}<a href="{ShortURL}">&hearts; {NoteCount}</a>{/block:NoteCount} - {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>
{/block:Tags}{block:HasTags}
</div>
</div>
            
            
            {block:PermalinkPage}
{block:PostNotes}
<div class="notes">{PostNotes}</div>
{/block:PostNotes}
{/block:PermalinkPage}
            
{/block:Audio}
{block:Video}
            <div class="post">
<div class="date">
{block:Date}<span>{Month} {DayOfMonthWithZero}, {Year}</span>{/block:Date}
</div>
<div class="content">
{Video-500}
{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
</div>
<div class="info">
{block:RebloggedFrom}
        reblog from: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
        originated by: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
{/block:RebloggedFrom}
{block:NotReblog}A {Title} Original{/block:NotReblog}
<br />
{block:NoteCount}<a href="{ShortURL}">&hearts; {NoteCount}</a>{/block:NoteCount} - {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a>
{/block:Tags}{block:HasTags}
</div>
</div>
            
            {block:PermalinkPage}
{block:PostNotes}
<div class="notes">{PostNotes}</div>
{/block:PostNotes}
{/block:PermalinkPage}
            
{/block:Video}


and I the post still don't show anything. Can anyone help please ?

(also, how do I get the reblog/ like buttons that go in the top right of the theme ?)

Vladimir Starkov

unread,
Jun 14, 2012, 7:09:53 AM6/14/12
to tumblr...@googlegroups.com
Can you show an tumblr blog with theme you developing?

Alexander Twiist

unread,
Jun 14, 2012, 1:24:34 PM6/14/12
to tumblr...@googlegroups.com

Alexander Twiist

unread,
Jun 19, 2012, 1:01:17 PM6/19/12
to tumblr...@googlegroups.com
Can someone please help me with this, I really want this theme to work but I have no idea what I'm doing wrong.

Sean Zhu

unread,
Jun 19, 2012, 1:20:03 PM6/19/12
to tumblr...@googlegroups.com
The code you sent has blocks for only things that you said didn't work. Can you add a parallel block for something like a text post, check to make sure the only the text post shows, and reply with the new code (with text/audio/video blocks)?
Reply all
Reply to author
Forward
0 new messages