By jason.lally@gmail.com on
I am wondering what the appropriate method is for loading fields I don't want to touch into a custom node template file. For example, I want to rewrite a lot of my fields for a specific node so that they display better and make more sense. However, I don't want to rewrite the output of location? Is there a method I can call to just load the location as is? Is it theme('location',$node) or something similar?
Comments
Nevermind about that, it's
Nevermind about that, it's theme('location',$location). How about writing the themed output (not overwriting it) of just a single cck field? theme('field_name',$content)?