คือผมกำลังพยายามโม theme บางส่วนอยู่แล้วก็ไปเจโค้ดนี้ซึ่งผมไม่เข้าใจ อยากรู้ว่ามันเกี่ยวกับ CSS ยังไงบ้าง
<?php if ( $featured1_cat !== '' && arras_get_option('enable_featured1') ) : ?>
<?php arras_above_index_featured1_post() ?>
<!-- Featured Articles #1 -->
<div id="index-featured1">
<?php if ( arras_get_option('featured1_title') != '' ) : ?>
<div class="home-title"><?php _e( arras_get_option('featured1_title'), 'arras' ) ?></div>
<?php endif;
arras_featured_loop( arras_get_option('featured1_display'), apply_filters('arras_featured1_query', array(
'list' => $featured1_cat,
'taxonomy' => arras_get_option('featured1_tax'),
'query' => array(
'posts_per_page' => $featured1_count,
'exclude' => $post_blacklist,
'post_type' => arras_get_option('featured1_posttype')
)
) ) );
?>
</div><!-- #index-featured1 -->ผมใช้ ธีม Arras นะครับ รบกวนด้วยครับ
