|
|
|
| About This Example: |
|
This example shows how you can include a single category of news headlines onto any ASP page.
The side view is the only category specific view that can be included on other pages, that also shows the associated image. The article summary and of course a link to read more of the news article, are also shown.
To set the category, open the inc_cate_specific_side.asp file, and change the category ID value.
(You can find the ID value in the admin area.)
| | |
Example include statement: |
| |
<!--#include file="News/inc_cate_specific_side.asp"-->
The articles will be automatically filtered for that category.
| |
|
|
|
|