Skip to content

Instantly share code, notes, and snippets.

@leevigraham
Created March 24, 2014 22:16
Show Gist options
  • Save leevigraham/9750470 to your computer and use it in GitHub Desktop.
Save leevigraham/9750470 to your computer and use it in GitHub Desktop.
{exp:nsm_category_heading
cat_url_title="{segment_2}"
channel="news"
}
{if no_results}{redirect="404"}{/if}
{if not_ajax}
{embed="site/_header"
title="{category_name_path}"
description="{category_description}"
}
{/if}
<h1>{category_name}</h1>
{embed="news/_entries"
category_id="{category_id}"
}
{if not_ajax}
{embed="site/_footer"}
{/if}
{/exp:nsm_category_heading}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment