Hi
Habe problem wie kann ich das bild nebn dem text reinmachen .Das bild soll auf der start seite neben dem text erscheinen . Bosna Clan .Und wiso fukzioniert bei mir der flaschuplad nicht .Und wo mussen die bilder hochgeladen werden in welchen ordner .Hier mein code .
PHP
<div class="feature clearfloat" id="lead">
<?php
// this is where the Lead Story module begins
query_posts('showposts=1&cat=3'); ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); // this is where the Lead Story image gets printed
$values = get_post_custom_values("Image"); echo $values[0]; ?>" alt="" id="leadpic" /></a>
<h3>
<?php
// this is where the name of the Lead Story category gets printed
wp_list_categories('include=3&title_li=&style=none'); ?></h3>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>" class="title">
<?php
// this is where the title of the Lead Story gets printed
the_title(); ?>
</a>
<?php
// this is where the excerpt of the Lead Story gets printed
the_excerpt(); ?>
{<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">More»</a>}
<?php endwhile; ?>
</div><!--END FEATURE-->
Alles anzeigen
Viel dank im voraus