Posts tagged snippet
Q: I like some of the features in your the theme, however, is there anyway to get the code for the tag post links?
I'd love to use it on different themes throughout my tumblr usage.
Thanks
I'd love to use it on different themes throughout my tumblr usage.
Thanks
I assume you’re referring to the customizable tag post links that appear in the left-column. These use custom text variables, which trigger the following snippet when provided by the user in the Appearance panel:
{block:IfTagNavigationOne}<li><a href="/tagged/{text:Tag Navigation One}" title="View all posts tagged {text:Tag Navigation One}">{text:Tag Navigation One}</a></li>{/block:IfTagNavigationOne}
The theme’s source code may be viewed in its entirety by clicking “Use Custom HTML” in the “Theme” tab of the Customize panel.
