---
title: "Where we can place the custom tag?"  
description: "Where we can place the custom tag?"  
author: "James Smith"  
published: 2011-05-17  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/923/where-we-can-place-the-custom-tag  
category: "cold fusion"  
tags: ["cold fusion"]  
reading_time: 1 minute  

---

# Where we can place the custom tag?

Custom tags can be stored in any of the following locations. ColdFusion will search for them in the order listed.\
In the same directory as the calling page - while this is easy for demonstration purposes, it's not very practical, as it means that the custom tag is only available within that directory.\
In a directory (or subdirectory of a directory) specified in ColdFusion Administrator under Extensions -> Custom Tag Paths.\
In the cfusion/CustomTags directory or one of its subdirectories.

## Answers

### Answer by James Smith

Custom tags can be stored in any of the following locations. ColdFusion will search for them in the order listed.\
In the same directory as the calling page - while this is easy for demonstration purposes, it's not very practical, as it means that the custom tag is only available within that directory.\
In a directory (or subdirectory of a directory) specified in ColdFusion Administrator under Extensions -> Custom Tag Paths.\
In the cfusion/CustomTags directory or one of its subdirectories.


---

Original Source: https://www.mindstick.com/interview/923/where-we-can-place-the-custom-tag

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
