I want to add some javascript / tracking code to the footer of certain pages.
Should I add a customer .tpl file for the page or is there a way to add it from the admin to certain pages?
I have recently installed drupal and like it pretty much but can't figure out how to move the tags output to the bottom of the post.
tags: tag,tag2,tag3 post content
to this
post content tags: tag,tag2,tag3
I have a theme thats working great but I want to add a new block region so I can edit an area from within the admin / not having to open template files to alter.
I have a content type that I want to allow comments but call them something different - like feedback or something.
trying hook_theme_link and alter but no luck
I don't want a title for a menu but its required. What tpl file would I have to override to not display a title.
I tried editing the block for the menu to override the title by placing a space but it still displays a better but still not good
I've created a view and now I want to use that view on my front page. I don't see how to create a page display as it isn't taking the as a path.