Titel Abfrage im Header

  • Hallo,
    ich hab mal eine Frage und zwar möchte ich auf meiner HP folgende abfrage machen,
    wenn ich auf der index.php seite bin soll
    PHP-Code:
    [LEFT] [COLOR=#000000] <title>[COLOR=#0000BB]<?php wp_title[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]' '[/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB]?>[/COLOR] [COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]if([/COLOR][COLOR=#0000BB]wp_title[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]' '[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]false[/COLOR][COLOR=#007700])) { echo [/COLOR][COLOR=#DD0000]' &laquo; '[/COLOR][COLOR=#007700]; } [/COLOR][COLOR=#0000BB]?><?php bloginfo[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'name'[/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB]?>[/COLOR]</title>[/COLOR] [/LEFT]

    und auf allen anderen Seiten soll das kommen

    PHP-Code:
    [LEFT] [COLOR=#000000] <title>[COLOR=#0000BB]<?php wp_title[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]' '[/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB]?>[/COLOR] [COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]if([/COLOR][COLOR=#0000BB]wp_title[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]' '[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]false[/COLOR][COLOR=#007700])) { echo [/COLOR][COLOR=#DD0000]' &laquo; '[/COLOR][COLOR=#007700]; } [/COLOR][COLOR=#0000BB]?>[/COLOR]NAME</title>[/COLOR] [/LEFT]

    dachte mir das irgendwie so:
    PHP-Code:
    [LEFT] [COLOR=#000000] [COLOR=#0000BB]<?php
    [/COLOR][COLOR=#007700]if([/COLOR][COLOR=#0000BB]is_page[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'index.php'[/COLOR][COLOR=#007700]))
    {
    <[/COLOR][COLOR=#0000BB]title[/COLOR][COLOR=#007700]><?[/COLOR][COLOR=#0000BB]php wp_title[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]' '[/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB]?>[/COLOR] [COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]if([/COLOR][COLOR=#0000BB]wp_title[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]' '[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]false[/COLOR][COLOR=#007700])) { echo [/COLOR][COLOR=#DD0000]' &laquo; '[/COLOR][COLOR=#007700]; } [/COLOR][COLOR=#0000BB]?><?php bloginfo[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'name'[/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB]?>[/COLOR]</title>
    }
    else
    {
    echo <title>[COLOR=#0000BB]<?php wp_title[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]' '[/COLOR][COLOR=#007700]); [/COLOR][COLOR=#0000BB]?>[/COLOR] [COLOR=#0000BB]<?php [/COLOR][COLOR=#007700]if([/COLOR][COLOR=#0000BB]wp_title[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]' '[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]false[/COLOR][COLOR=#007700])) { echo [/COLOR][COLOR=#DD0000]' &laquo; '[/COLOR][COLOR=#007700]; } [/COLOR][COLOR=#0000BB]?>[/COLOR]NAME</title>
    }
    ?>[/COLOR] [/LEFT]

    das geht leider nicht, kann mir wer dabei helfen und mir das kurz erläutern.

    LG

    • Anzeige

    Hallo!

    Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.

    • ✔️ Schnelle Ladezeiten (optimiert für WordPress & Co.)
    • ✔️ Deutsche Server & DSGVO-konform
    • ✔️ Persönlicher Support (kein 0815-Ticket-System)

    Mehr erfahren

  • if is_home
    oder
    if is_front_page

    Und bitte die Code-Buttons hier im Forum nutzen.

    [size=10]Bitte immer zuerst die Forensuche nutzen und erst danach Deine Fragen hier im Forum stellen, denn sehr vieles wurde schon mehrfach beantwortet. Bitte dabei auch die Forenregeln beachten.
    Kein Support per PN - Fragen gehören ins Forum.[/SIZE]
    [size=8]Wenn du eine weise Antwort verlangst, musst du vernünftig fragen. (Johann Wolfgang von Goethe)[/SIZE]

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!