• Resolved klauszeitler

    (@klauszeitler)


    Hi, I installed this plugin but
    the inserted php-code works only on
    the title of a new page.

    Title: Kunstrasen <?php echo “Neu erstellte Seite” ?>
    Text:Hi,

    Kunstrasen Seite! <?php echo “Hier muss ein Bild erstellt werden” ?>

    Ende
    Output:
    Title: Kunstrasen Neu erstellte Seite
    Text: Hi,

    Kunstrasen Seite! <?php echo ?Hier muss ein Bild erstellt werden“ ?>

    Ende

    I’m using Windows 10 and the Internet Explorer
    Wordpress runs in klauszeitler.bplace.net

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter klauszeitler

    (@klauszeitler)

    Sorry,
    I found the reason, using the text Editor instead of the visuell
    al works fine.

    I encouter the same (beginner’s) problem: PHP code is executed in the title but not in the text part of a post. And I *did* edit it with the text editor. Here is:
    TITLE: Test PHP <?php echo “uuu”; ?>
    TEXT: Hallo: <?php echo “vvv”; ?>

    RESULT:
    Test PHP uuu

    Hallo: <?php echo ?vvv“; ?>

    Resolved!
    Sorry, I took the (visual) HTML editor on the Dashboard for a verbatim text editor…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Allow PHP Execute doesnt work in Text-Section’ is closed to new replies.