Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Wie man den benutzerdefinierten Hintergrund in WordPress 3.0 Themes aktiviert

Hinweis der Redaktion: Wir erhalten eine Provision für Partnerlinks auf WPBeginner. Die Provisionen haben keinen Einfluss auf die Meinung oder Bewertung unserer Redakteure. Erfahre mehr über Redaktioneller Prozess.

WordPress 3.0 führt eine neue Funktion namens benutzerdefinierte Hintergründe für WordPress-Themes ein. Diese Funktion gibt dem Benutzer die Möglichkeit, benutzerdefinierte Hintergründe zu seiner Website hinzuzufügen, die seinen Blogs/Sites eine einzigartige Note verleihen. Auch wenn diese Funktion zum Kern hinzugefügt wurde, wird sie nur aktiviert, wenn Ihr Theme sie unterstützt. In diesem Artikel zeigen wir Ihnen, wie Sie Custom Background in WordPress-Themes für WordPress 3.0 aktivieren können.

Hinweis: Dieser Artikel ist ein Artikel für Fortgeschrittene und richtet sich speziell an Theme-Designer.

Update: Der im Video add_custom_background verwendete Code ist veraltet. Sehen Sie sich den Code unten in diesem Artikel an.

Video:

Text-Tutorial

Öffnen Sie einfach Ihre Datei functions.php und fügen Sie die folgende Zeile ein:

add_theme_support('custom-background');

Dann sollten Sie unter Erscheinungsbild eine Option für benutzerdefinierte Hintergründe sehen können.

Custom Background in WordPress 3.0

Das Standard-Theme twenty ten für WordPress 3.0 hat diese Funktion bereits aktiviert.

Offenlegung: Unsere Inhalte werden von unseren Lesern unterstützt. Das bedeutet, dass wir möglicherweise eine Provision verdienen, wenn Sie auf einige unserer Links klicken. Mehr dazu erfahren Sie unter Wie WPBeginner finanziert wird , warum das wichtig ist und wie Sie uns unterstützen können. Hier finden Sie unseren redaktionellen Prozess .

Das ultimative WordPress Toolkit

Erhalte KOSTENLOSEN Zugang zu unserem Toolkit - eine Sammlung von WordPress-bezogenen Produkten und Ressourcen, die jeder Profi haben sollte!

Reader Interactions

27 KommentareEine Antwort hinterlassen

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Abhimanyu says

    There seems to be a problem. Just as I select the image file and click upload, it refreshes the page with no result. The ‚color‘ thing works. And, I have tried many browsers.

    Any help? Can we do it manually? As in, by some codes?

  3. John says

    What is the default size for wordpress backgrounds? i.e. what size should images be for them to fit properly in the background.

    • Editorial Staff says

      The best image is the one that can be repeated, so you keep the page load time small. WordPress will only show the background image that fits the screen resolution of the user.

      Admin

  4. aleksander says

    Same situation here:
    Fatal error: Call to undefined function add_custom_background() in /mnt/data/www/sinya/aleksander.hu/i.aleksander.hu/wp-content/themes/stylize/functions.php on line 34

    what to do?
    haven’t upgrade yet to 3.0.0

  5. Lane says

    Hey I did what you said but i got this message

    Fatal error: Call to undefined function add_custom_background() in /home/patina/ilovepatina.com/wordpress/wp-content/themes/default/functions.php on line 2

    And now it won’t let me sign in at all to even go into the admin.
    Any advice? I need help bad…

  6. Ed says

    Hey… that was cool. After my first comment, I am taken to a different page with more information about your website and commenting… how did you make that happen? Plugin?
    I’d love to know more.

  7. Ed says

    It is important to note that for this to work within a theme, you must add the wp_head() after your theme stylesheet link in the theme header. This new function adds blocks with the added color/background from within the wp_head() section, and if you call your stylesheet after the wp_head(), your stylesheet will override the custom background function.

    I am torn, as I tend to call my stylesheet after the wp_head() call so that I can override styles added by plugins. May need to make a separate stylesheet for plugin overrides to be called later in the header.

  8. Pete says

    So how does WordPress know how to change the background? What if my current theme already has some background css attributes? Which one over-rides the other?

    • Editorial Staff says

      Your current theme would have to be made compatible with this feature. This is article is for theme designers who are creating themes and want to get WordPress 3.0 features in it. You would have to add the function for body class. If WordPress see that someone has updated the Custom Backgrounds page in the admin panel, then it will be prioritized. Otherwise the default background that you specify in the css file prevails.

      Admin

    • Editorial Staff says

      With the default function NO. For that you are better of using a plugin (several exist). The way this function works is it adds styling to the overall body class, so it will be the same for the entire site.

      Admin

Eine Antwort hinterlassen

Danke, dass du einen Kommentar hinterlassen möchtest. Bitte beachte, dass alle Kommentare nach unseren kommentarpolitik moderiert werden und deine E-Mail-Adresse NICHT veröffentlicht wird. Bitte verwende KEINE Schlüsselwörter im Namensfeld. Lass uns ein persönliches und sinnvolles Gespräch führen.