I can’t execute php within a suckerfish drop-down even though I have AddType application/x-httpd-php .html in the .htaccess file (which works ‘cos I tested it! ).
I want to be able to switch links according to whether a user is logged in or not using <?php if(is_user_logged_in()){ ?>One menu<?php }else{ ?>Another menu<?php } ?> which is a technique used on other sites that are coded directly.
But not on WP. Even a simple <?php print "Hello"; ?> doesn’t work! Yet if I echo <? phpinfo(); ?> into test.html, that works OK so it isn’t my setup.
Any clues?????
I’m stumped about this one!