Hello Adam
This is the excerpt page (/national-news/)...
{exp:weblog:entries weblog="national-campaign-news" orderby="date" limit="8" paginate="bottom" dynamic="off"}
<h3><a href="/national-news/view/{segment_2}/{url_title}">{title}</a></h3>
<p> </p>
<p>{exp:md_eexcerpt if_exceeds="100" stop_after="100" <br />
the_link="<a href='{title_permalink=national-news/view}'>MORE</a>"}<br />
{news-body}<br />
{/exp:md_eexcerpt}</p>
<p>{paginate}<br />
{if "{total_pages}" != 1}Page {current_page} of {total_pages} pages {pagination_links}{/if}<br />
{/paginate} </p>
<p> </p>
<p>{/exp:weblog:entries}
Here’s the code from the page that displays the whole article (/national-news/view/)...
{exp:weblog:entries weblog="national-campaign-news" limit="1"}
<h2>{title}</h2>
<p>{if news-image != ''}<br />
<div class="imagefloatright">/img/news/{news-image}<br />
{if news-image-caption != ''}<br />
{news-image-caption}</p>
<p>{/if}<br />
</div><br />
{/if}</p>
<p>{news-body}</p>
<p>{/exp:weblog:entries}
I didn’t use categories for the 80 regions as they needed to include several fields to hold region specific contact details, coordinates for the location on the homepage map, an image link, etc.
Thanks
Jon