Posted by bountyla on September 21, 2012 at 7:33am
Hello i'm new to Drupal theming, and hope someone can guide me in the right direction here.
I'm working on a ZEN sub theme, and I wand to make a small change to the front page. - My front page is a default setup with a simple page on top of the page and under the page comes some news articles that has ben promoted to the front page.
What I want now is to have a headding like "Latest News" to show just before the news articles. I'm unsure how to do this. Is there a .tmpl.php or a function that I have to overwrite somewhere.
Hope someone can point me in the right direction.
Everything best:
Lars Holm
Comments
Are the news articles in a
Are the news articles in a block? If so add a block title. What version of Drupal are you using 6 or 7?
Hello, I'm using Drupal
Hello,
I'm using Drupal 7.
The articles are not put in a block by me. - They are on the frontpage because the publisher of the articles selected "promote to front page"
View
I believe that is a view and you just need to edit the view and set a title...
- Erek J