• i create a plugin to display some html in specific page.

    but now i want to in that specific page the wordpress dont load the default theme and just echo my html code.

    how can i do that?

Viewing 1 replies (of 1 total)
  • Take a look at the template include filter. This allows you to override the html/php returned when templates are loaded. You can include code in the function you write, called by the filter, (as per the example) to only override the template for a specific page.

Viewing 1 replies (of 1 total)

The topic ‘dont load theme in specific page’ is closed to new replies.