• Resolved exsith

    (@exsith)


    I tried to create a modified file yourtheme/amp-wp/template-parts/content.php
    But changes on the site are not shown. What could be the problem?

Viewing 1 replies (of 1 total)
  • Plugin Author Pixelative

    (@pixelative)

    Hi @exsith,

    We have disabled file override feature in our current release. If you still want to use that feature then please do the following steps.

    Step 1
    Open file amp-wp-theme-functions.php under amp-wp -> includes -> functions directory.

    Step 2
    Add following line in function amp_wp_locate_template
    add_theme_support('amp-wp-template');

    For Reference, See Screenshot

    Step 3
    Create directory amp-wp in your theme.

    Let us know if you have any question/concern regarding this.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Override does not work’ is closed to new replies.