Blog

{{ ## START CUSTOM OPTIONS ## }}

{{ REFER TO NOTES AT: http://ok.aarcadethemes.com/product-item/blog-page/ }}

{{ BLOG DETAIL }}

{% assign blog_feed_url = 'http://wekillyou.tumblr.com/rss' %}
{% assign blog_link_url = 'http://wekillyou.tumblr.com/' %}
{% assign blog_link_text = 'Read more at the WKY tumblr →' %}
{% assign number_of_entries = '20' %}

{{ FORMAT OPTIONS }}

{% assign blog_link_behaviour = 'newwindow' %}
{% assign post_date_format = 'jS M, Y' %}
{% assign blog_width = '' %}
{% assign align_blog_to_center = 'no' %}

{{ NETWORK AND SHARING OPTIONS }}

{% assign share_blog_entries_tool = 'like share tweet pinit' %}
{% assign addthis_pulisher_id = '' %}
{% assign share_tool_style = '6' %}

{{ SIDEBAR OPTIONS }}

{% assign display_sidebar = 'yes' %}
{% assign username_for_twitter_widget = 'wekillyou' %}
{% capture top_of_sidebar_content %}
{% endcapture %}
{% capture bottom_of_sidebar_content %}

{% endcapture %}

{{ #### END CUSTOM OPTIONS #### }}

Loading blog posts...
{% if display_sidebar == 'yes' %}
{% if top_of_sidebar_content != blank %}
{{ top_of_sidebar_content | paragraphs }}
{% endif %} {% if username_for_twitter_widget != blank %}

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

{% endif %} {% if bottom_of_sidebar_content != blank %}
{{ bottom_of_sidebar_content | paragraphs }}
{% 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: "'", "\\'" }}';