Habe folgendes Problem: zur Zeit steht in meiner home.php folgender Code, um einen Textblock zu integrieren (URL):
Zitat<?php
add_action('genesis_before_loop', 'child_welcome_text');
function child_welcome_text()
{ ?>
<div class="text">"Hallo", "Welcome", "Bienvenue", "Bienvenido", "Benvenuto" im <a href="http://shop.logo-creations.de/">Shop von LogoCreations</a>!<br /><br />
<a href="http://www.logo-creations.de/">LogoCreations</a> bietet auf den folgenden Seiten fertige Logos an, welche aus unserem riesigen Portfolio stammen. <a href="http://www.logo-creations.de/">LogoCreations</a> ist DIE Quelle für individuelle Logos ab 99 Euro. Hier im Shop können Sie fertige Logos <br />für den Festpreis von » <b>79 Euro</b> « kaufen. Alle Logos werden als Vectordateien + Schrift geliefert.</div><br /><br /><?php }
An diese Stelle möchte ich einen Slider stellen. Problem ist, er will nicht.
Vom Anbieter gabs folgende Erklärung:
1. Use shortcode [uds-billboard] anywhere where it is possible to use a shortcode including pages and
posts. Be aware though, that uBillboard will always be rendered with dimensions specified in General
Options and will not resize when it does not fit in the available space.
2. You can also use it anywhere in your theme via the the_uds_billboard(); function. This function does
not take any parameters and does not return anything. It will just echo the markup for the uBillboard.
Note: There is also a function get_uds_billboard();. This function is similar to the_uds_billboard();
but instead of echoing the markup it will return it. Meaning you can call it like this:
echo the_uds_billboard();
Kann mir jemand helfen und erklären, wie ich den Code eingeben kann?
Habe für die Integration einen extra div angelegt: