רחלי שינפלד
משתמש צעיר
- הוסף לסימניות
- #1
כאשר רציתי שימשך לי רק פוסט אחד זה עבד מצוין ,אבל כשאני רוצה יותר מאחד זה לא עובד... זה נשאר אחד. מישהו יודע מה הבעיה?
תודה!
אני לא מצליחה לעלות את הפונקציה בתגי php
אם מישהו יצליח להבין מהבלאן הזה.. תודה!
<!--?php
// The Query
$args = array('cat'=> 8, 9, 10, 4, 29,'posts_per_page' => 3,);
query_posts( $args );
// The Loop
while ( have_posts() ) : the_post();
echo '<a href="%27,%20the_permalink%28%29.%27" target_blank"="">';
the_title();
echo '
';
echo get_the_excerpt();
endwhile;
// Reset Query
wp_reset_query();
?>-->
תודה!
אני לא מצליחה לעלות את הפונקציה בתגי php
אם מישהו יצליח להבין מהבלאן הזה.. תודה!
קוד:
// The Query
$args = array('cat'=> 8, 9, 10, 4, 29,'posts_per_page' => 3,);
query_posts( $args );
// The Loop
while ( have_posts() ) : the_post();
echo '[B]';
the_title();
echo '[/B]';
echo get_the_excerpt();
endwhile;
// Reset Query
wp_reset_query();
?>
// The Query
$args = array('cat'=> 8, 9, 10, 4, 29,'posts_per_page' => 3,);
query_posts( $args );
// The Loop
while ( have_posts() ) : the_post();
echo '<a href="%27,%20the_permalink%28%29.%27" target_blank"="">';
the_title();
echo '
';
echo get_the_excerpt();
endwhile;
// Reset Query
wp_reset_query();
?>-->
הנושאים החמים