Hello,
I need to add PHP code beneath every portfolio page to show a certain table on every portfolio page.
Where can I place my PHP code? I have tried to search for the right template file but can’t find it.
I use a child theme so maybe I can work with the functions.php file?
Greets Jeen
what php code is it ? form a plugin …
there are a lot of hooks implemented in enfold – sounds like the
ava_after_content will do the job and for including it only in portfolio pages an if clause like
if( is_singular('portfolio') ) { …
. will make it
Hello Guenni007
Thanks for the quick response. Works great!!!
Greets Jeen
Hi Jeen,
Glad that it’s resolved. Feel free to come back if you need further assistance :)
@Guenni007 thanks for helping out :)
Best regards,
Nikko