plugins - how do i fixe Page Builder on a custom page?

admin2025-06-06  7

hi i create a theme from scratch for wordpress (with header and footer) i did my home-page but for the other page i wanted to keep the header and the footer and using Page Builder for the content but its seem i cant display the Page builder here the code of my custom page :

<?php /* Template Name: CustomPageT1 */ 
 get_header();
 ?>

<?php
get_footer();
?>

so i keep the header and the footer for the page but won't display the page builder element

how can i fixe this issue thanks

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749184582a317069.html

最新回复(0)