Back to site

BLOG

{{ ------------BEGIN SETTINGS AND CONTROLS------------ }}

{{ ------BLOG INFO------ }}

{% assign: blog_feed_url = 'http://tbcbrand.tumblr.com/rss' %}
{% assign: blog_link_url = 'http://tbcbrand.tumblr.com' %}
{% assign: blog_link_text = 'Read more at our blog site' %}
{% assign: number_of_entries = 10 %}

{{ ------FORMAT OPTIONS------ }}

{% assign: blog_link_behaviour = 'newwindow' %}
{% assign: post_date_format = 'F jS, Y' %}
{% assign: align_blog_to_center = 'No' %}

{{ ------SOCIAL SHARING OPTIONS------ }}

{% assign: share_blog_entries_tool = 'addthis' %}
{% assign: addthis_pulisher_id = '' %}
{% assign: share_tool_style = 8 %}

{{ ------SIDEBAR OPTIONS------ }}

{% assign: display_sidebar = 'Yes' %}
{% assign: username_for_twitter_widget = 'TBCBrand' %}
{% assign: Number_of_Blog_Categories = 4 %}
{% assign: Show_Additional_Sidebar_Content = 'Yes' %}

{{ ------BLOG CATEGORY LINKS------ }}

{% assign: Blog-Category_Name_1 = "Retail" %}
{% assign: Blog-Category_Link_1 = 'http://tbcbrand.com' %}

{% assign: Blog-Category_Name_2 = "Events" %}
{% assign: Blog-Category_Link_2 = 'http://tbcbrand.com' %}

{% assign: Blog-Category_Name_3 = "Photography" %}
{% assign: Blog-Category_Link_3 = 'http://tbcbrand.com' %}

{% assign: Blog-Category_Name_4 = "Shoe Releases" %}
{% assign: Blog-Category_Link_4 = 'http://sneakernews.com' %}

{% assign: Blog-Category_Name_5 = "Category 5" %}
{% assign: Blog-Category_Link_5 = 'http://example.com/' %}

{% assign: Blog-Category_Name_6 = "Category 6" %}
{% assign: Blog-Category_Link_6 = 'http://example.com/' %}

{% assign: Blog-Category_Name_7 = "Category 7" %}
{% assign: Blog-Category_Link_7 = 'http://example.com/' %}

{% assign: Blog-Category_Name_8 = "Category 8" %}
{% assign: Blog-Category_Link_8 = 'http://example.com/' %}

{% assign: Blog-Category_Name_9 = "Category 9" %}
{% assign: Blog-Category_Link_9 = 'http://example.com/' %}

{% assign: Blog-Category_Name_10 = "Category 10" %}
{% assign: Blog-Category_Link_10 = 'http://example.com/' %}

{% capture bottom_of_sidebar_content %}

{% endcapture %}

{{ ------------END SETTINGS AND CONTROLS------------ }}

Loading posts...
{% if display_sidebar contains 'es' %}
{% capture top_of_sidebar_content %}

View by Category:

{% endcapture %} {% if top_of_sidebar_content != blank %}
{{ top_of_sidebar_content }}
{% endif %} {% if username_for_twitter_widget != blank %}

new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 3,
interval: 30000,
width: 'auto',
height: 300,
theme: {
shell: {
background: 'none',
color: '#000000'
},
tweets: {
background: 'none',
color: '#000000',
links: '#000000'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
behavior: 'all'
}
}).render().setUser('TBCBrand').start();

{% endif %} {% if Show_Additional_Sidebar_Content == 'Yes' %} {% if bottom_of_sidebar_content != blank %}
{{ bottom_of_sidebar_content }}
{% endif %}
{% endif %} {% endif %}

var feedURL = '{{ blog_feed_url | strip_html | replace: "'", "\\'" }}';
var numEntries = '{{ number_of_entries | strip_html | replace: "'", "\\'" }}';
var blogURL = '{{ blog_link_url | strip_html | replace: "'", "\\'" }}';
var blogLink = '{{ blog_link_text | strip_html | replace: "'", "\\'" }}';
var linkAtts = '{{ blog_link_behaviour | strip_html | replace: "'", "\\'" }}';
var dateFormat = '{{ post_date_format | strip_html | replace: "'", "\\'" }}';
var shareEntries = '{{ share_blog_entries_tool | strip_html | replace: "'", "\\'" }}';
var addThisID = '{{ addthis_pulisher_id | strip_html | replace: "'", "\\'" }}';
var shareFormat = '{{ share_tool_style | strip_html | replace: "'", "\\'" }}';