• Hello everybody

    I would work a wordpress template offline, however the functions of wordpress

    Ex: <? php get_header ();?>
    is not working, is there any way to make the commands work locally?

    I’m using the 3.4.1 version of wordpress and use the Wampserver

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m also using wampserver, and it works for me. Are you sure you have header.php file in your theme? And I don’t know is this just a typo, but try to write opening php command like this ‘<?php’ not like ‘<? php’ (notice the space between question mark and first p).

    Thread Starter uandersonft

    (@uandersonft)

    this space that has been the forum I put everything together, I do not understand why not accepted because the default themes were functioning as few as mine did not work

    go to the pastebin site, copy your index.php, or your page.php code there, and add the link to that pasted code here, so I can check it out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress offline’ is closed to new replies.