Leider wird das Bild nicht dargestellt.
Liegt das vielleicht am Code, mit dem ich die News auslese?
PHP-Code:
<?php
$posts = get_posts('numberposts=3&category=3&order=ASC&orderby=post_title');
foreach($posts as $post) : ?>
<ul> <li class="list2"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></li></ul>
<?php endforeach; ?>
lg
P.S.: Danke nochmals
