# How to find the component definition of a component instance?

**URL:** https://forum.pinegrow.com/t/how-to-find-the-component-definition-of-a-component-instance/1928
**Category:** WP Starter Theme
**Created:** [May 29, 2018, 9:29am UTC](https://forum.pinegrow.com/t/how-to-find-the-component-definition-of-a-component-instance/1928 "2018-05-29T09:29:50Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Piro](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/piro/32/39_2.png) [@Piro](https://forum.pinegrow.com/u/Piro)
#### Post date: [May 29, 2018, 9:29am UTC](https://forum.pinegrow.com/t/how-to-find-the-component-definition-of-a-component-instance/1928/1 "2018-05-29T09:29:50Z")

</div>

How to find original components definitions? I am using the starter-theme, but now I see instances of components like master.header and don’t know how/where to detect/edit the definitions.  
Thanks in advance.

---

<div class="post-metadata">

### Author: ![Piro](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/piro/32/39_2.png) [@Piro](https://forum.pinegrow.com/u/Piro)
#### Post date: [May 29, 2018, 9:43am UTC](https://forum.pinegrow.com/t/how-to-find-the-component-definition-of-a-component-instance/1928/2 "2018-05-29T09:43:18Z")

</div>

ok for the record: I found these components coming from Bootstrap 3 and thus should not be edited.

---

<div class="post-metadata">

### Author: ![Printninja](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/printninja/32/1181_2.png) [@Printninja](https://forum.pinegrow.com/u/Printninja)
#### Post date: [May 30, 2018, 5:48pm UTC](https://forum.pinegrow.com/t/how-to-find-the-component-definition-of-a-component-instance/1928/3 "2018-05-30T17:48:41Z")

</div>

Can you possibly post a picture of what it is you’re working with? I cannot seem to find a component named master.header in the list of Bootstrap 3 components.

---

<div class="post-metadata">

### Author: ![Piro](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/piro/32/39_2.png) [@Piro](https://forum.pinegrow.com/u/Piro)
#### Post date: [May 30, 2018, 6:15pm UTC](https://forum.pinegrow.com/t/how-to-find-the-component-definition-of-a-component-instance/1928/4 "2018-05-30T18:15:41Z")

</div>

Not in the list indeed, but it is a component ID, when you generate an index page from Starter theme 1.2 .  
I am still in doubt actually where that is coming from and how to control it.

 ![header](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/2/240df870ef644a6a233822f3e7c2d074e27e7d80.png)

---

<div class="post-metadata">

### Author: ![Printninja](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/printninja/32/1181_2.png) [@Printninja](https://forum.pinegrow.com/u/Printninja)
#### Post date: [May 30, 2018, 9:30pm UTC](https://forum.pinegrow.com/t/how-to-find-the-component-definition-of-a-component-instance/1928/5 "2018-05-30T21:30:09Z")

</div>

Ahh… this is with the Wordpress builder. Unfortunately, I do not have any experience with the Wordpress version of Pinegrow. I have the ordinary Pro version. Perhaps someone else can jump in here???

---

<div class="post-metadata">

### Author: ![texxsmith](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/texxsmith/32/1201_2.png) [@texxsmith](https://forum.pinegrow.com/u/texxsmith)
#### Post date: [June 15, 2018, 2:52pm UTC](https://forum.pinegrow.com/t/how-to-find-the-component-definition-of-a-component-instance/1928/6 "2018-06-15T14:52:52Z")

</div>

Have you tried your traditional IDE to search through all the files? I’m not sure I would edit it directly when you find it because PG will probably just overwrite it, but perhaps after you view it you can understand it’s code better and then write code to modify the component further down in the cascade.

---

<div class="post-metadata">

### Author: ![Piro](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/piro/32/39_2.png) [@Piro](https://forum.pinegrow.com/u/Piro)
#### Post date: [June 15, 2018, 3:55pm UTC](https://forum.pinegrow.com/t/how-to-find-the-component-definition-of-a-component-instance/1928/7 "2018-06-15T15:55:35Z")

</div>

It turned out to be an error because when I started the project I didn’t save the first file before assigning a project folder. So the component definition wasn’t there and files were missed. See [https://pinegrow-webeditor.slack.com/messages/C0R5LM6KA/](https://pinegrow-webeditor.slack.com/messages/C0R5LM6KA/)
