PDA

View Full Version : Different categories on home page


kyron2u
12-06-2006, 06:21 AM
I did a search and couldnt find an answer.

I want to have on the home page,
the main headline.

Then in Latest News have 4 or more sections, one for each category, so if i post a new article it will show up once in each category
right now as i add it keeps showing all the articles.
using version 3.25

boccio
12-06-2006, 01:19 PM
This is exactly why "More News" section is for. To display latest articles in specific categories you choose.

kyron2u
12-06-2006, 07:57 PM
can it appear where the latest news is just like how it looks, without it being on the right column

Micha
12-07-2006, 01:44 PM
Yes it can, you need to edit index.tpl.
Just replace {LATEST_NEWS} tag with {BOX_CATEGORY_HEADERS} tag from right column.

Or if you want to have both "Latest News" and "More News" you can add this code to your index.tpl after line 18:

<tr>
<td valign="top"><br /><br />{BOX_CATEGORY_HEADERS}</td>
</tr>

That way you will have "More News" displayed first and "Latest News" bellow.

kyron2u
12-07-2006, 08:38 PM
Thanks. I appreciate your help

Tobes
09-12-2007, 06:59 PM
Hi,

Sorry for the same question in a couple of posts.

is there a way I can display two catagories on my index.tpl

I want this where latest news is displayed on the center of the home page, to be able to add another catagorie in the 2nd column.

like i have illistrated in the picture attached

many thanks for your time.

Toby