By GetActive on
Hey there,
when I create an entry on the front page, its title is displayed as a clickable blue link, while the titles on normal pages are just black and simple.
That's what I want the titles on the front page to look like too. Understand ?
The Front page module is not available for version 6 so far, so I didnt try that.
Thx for the help.
Comments
If you want to remove the
If you want to remove the link, alter node.tpl.php, if you want to change the color of the link you will need to alter your css files with the theme, if your using the garland theme make sure to go the theme config in the admin ui and save the settings as this will copy your changed css to the folder Garland refers to.
Node.tpl.php
Thanks for the reply. I altered node.tpl.php to suit my needs. Now my question is which parts of the cms is node.tpl.php responsible for in general compared to page.tpl.php. Or: Will other pages be affected by this change besides the front page?
The page.tpl.php holds the
The page.tpl.php holds the template into which node.tpl.php is called if certain conditions are met.
ie - page.tpl.php is always used for every single page request. The node.tpl.php is only called by the page if there are nodes to load (which is often if not always).