I would like to know if there is a way to put content after 3rd post on every page so I can render something... I don't find anything on tumblr theme API
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
-
Why does the box-shadow property not apply to a
Specific Post With API
If you are using the API to gather / append posts this would be left for you to do. A simple loop / count should be enough to determine the third post.
Specific Post With Themes
If you are creating a Tumblr theme, there is a theme operator / block to cater for this:
Question Specific Answer
OP states after the 3rd post, to do this include the block at the very end of the
{block:Posts}{/block:Posts}
loop.Reference
Post Theme Operators: http://www.tumblr.com/docs/en/custom_themes#posts