http://image.free.in.th/v/2013/ih/140104011318.PNG
รูปตัวอย่างคะ
อยากให้รูปมันขยายใหญ่กว่านี้อะคะ แล้วตัวหนังสือลงมาต่ำๆ กว่านี้ จากธีม
http://www.magpress.com/wordpress-themes/pressimo.html
ไม่ทราบว่าจะแก้โค้ดยังไงคะ
อันนี้เป็นโค้ดหนัา index.php คะ แก้ไขไปแล้วบางส่วน
[open_code]<?php get_header(); ?>
<?php do_action( 'bp_before_content' ) ?>
<!-- CONTENT START -->
<div class="content<?php if( is_home()): ?><?php echo ' home-content'; ?><?php endif; ?>">
<div class="content-inner">
<?php do_action( 'bp_before_blog_home' ) ?>
<!-- POST ENTRY START -->
<div id="post-entry">
<section class="post-entry-inner">
<?php
if ( ( is_home() || is_page_template('template-blog.php') ) && get_theme_option('slider_on') == 'Enable' ) :
if ( $paged >= 2 || $page >= 2 ) { } else { ?>
<?php get_template_part( 'lib/sliders/gallery-slider' ); ?>
<?php }
endif; ?>
<?php $oddpost = 'alt-post'; $postcount = 1; if (have_posts()) : while (have_posts()) : the_post();
$thepostlink = '<a href="'. get_permalink() . '" title="' . get_the_title() . '">';
?>
<?php do_action( 'bp_before_blog_post' ) ?>
<!-- POST START -->
<article <?php post_class('home-post ' . $oddpost); ?> id="post-<?php the_ID(); ?>">
<?php echo get_featured_post_image("<div class='post-thumb in-archive'>".$thepostlink, " </a></div>", 350, 200, "alignleft", "medium", 'image-'.get_the_ID()
,get_the_title(), false); ?>
<div class="article-blk">
<h1 class="post-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
<?php get_template_part( 'lib/templates/post-meta-home' ); ?>
<div class="sharebox-wrap">
<?php get_template_part( 'lib/templates/share-box' ); ?>
</div>
<div class="post-content">
</div>
</div>
<span class="post-category single-post-category">
<?php echo get_singular_cat(); ?>
</span>
</article>
<!-- POST END -->
<?php do_action( 'bp_after_blog_post' ) ?>
<?php $get_google_code = get_theme_option('adsense_post'); if($get_google_code == '') { ?>
<?php } else { ?>
<?php if( 2 == $postcount || 4 == $postcount ){ ?>
<div class="adsense-post">
<?php echo stripcslashes($get_google_code); ?>
</div>
<?php } ?>
<?php } ?>
<?php ($oddpost == "alt-post") ? $oddpost="" : $oddpost="alt-post"; $postcount++; ?>
<?php endwhile; ?>
<?php comments_template( '', true ); ?>
<?php else: ?>
<?php get_template_part( 'lib/templates/result' ); ?>
<?php endif; ?>
<?php get_template_part( 'lib/templates/paginate' ); ?>
</section>
</div>
<!-- POST ENTRY END -->
<?php do_action( 'bp_after_blog_home' ) ?>
</div><!-- CONTENT INNER END -->
</div><!-- CONTENT END -->
<?php do_action( 'bp_after_content' ) ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
[/close_code]
แก้ ธีม wordpress ตัวนี้ยังไงคพ * มีรูป
รูปตัวอย่างคะ
อยากให้รูปมันขยายใหญ่กว่านี้อะคะ แล้วตัวหนังสือลงมาต่ำๆ กว่านี้ จากธีม http://www.magpress.com/wordpress-themes/pressimo.html
ไม่ทราบว่าจะแก้โค้ดยังไงคะ
อันนี้เป็นโค้ดหนัา index.php คะ แก้ไขไปแล้วบางส่วน
[open_code]<?php get_header(); ?>
<?php do_action( 'bp_before_content' ) ?>
<!-- CONTENT START -->
<div class="content<?php if( is_home()): ?><?php echo ' home-content'; ?><?php endif; ?>">
<div class="content-inner">
<?php do_action( 'bp_before_blog_home' ) ?>
<!-- POST ENTRY START -->
<div id="post-entry">
<section class="post-entry-inner">
<?php
if ( ( is_home() || is_page_template('template-blog.php') ) && get_theme_option('slider_on') == 'Enable' ) :
if ( $paged >= 2 || $page >= 2 ) { } else { ?>
<?php get_template_part( 'lib/sliders/gallery-slider' ); ?>
<?php }
endif; ?>
<?php $oddpost = 'alt-post'; $postcount = 1; if (have_posts()) : while (have_posts()) : the_post();
$thepostlink = '<a href="'. get_permalink() . '" title="' . get_the_title() . '">';
?>
<?php do_action( 'bp_before_blog_post' ) ?>
<!-- POST START -->
<article <?php post_class('home-post ' . $oddpost); ?> id="post-<?php the_ID(); ?>">
<?php echo get_featured_post_image("<div class='post-thumb in-archive'>".$thepostlink, " </a></div>", 350, 200, "alignleft", "medium", 'image-'.get_the_ID()
,get_the_title(), false); ?>
<div class="article-blk">
<h1 class="post-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
<?php get_template_part( 'lib/templates/post-meta-home' ); ?>
<div class="sharebox-wrap">
<?php get_template_part( 'lib/templates/share-box' ); ?>
</div>
<div class="post-content">
</div>
</div>
<span class="post-category single-post-category">
<?php echo get_singular_cat(); ?>
</span>
</article>
<!-- POST END -->
<?php do_action( 'bp_after_blog_post' ) ?>
<?php $get_google_code = get_theme_option('adsense_post'); if($get_google_code == '') { ?>
<?php } else { ?>
<?php if( 2 == $postcount || 4 == $postcount ){ ?>
<div class="adsense-post">
<?php echo stripcslashes($get_google_code); ?>
</div>
<?php } ?>
<?php } ?>
<?php ($oddpost == "alt-post") ? $oddpost="" : $oddpost="alt-post"; $postcount++; ?>
<?php endwhile; ?>
<?php comments_template( '', true ); ?>
<?php else: ?>
<?php get_template_part( 'lib/templates/result' ); ?>
<?php endif; ?>
<?php get_template_part( 'lib/templates/paginate' ); ?>
</section>
</div>
<!-- POST ENTRY END -->
<?php do_action( 'bp_after_blog_home' ) ?>
</div><!-- CONTENT INNER END -->
</div><!-- CONTENT END -->
<?php do_action( 'bp_after_content' ) ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
[/close_code]