Hello everyone,
I defined two distinct news groups: 'News' and 'Other news'. I would like the first group to be displayed in a primary content area (aligned left) defined in my CSS, the 'Other news' items in a secondary content area (aligned right). The news settings apply to all news groups and I cannot make amendments to the display of news groups (except the picture). My first idea was to use something like an if-function in the header of the news settings:
<?php
If ($group=1) {
I'm not sure how to implement this...Is it easier to define separate blocks for the two news groups? And how would I go about assigning the news groups to the blocks? I'm using the standard WB news module. Any help is greatly appreciated...