Recent Topics

1 Feb 16, 2005 12:07    

I want to include a newsfeed on my front page (the aggregator blog page) but not on the individual blog pages. Do I need to create a separate skin for this or is there a switch I can check to tell if I'm in the "all" blog or a different one?

Thanks.
John

2 Feb 16, 2005 12:37

The easy-est would be to duplicate the skin and make the adjustments

3 Feb 16, 2005 12:47

Thanks for the reply.

Bit of brain error on my part. I realised how to do it after sitting staring at it for a while. In my skin I put this

if($blog == '1')
.....
<?php } ?>

around the sidebar item I want to display only on my main page.

John


Form is loading...