Theming

How do I use a custom footer for some Pages

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?

How do I alter the position of tags in drupal

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

Adding an editable area to drupal

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 need to change the add new comment link on a certain content type.

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 do not want a title to display for my menu

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

How do I use a view for my front page

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.

Syndicate content