Marking one article as Featured to show on the Taxonomy Landing Page in Drupal 7 -


on taxonomy (category) landing page, listing articles in chronological format. want show 1 article (that select) or latest 1 featured article on landing page. featured article, i'd show following custom fields within article:-

  • featured image
  • title
  • couple of other custom fields

my question how probable customized loop or module.

many help.

  • create view (block) , setup fields.
  • add taxonomy term id contextual filter
  • choose "provide default value" in "when filter value not available" section
  • choose "taxonomy term id url" in type.
  • save contextual filter , save view.
  • have view block display on taxonomy term pages.

Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -