I am making some progress on making the categories work for me but have a couple questions that have popped up during my trails.
Currently, I have all the categories listing properly in my “gallery” section. They are called using the following code:
{exp:weblog:categories weblog="{galleries_weblog}" style="linear"}
<div id="category_outside">
<div id="category_inside">
<h3>{category_name}</h3>
<p> <a href="http://{path=final/category-listing}">{category_image}</a><br />
<br />
{category_description}<br />
</div><br />
</div><br />
{/exp:weblog:categories}They show up beautifully.. here’s my question…. I want the galleries to link to a list of all the paintings that fall within that category. It does it for the most part since I created the category-listing template. But for some it’s also adding an additional segment to the end of the URL causing the graphics below the category images to not show up.
Here’s what the link looks like:
http://mysite.com/index.php/final/category-listing/C8/
Where does the “C8” come from and how do I get rid of it without messing up what I need to have done? and allow the graphics in my footer to still show up?
make sense?