Recent Topics

1 Oct 20, 2011 18:41    

I want to set up a blog consisting of several blogs that are aggregated in one central blog.

This central blog then ought to somehow mark the origin of the post (ie posts from blog 2 have an orange background-color, from blog 3 they have a silver background-color and so on)...

Is that possible and if yes: how?

2 Oct 20, 2011 19:16

<div class="post blog<?php echo $Item->blog_ID; ?>">

.post.blog3 {..........}


Form is loading...