uandersonft
Member
Posted 8 months ago #
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
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).
uandersonft
Member
Posted 8 months ago #
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.