By mercurythread on
Hi,
I'm trying to use the inbuilt blog module within drupal 7.x but I dont want the render($page['content']) to include the links to the author and comments parts of the page.
I've tried to hide this using the following (none of which have worked as of yet)
1. hide($content['links'])
2. hide($page['content']['system_main']['nodes'][$vid]['links']);
Any ideas on how to do this - all help gratefully appreciated - I know I should have stuck with Drupal 6 but for once I thought I'd try and get ahead of the curve and it's all going a bit pete tong
TY
M
Comments
take a look at node.tpl.php in 7 garland
if you look at the node.tpl.php file in the garland theme for drupal 7, there's a good example.
this is from line 18