Apply template with php code for specific plugins on Wordpress

MrGreen
52 Posts
MrGreen posted this 01 March 2018

Hello,

I develope a plugins and on a result page i've :
get_header();

echo "content";

get_footer();
exit();

how to apply a themler template (for exemple page or blog)

Regards

Hello, I develope a plugins and on a result page i've : get_header(); echo "content"; get_footer(); exit(); how to apply a themler template (for exemple page or blog) Regards
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 02 March 2018

Hi,

I assume that the plug-in generates not a specific page type, then it will be using the Themler Default template.

Sincerely,
Hella

Hi, I assume that the plug-in generates not a specific page type, then it will be using the Themler Default template. Sincerely, Hella
You must log in or register to leave comments