WordPress themes not displaying properly in PHP 5?
-
I uploaded a theme to wordpress running on two different webhosts. One Webhost 1, running php5.0.7 (?) several of the php code lines are not being seen/interpreted/and or displayed.
For example, this line:
< ?php wp_list_categories(‘show_count=1&title_li=<h2>Categories</h2>’); ? >
brings back nothing.On Webhost 2, running php4.3.11, all is displayed fine.
Is there known issues with php5? Or am I looking at the wrong reasons, like a php configuration issue? Or somewhere else.
Any ideas?
-
-
- The topic ‘WordPress themes not displaying properly in PHP 5?’ is closed to new replies.