Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter dilhan

    (@dilhan)

    Thanks for the reply. wp_head and wp_footer included in the header and footer like below.

    header.php

      <?php wp_head(); ?>
    </head>
    
    <body>
      <?php wp_body_open(); ?>

    footer.php

      </footer>
      <?php wp_footer(); ?>
    </body>
    </html>

    Theme is a classic theme with .php templates. The plugins I tested are not old, I’m sure it’s something to do with my theme because I tested the same plugin with official wp themes and they work very well with themes like 2023.

Viewing 1 replies (of 1 total)