Php is not rendering functions
-
Hi!
On my server i got an updated version of WP, with a working theme.
I just made a new one. The problem is that when i activate it, (or just preview it, via customize) it doesen’t render php script.
For example: I use to link the css file al <link type=”text/css” href=”<?= get_stylesheet_directory_uri()?>/stylesheet.css”></script>, instead of rendering the path of stylesheet directory, it renders “<?= get_stylesheet_directory_uri()?>” like it is a string.
This happens to all the linked file from my theme, but not to the plugins one.Any help will be appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Php is not rendering functions’ is closed to new replies.