0
我試圖打印與此代碼的類別,它不斷打印數組?打印類別打印數組?
<?php $posts = get_posts('category=1&orderby=desc'); foreach($posts as $post) { ?>
<a href="<?php the_permalink() ?>" target="_parent"><?php the_title(); ?></a><br /><?php print(get_the_category($id)); ?>
<?php } ?>
謝謝...