abdulbasit540's avatar

Summernote @include file not showing on frontend

i am saving html data from backend and showing on frontend but @include file isn't sowing content from file rather @include tag is showing as it is.

0 likes
5 replies
sadieins's avatar

I think your main HTML file needs a .php extension for PHP to process it. Solution: If you're using PHP for includes, ensure the file you're including has a .php extension and the include statement is within PHP tags ().

1 like

Please or to participate in this conversation.