|
Yes, you can .
- remove the fields from printing in the content area
- install views module
- create a type "block" view that prints only the two fields you want
- configure the view to receive the node id ($nid) as argument
- put the new block in any area you want, outside the content area
|