Top to Bottom instead of Left to RIght in block?

Posted in: Newspaper
Post count: 26

Hi,

In Newspaper 6, is there any way to alter the order of items displayed in a block that’s pulling items based on category? Currently the order is like so:

1 2
3 4
5 6
7 8

I’m looking to order it like this instead:

1 5
2 6
3 7
4 8

Possible? Where is this chunk of the module generated? I’ve found a per-item template, and some bits of other classes, but I’m not findingthe code that actually iterates through the items.

Post count: 22421

Hello,

In newspaper 6 the block calls fro a render of a certain module like so: In this example block 1 calls for modules 4 and 6: http://screencast.com/t/VFatdM21hZ
The module files are found here: http://screencast.com/t/ybfEU3Dyp7h
The sorting options are added here: http://screencast.com/t/dbCp5nWA
Here you will find all the sorting options available: http://screencast.com/t/Kmc7SihGR

I hope this helps.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.