• Hello,
    I need help, I try to make an override of file inc/extras.php in my child theme (respecting the path) but it doen’t work, the file isn’t applied.

    Can you help me ?

    Thank you.

Viewing 1 replies (of 1 total)
  • Hi @parkine13,

    Child themes are allowed to override templates, not simply arbitrary PHP files.

    In WordPress, a theme consists of a bunch of PHP files which are used as Templates. You can find a list of those files in the Template Hierarchy.

    Those specific template files can be overridden with new ones.

    You may not override the arbitrary PHP files, but you sure can make the desired changes. Please go through the link below.

    https://paulund.co.uk/override-parent-theme-functions

    Thanks and Regards,
    Milan

Viewing 1 replies (of 1 total)

The topic ‘Override extras.php’ is closed to new replies.