By pmomidi on
Is there a way we can publish content like pages/stories to a specific block located on the front page automatically?
Is there a way we can publish content like pages/stories to a specific block located on the front page automatically?
Comments
you don't say what version
you don't say what version of drupal you are using, but the views module can do this.
In Drupal 5 you can use
In Drupal 5 you can use views to create a block view and show pages/stories based on some criteria. You could then enable the block and limited it's visibility to the front page.