I've made a new content type called News, and to get all the News to the frontpage I have set them to always be published to the frontpage. Now I got Views to show the pages published to the frontpage in a list view, but what I really wan't is Views to show only the News content type, not just those nodes that are published to the frontpage. How do I set this up?

Comments

mrbert’s picture

If you apply category/taxonomy to each of the articles, let's say frontpage news, you can use php to create a page that calls them up and display on the page. You can use php to specify if it should be descending, ascending the number of news list to display.

Read the handbook section on php snippets.

Griffonia | Voacanga Africana | http://www.voacanga-africana.com.gh/sheabutter/">Shea Butter

inforeto’s picture

In your views, select "Node: Type" from the filters list.
More help on filters is in the handbook.

sivananda7’s picture

In filter select node type.. and after that choose is equal to one of "news" content.