Hello,
We need to disable the links on the portfolio page that links the “skills” i.e tags.
we found the code in / framework / functions / frontend / integrity.php
Line 144:
echo ‘
we want to make the change in the child theme folder, we copies the files to the childtheme directory as such:
/ wp-content / themes / pro-child / framework / functions / frontend / integrity.php
and made the changes to the code line above. but the results are not showing,
Is there other files related to this that we should also copy to the child theme directory?
or do you have an easier solution for what we need to do?
THank you