Rhino - Gig of the Week

THIS IS THE ARTICLE FULL TEMPLATE
Thursday, February 5, 2015
THIS IS THE FIELD NODE IMAGE ARTICLE TEMPLATE
Gig of the Week
var gowUrl = 'https://www.rhino.com/gig-of-the-week-feed'; jQuery(document).ready(function ($) { $.getJSON(gowUrl,function(gow) { $('h1.page-header').html(gow.nodes[0].node.title); var curDayURL = gow.nodes[0].node.Path; $('aside.span9').load(curDayURL+' .row > aside .region', null, function(){ $('aside.span9 .rightColData').remove(); // alternate colors on homepage article tags var tagHomeCount = 1; jQuery('.tags a').each(function(index){ if (tagHomeCount == 1) { $(this).addClass('firstTag'); } if (tagHomeCount == 2) { $(this).addClass('secondTag'); } if (tagHomeCount == 3) { $(this).addClass('thirdTag'); tagHomeCount = 0; } tagHomeCount++; }); }); }); });