Pulling a Views block onto the front page from several different content types. How can I order them on the page in a particular order (not by created date or last modified). Thanks!

Comments

throk’s picture

You can use sort. And choose a default sort. It's towards the bottom of the "edit" page of that particular view.

__________________________________________________________
work in progress www.TheHappyHourHero.com

emsbrooklyn’s picture

Sorry, I don't think I explained it clearly. I tried using the Sort Criteria section in Views. How do I sort it by what I want and not by date or date modified?

For Example: Say this comes up when I sort by date created.

1. Article A (content type 1)
2. Article B (content type 2)
3. Article C (content type 3)
4. Article D (content type 1)
5. Article E (content type 3)

But I want this:

1. Article C (content type 3)
2. Article B (content type 2)
3. Article E (content type 3)
4. Article D (content type 1)
5. Article A (content type 1)