Hallo, habe WP 2.7 und das Plugin RSS IMPORT und EXEC PHP aktiviert.
Nun setze ich den Code in einen neuen Artikel
Zitat[COLOR=#339933]<[/COLOR] ?php RSSImport[COLOR=#009900]([/COLOR][COLOR=#cc66cc]10[/COLOR][COLOR=#339933],[/COLOR] [COLOR=#0000ff]"http://bueltge.de/feed/"[/COLOR][COLOR=#339933],[/COLOR] [COLOR=#000000]true[/COLOR][COLOR=#339933],[/COLOR] [COLOR=#000000]false[/COLOR][COLOR=#009900])[/COLOR]; [COLOR=#000000]?>[/COLOR]
Aber Ausgegeben wird nur der Code.
Zitat< ?php RSSImport(10,"http://bueltge.de/feed/%22,true,false); ?>
Zum Test ob php überhaupt funktioniert habe ich
Zitat[COLOR=#000000]<?php[/COLOR] [COLOR=#000066]echo[/COLOR] [COLOR=#ff0000]"Das ist das Exec-PHP 'Hello World'"[/COLOR]; [COLOR=#000000]?>
[/COLOR]
eingeben, und das gibt mir aus
Zitat[COLOR=#ff0000]Das ist das Exec-PHP 'Hello World[/COLOR]
Leider finde ich keine Hilfe auf der offizellen Seite zum RSS IMPORT und der Entwickler hat es auch schon mit mir aufgegeben - vielleicht könnt ihr mir weiterhelfen?