Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #943585

    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

    #943594

    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

    #943641

    Hello Guenni007

    Thanks for the quick response. Works great!!!

    Greets Jeen

    #943818

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Place PHP code beneath every portfolio page’ is closed to new replies.