
nigelparry.net
User
Sep 3, 2009, 7:07 PM
Post #4 of 7
(4500 views)
Shortcut
|
|
Re: [Donna] How does one generate a list of subcategories in a category?
[In reply to]
|
Can't Post
|
|
Hey Donna, This totally isn't working. Pretty much what I want to do is publish a page that lists subcategories of the category with the following info: Subcategory name Subcategory image Blurb Links to subcategory index page Another way of putting it is that I'm trying to publish a set of subcategories so it visually looks like an article list with summaries and summary images. Then people click on those and go to the category. Don't think I've tried this before. :-) Here's the code I used in the template:
<!-- templateInsert : $categoryList$ --> <!-- templatecell : categoryRow --> <div id="article_list_container"><div class="article_headline_catlist"> <a href="$published.categoryIndex.url$">$category.name$</a></div> $category.image$ <!-- templateCell : category.image.row --> <a href="$published.categoryIndex.url$"> <img src="$file.webUrl$" width="$file.width$" height="$file.height$" alt="$category.name$" border=1 align=left hspace=10 vspace=7 style="border-color:#000000;"/></a><!-- /templateCell : category.image.row --> <div class="article_list_summary">$category.blurb$ <a href="$published.categoryIndex.url$">MORE >></a></div> <!-- /templatecell : categoryRow --> and attached is a PDF of the rule that is publishing the categories (subcategory-pub-rule.pdf), the category Admin interface (category-page.pdf), and a sample subcategory (subcategory-page.pdf). On the page, the test category is not showing up. This has got to be simple. :-) _____________________ For more information about Nigel Parry and nigelparry.net websites please see http://nigelparry.net nigelparry.net: award-winning communications solutions for clients with something to say Website & print design Internet, public relations & media consulting
(This post was edited by nigelparry.net on Sep 3, 2009, 7:08 PM)
|