0

On my Taxonomy (Category) Landing Page, I am listing all the articles in the chronological format. But I also want to show one Article (that I select) or a latest one as a Featured Article on the Landing Page. With the Featured Article, I'd show the following Custom Fields within the Article:-

  • Featured Image
  • Title
  • Couple of other custom fields

My question is how to do it with a probable customized loop or any module?

Zoe
  • 27,060
  • 21
  • 118
  • 148
Steve
  • 2,546
  • 8
  • 49
  • 94
  • After Searching, I think I can use Views to accomplish it. Now I was wondering, even if I set up fields I need within a view, how would I set a view, so that it only shows the articles within a specific category? – Steve Aug 10 '13 at 13:20
  • Search Google for "Views filters" it is a low level views task. In the filters add a field of that Taxonomy (Landing Page). – TheodorosPloumis Aug 10 '13 at 14:29

1 Answers1

1
  • Create a view (block) and setup your fields.
  • Add a Taxonomy Term ID Contextual Filter
  • Choose "Provide Default Value" in the "WHEN THE FILTER VALUE IS NOT AVAILABLE" section
  • Choose "Taxonomy term ID from URL" in type.
  • Save the contextual filter and then save your view.
  • Have the view block display on the taxonomy term pages.
chronnus
  • 91
  • 2