Hello,
The site I am building has 6 consultation types. Each of those types has its own webpage explaining what that product entails. The website also has a Case Studies page, with a list of past client consultations. The Case Studies weblog has a category for each of the 6 consultation types.
I am trying to display all “relevant” case study entries in the sidebar of each of the consultation pages.
Forgive me if this makes no sense, looking at the site will make this more clear:
http://if.davenportdesign.net/index.php/process/discovery
The links in the red bar are the category types. The “discovery” page is displaying ALL Case Study posts currently, I would like it to only display posts with the category “discovery”
My current sidebar code:
{exp:weblog:entries weblog="case_studies_page" dynamic="off" limit="3" disable="pagination|trackbacks|member_data"}
<div>
<h4>{title}</h4>
<p>{exp:imgsizer:size src="{client_logo}" width="40" alt="{title}" class="floatl"}<br />
{exp:word_limit total="20"}{exp:html_strip}{client_body}{/exp:html_strip}{/exp:word_limit} <br />
<a href="http://{homepage}/site/casestudies_single/{url_title}">more >></a><br />
<br />
</div><br />
{/exp:weblog:entries}Thanks in advance for the help!