Jump to content

Question

6 answers to this question

Recommended Posts

  • 0
Posted

/app/views/client/bootstrap/structure.pdt contains the header and footer for the client area. Order forms have their own templates as well under /plugins/order/.

  • 0
Posted

if structure pdt is where I add my customized header then can any body kindly please
advise me where in the code I need to add the following?


<?php
require('/home/my/domain.com/public_html/wp-blog-header.ph');
get_header(); 
?>

 

I tried to put the above here and there but all I get is blank page

  • 0
Posted
4 hours ago, Morningstar said:

if structure pdt is where I add my customized header then can any body kindly please
advise me where in the code I need to add the following?


<?php
require('/home/my/domain.com/public_html/wp-blog-header.ph');
get_header(); 
?>

 

I tried to put the above here and there but all I get is blank page

your line has a error in the end i should be wp-blog-header.php and not wp-blog-header.ph

is a bad idea to include another Script that has it own access to database, system files, caches....

last, enable error_reporting to watch errors .

  • 0
Posted
1 hour ago, Morningstar said:

Thanks any better idea?

You can edit the header from structure pdt file, i thinknow exist a promotion with 5$  from blesta integration, you can export your wordpress theme to blesta .

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...