Ho un plugin testato in locale, dove funziona,
nella Home c'è questo
Codice:
<p>bla bla</p>
il codice PHP cioè
<?php dynamic_content_gallery(); ?>
<p>bla bla</p>
ho installato lo stesso plugin sul sito versione Altervista e...
nella "pagina" Home, nel posto dove dovrebbe apparire quello che il plugin fa (uno slider), appare invece:

<? php dynamic_content_gallery(); ?>

come se fosse semplice testo e inoltre staccando il marcatore < da ? , cosa che fa anche nell'HTML del panello di composizione del post.

Premetto che ho installato e provato due diversi plugin per l'esecuzione PHP e uno di questi esegue dei controlli dai quali risulta:

Security Hole
The following list shows which users have either or both of the "edit_others_posts" or "edit_others_pages" capability and are allowed to change others PHP code by having the "edit_others_php" capability but do not have the "exec_php" capability for themself. This is a security hole, because the listed users can write and execute PHP code in articles of other users although they are not supposed to execute PHP code at all.

No user matching the query.

Executing PHP Code in Text Widgets
The following list shows which users have the "switch_themes" capability and therefore are allowed to write and execute PHP code in text widgets. In case you have deselected the option "Execute PHP code in text widgets" from above, this list will appear empty.

* NOME USER (cioè OK)

Executing PHP Code in Articles

The following list shows which users have the "exec_php" capability and therefore are allowed to execute PHP code in articles.

* NOME USER (cioè OK)


E' un problema di permessi? Ed eventualmente come si risolve?