the_content ();

0 Cevap php

im bu kod gösteri hiçbir şey benim wordpress blog özel bir şablon sayfasında 2 makale göstermeye çalışıyor, ama.

$myposts = get_posts("numberposts=2&category=3"); foreach($myposts as $post) : the_content(); endforeach;

but if i try to print_r($myposts); i can say that there is an array..how can i solve this problem? thanks a lot

0 Cevap