track functions

Hi,

I’m having some issues to find where the functions are. I mean, i find the function call activello_posted_on() and I want to edit the function, where can I find it? Is there a way to find functions? (not just this one particular, all of them)

Thanks guys, and sorry for bothering!

Hi @aarongomezhandford,

I hope you are well today and thank you for your question.

You will find the function activello_posted_on in the following theme file on line number 73 and you will also find other functions in that file.

/activello/inc/template-tags.php

To find the particular function in the theme file i use netbeans IDE and full project search feature of it.

If you make changes in the theme file then you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation so instead of making changes in the theme files we recommend to use Child theme.

Best Regards,
Movin

Thanks! I forgot to mark it as correct. Well, i’m working with notepad++, ill have to change to netbeans then. Thank you very much.

PD: i am using a child theme already, first thing i learnt.

I dont know how to set it as solved… But it’s solved!

Hi @aarongomezhandford,

Awesome great to see you got that resolved.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin