Making Tumblr Landing Page

ⅰ亾dé卋堺 提交于 2019-12-03 22:15:52

Tumblr variables and blocks don't render on custom pages, only in the main theme code. Basically it doesn't see them as special key words or anything it just sees them as a normal webpage would see them.

As for making a landing page you can tag every post you make with some arbitrary tag like 'x' and then make your index page a landing page and then wrap all your code in {block:TagPage} {/block:TagPage} so that the theme code only displays on tag pages (and you would code permalink pages like normal).

Alternatively you could do as suggested above and make a welcome 'popup' of sorts.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!