wp sisteminde galeri resimlerini anasayfada gösterdim
ancak galeriye eklendikte anasyafada çıkıyor ben 8 tane çıksın istiyorum sınırlandımayı nereye yazmamız gerekiyor ?

if(have_posts())
	{
		while (have_posts()) {
			the_post();
			echo '
			<section id="welcome">
			    <h3 class="text-center"><span>'. ravis_fn_title_effect(get_the_title()) .'</span></h3>
			    <div class="container">
			        <div class="service-boxes welcome-text '. esc_attr( $welcome_text_class ) .'" data-animation="fadeInUp">
					'. get_the_content() .'
			        </div>';

			if( $yoona_opt['yoona-welcome-gallery-status'] == '1' )
			{
			echo '<div class="service-boxes welcome-gallery '. esc_attr( $welcome_slider_class ) .'" data-animation="fadeInUp">
			            '. do_shortcode( '[yoona-welcome-slider]' ) .'
			        </div>';
			}
			
			echo '</div>
			</section>';
		}
	}


--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 00:05:10 -->-> Daha önceki mesaj 00:00:47 --

css ile yaptım margin-top: -107px; şeklinde ama kodunu merak ediyorum