2013年1月8日星期二

wordpress调用最新文章

wordpress调用最新文章

<?php $recentPosts = new WP_Query();

$recentPosts->query(‘showposts=7’);

?>

<?php while ($recentPosts->have_posts()) : $recentPosts->the_post(); ?>

<li> <span style=”display:none”>[<?php the_time(‘m/d’) ?>]</span>

<a href=”<?php the_permalink() ?>” rel=”bookmark” target=”_blank”><?php the_title(); ?></a>

</li>

<?php endwhile; ?>

openwrt 6300V2 USB无法显示的问题

lsusb and fdisk -l There's a method to turn USB power on which is probably not persistent. I hope this will help you. echo 0 > /sys/c...