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
  On 8/25/2018 at 4:24 PM, 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

Expand  

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 .

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...