Hallo,
ich versuch immer noch das theme "I feel dirty" widget fähig zumachen.
IM admin bereich bekomm ich zumindest schonmal das okay.
die sidebar.php sieht noch wie folgt aus:
PHP
<div class="sidebar">
<div class="bloque1">
<h3></h3>
<ul>
<?php echo sfc_connect_shortcode(); ?>
</ul>
</div>
<div class="bloque1">
<h3>Pages</h3>
<ul>
<?php wp_list_pages('title_li=&depth=1'); ?>
</ul>
</div>
<div class="bloque1">
<h3>letzte Beiträge</h3>
<ul>
<?php $ticker_query = new WP_Query('showposts=5&cat=1'); ?>
<?php while ($ticker_query->have_posts()) : $ticker_query->the_post(); ?>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a><br>
<?php endwhile; ?>
</ul>
</div>
<div class="bloque1">
<h3>cloud</h3>
<?php
if ( function_exists( 'nktagcloud_shortcode' ) ) {
echo nktagcloud_shortcode( null );
}
?>
</div>
</div>
<div class="clearfix"></div>
</div>
Alles anzeigen
functions.php