Forum Replies Created
-
AuthorPosts
-
oh hm I don’t know… I’ve finde the code and removed. Thank You
Thank You but I already tried that. Unfortunately it does not work. I have also already installed the Facebook WordPress plugin, this too did not work.
Hey Rikard could you already look?
Thank You for your helping
Nun ist der Fall eingetreten, dass die Entwickler eine grundlegende Änderung vorgenommen haben. Kannst du mir sagen was ich tun muss, dann kann ich das Zukünftig ja auch selbst erledigen.
Danke schon mal
Super das hat funktioniert, ich danke dir vielmals für die schnelle Hilfe… :-) ich hoffe ich kann mich irgendwann mal revanchieren
add_filter('avf_logo','av_change_logo'); function av_change_logo($logo){ elseif ( is_page( array( 6, 42, 54 ) ) ) { $logo = "http://www.domain.com/wp-content/uploads/logoforpage22.jpg"; } return $logo; }
So sieht der Code bei mir aus
Wow danke dir für die schnelle Rückmeldung. Wenn ich den Code
if( is_page(21) ) { $logo = "http://www.domain.com/wp-content/uploads/logoforpage21.jpg"; }
eingebe, Funktioniert es einwandfrei auf einer Seite, nutze ich aber diesen Code
elseif ( is_page( array( 6, 42, 54 ) ) ) { $logo = "http://www.domain.com/wp-content/uploads/logoforpage22.jpg"; }
Bekomme ich eine Fehlermeldung woran kann dies liegen?
der Fehler lautet:
Parse error: syntax error, unexpected 'elseif' (T_ELSEIF) in /www/htdocs/w0178904/djsiegel/wp-content/themes/enfold/functions.php on line 5
- This reply was modified 6 years, 3 months ago by skietz.
Wow ich danke dir vielmals, muss ich zukünftig etwas beachten? Zum Beispiel wenn ich updates mache?
This reply has been marked as private. -
AuthorPosts