SEO Software Talk Forum Index LinkAssistant Technical Support
Need Categories to list Sub-categories
View previous topic :: View next topic
Display posts from previous   
All times are GMT
Post new topic  Reply to topic  
Need Categories to list Sub-categories Wed Mar 21, 2007 7:16 pm
ngrogan
On my Resources page, I need categories to be listed with subcategories in the following manner:

Category
Sub-Category (# of links)
Sub-Category (# of links)
Sub-Category (# of links)
Sub-Category (# of links)

Category
Sub-Category (# of links)
Sub-Category (# of links)
Sub-Category (# of links)
Sub-Category (# of links)

Rather than having to click on a category, then go to th esub-category page and click, then the links page. I want you to just be able to click on the Sub-Category and go straight to the page with links.

I hope this is possible!
_________________
Natalie
View user's profile Send private message Reply with quote
Thu Mar 22, 2007 12:26 pm
LinkAssistant
ngrogan, this is definitely possible Wink

By deault you've got the following piece of code for displaying a list of categories
Code:
<[!-- List of child categories - Start --/]>
<[FOR_EACH_SUBCATEGORY hideEmpty="true"]>
<b><a href="<[CATEGORY_PAGE_FILE/]>"><[CATEGORY_NAME/]></a>&nbsp;(<[AMOUNT_OF_PARTNERS_IN_CATEGORY withSubcategories="true"/]>)</b>
<br>
<[/FOR_EACH_SUBCATEGORY]>
<br>
<[!-- List of child categories - End --/]>


Please replace that code with the following code snippet:
Code:
<[!-- List of child categories - Start --/]>
<[FOR_EACH_SUBCATEGORY hideEmpty="true"]>
<b><a href="<[CATEGORY_PAGE_FILE/]>"><[CATEGORY_NAME/]></a></b>
<br>
<[FOR_EACH_SUBCATEGORY hideEmpty="true"]>
<b>&nbsp;-&nbsp;<a href="<[CATEGORY_PAGE_FILE/]>"><[CATEGORY_NAME/]></a>&nbsp;(<[AMOUNT_OF_PARTNERS_IN_CATEGORY withSubcategories="true"/]>)</b>
<br>
<[/FOR_EACH_SUBCATEGORY]>
<br>
<[/FOR_EACH_SUBCATEGORY]>
<br>
<[!-- List of child categories - End --/]>


This will solve the problem and will let you do exactly what you need.
_________________
Search Engine Optimization Software
View user's profile Send private message Reply with quote
Post new topic  Reply to topic  
Back To Top
Page 1 of 1
Jump to:  
Powered by phpBB
Copyright 2007, Link-Assistant.Com — The Amazingly Effective SEO Tool