Jump to content

Adding New Content to Left or Right Columns


Recommended Posts

How can I add content to either the left or right columns.

I have a small PHP calendar script that I would like to add below the "Categories" box but I am having extremely large difficulty finding the correct location where I can add my code.

Can anyone help me?

Link to comment
Share on other sites

Having a module is probably the best way but it is possible to hard code it into your theme. This isn't really recommended because of updates and such. If you wish to hard code your php script in just go to either your header.tpl or footer.tpl and insert your code just under where the left/right column hooks. This will place your calendar at the bottom of the left or right column. If you want it at the top just move your code above the hook.

 

Hope that works!

 

Marty Shue

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...