• I know you can edit content of .php files through the ‘Editor’ section, but is it possible to add new files? I am trying to create a new header.php file but we don’t have access to the backend right now to add a .php file. Is there anyway to do it through here?

Viewing 5 replies - 1 through 5 (of 5 total)

  • Comment the old code and create a new one until you have your permit.

    If you don’t need a header elsewhere Include…

    //<?php my_old_code(); ?>
    //     old php
    //?>
    
    <?php new ?>
    Thread Starter ivcatalina

    (@ivcatalina)

    We don’t need the header elsewhere, just on this page. But if I add it as regular content if conforms to the margins of the content page (if that makes sense). I need the header at 100% width.

    Can you take me a screenshot ?

    Thread Starter ivcatalina

    (@ivcatalina)

    Let me try to explain a little better.. I need it as a header in that it fills the entire page at 100% width. Because this is the only page it is needed on, I thought I could maybe just add it to the ‘page’ that it needs to go onto as coding. But the template is telling that page to give it margin and padding (so that the text sits in the middle of the page, and not against the wall). So I figured I needed to add it as a separate header, so that it doesn’t get caught up in these stylesheets.

    please send me a header.php files.
    I want to help you… but i need see the code or the site.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add .php file through 'Editor'’ is closed to new replies.