huangweiqiu
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: how to list video thumbnail on frontpage like youtube?help
Forum: Fixing WordPress
In reply to: how to list video thumbnail on frontpage like youtube?help
Forum: Fixing WordPress
In reply to: how to list video thumbnail on frontpage like youtube?thanks Mobster,but I don’t need a player, as i don’t save those video on my website,i just link them from Youtube or Google Video. However I want to list the videos’thumbnails onto homepage.
Forum: Fixing WordPress
In reply to: how to list video thumbnail on frontpage like youtube?no reply:(
Forum: Fixing WordPress
In reply to: help, my page navigation dosen’t workI have resolved this issue by myself. The solution is to add <?php if (is_home()&&!is_paged()): ?>,the correct codes is below :
<php if (is_home()&&!is_paged()): ?>
<?php $posts = get_posts( “category=213&&numberposts=10” ); ?>
<?php if( $posts ) : ?>* <?php foreach( $posts as $post ) : setup_postdata( $post ); ?> ” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?>
<?php endforeach; ?>
<?php endif; ?>Forum: Fixing WordPress
In reply to: help, my page navigation dosen’t workI have change && to be &,but the page navigation still doesn’t work.
Viewing 6 replies - 1 through 6 (of 6 total)