togogsemar
Balasan Forum telah dibuat
-
Forum: Serbaneka
Dalam balasan untuk: mohon bantuan scriptget the post thumbnail itu semacam plugin atau widget???
Forum: Serbaneka
Dalam balasan untuk: mohon bantuan scriptbelum resolved deng…. heheheh
saya belum menemukan script yang bisa memunculkan gambar
ini scriptnya
“”<?php
$cats = Array(42,5,93,23);echo ‘<div style=”width:600px”>’;
foreach($cats as $cat) {$querycat = new WP_Query(‘cat=’.$cat.’&showposts=1′);
if ($querycat->have_posts()) :
echo ‘<div class=”kolomcat” style=”width:140px; margin-right:5px;float:left”>’;
echo ‘<h2>’.get_cat_name($cat).'</h2>’;
while ($querycat->have_posts()) : $querycat->the_post();?>
<h3>” title=”<?php the_title_attribute();?>”><?php the_title();?></h3>
<?php the_excerpt();?>
<?php endwhile;
echo ‘</div>’;
endif;
}
echo ‘<div style=”clear:left”></div>’;
echo ‘</div>’;
?> “”(tanpa tanda petik)scriptnya di masukkan di home.php
Forum: Serbaneka
Dalam balasan untuk: mohon bantuan scriptcss buat margin…….
“”.kolomcat h2 a {
display:block; /*supaya ‘a’ bisa dikasih margin*/
font-size:150%; /* tentukan besarnya font, sesuai selera */
margin-bottom:10px /* tentukan margin bawahnya, sesuai selera */
}””(tanpa tanda petik)scriptnya di masukkan di style.css
Forum: Serbaneka
Dalam balasan untuk: mohon bantuan scriptscript nya udah saya rubah…
namun gambarnya tidak muncul… screenshootnya
ada yang tahu bagaimana supaya bisa memunculkan gambarnya….
“”<?php
$cats = Array(42,5,93,23);echo ‘<div style=”width:600px”>’;
foreach($cats as $cat) {$querycat = new WP_Query(‘cat=’.$cat.’&showposts=1′);
if ($querycat->have_posts()) :
echo ‘<div class=”kolomcat” style=”width:140px; margin-right:5px;float:left”>’;
echo ‘<h2>‘.get_cat_name($cat).’</h2>’;
while ($querycat->have_posts()) : $querycat->the_post();?>
<h3>” title=”<?php the_title_attribute();?>”><?php the_title();?></h3>
<?php the_excerpt();?>
<?php endwhile;
echo ‘</div>’;
endif;
}
echo ‘<div style=”clear:left”></div>’;
echo ‘</div>’;
?> “”(tanpa tanda petik)scriptnya di masukkan di home.php
mohon pencerahannya
Forum: Serbaneka
Dalam balasan untuk: Mohon bantuannyasaya udah download plugins nya dan memang bener seperti yang saya butuhkan, namun saya masih belum tahu bagaimana menaruhnya di kategori bukan di sidebar… seperti di indonesiabuku.com di kategori berita terkini.
terima kasih
Forum: Serbaneka
Dalam balasan untuk: Mohon bantuannyasaya pengen tahu bagaimana menampilkan posting di mainpage hanya judulnya saja…