Welcome Guest, please login or register.
Username:
Password:

News: SEO link style upgrade. Maklumkan kepada saya jika ada error. Theme baru dalam pembikinan, tak tahu bila siap.
  Show Posts
Pages: [1] 2
1  Bantuan dan Panduan / Tutorial Dari Anda. / Re: Install Wordpress Dalam Local PC on: May 10, 2008, 09:30:18 PM
xampp my love/choice  Grin
2  Wordpress Malaysia / Lihatlah Dunia! / Re: saya punya on: May 09, 2008, 11:10:59 AM
waa, aku suke la domian tu. 26life, ala2 43 folders plak.   Grin
3  Bantuan dan Panduan / Tolong! Bantu Saya! / Re: Auto install wp via Fantastico - problem with images on: May 09, 2008, 11:04:38 AM
so, the best solution is install manually lol  Grin
4  Wordpress Malaysia / Rojak Times Square / Re: Nape WP Malaysia tak hangat? on: May 07, 2008, 11:57:41 PM
aku rase mungkin kuren promosi kot. anyway, aku suke wordpress  Grin

p/s: mystic, bile theme baru utk blog kat depan tu nak ubah. x berupdate jerkk  Grin
5  Bantuan dan Panduan / Tolong! Bantu Saya! / Re: Tak Boleh Login on: May 03, 2008, 04:09:40 PM
asal ko tak delete wp-content, mmg takkan ilang post2 tu  Grin
6  Bantuan dan Panduan / Tolong! Bantu Saya! / Re: Mcm mana nak buat List Post mcm ni on: April 29, 2008, 12:44:34 AM
ok, den pun skrg naik pening gak ngan you ni.  Cheesy. ok gini, tutorial yg saya bagi tu sebenarnye akan display
only satu jerk post kat frontpage dengan content. tapi kalu pergi ke category page or archive page, dia akan display 5 post (depend atas setting) dengan content.  Cheesy.

anyway, cuba try bagi url blog tu, nak tengok camaner... Grin
7  Bantuan dan Panduan / Tolong! Bantu Saya! / Re: Mcm mana nak buat List Post mcm ni on: April 28, 2008, 11:10:30 PM
uiks. setting kat (Blog pages show at most), set baper post ?. try set 5.
8  Wordpress Malaysia / Wordpress Malaysia HQ / Re: Kenapa upgrade ke WP2.5? on: April 28, 2008, 06:13:08 PM
time consuming. senang2 aku pakai auto upgrade plugin jerk. tapi still ade problems
sikit ngan plugin ini mase aku guna. kui x5  Cheesy
9  Bantuan dan Panduan / Tolong! Bantu Saya! / Re: Cara buat web site on: April 28, 2008, 06:10:42 PM
yang penting try, pening kepale error, pastu baiki balik. ulang bende yg sama jerk. insyaallah skills
tu makin lame makin tajam  Grin
10  Bantuan dan Panduan / Tolong! Bantu Saya! / Re: Mcm mana nak buat List Post mcm ni on: April 27, 2008, 11:12:28 PM
k. kalu solve, belanja teh tarik roti canai satu ya. lol  Grin
11  Bantuan dan Panduan / Tolong! Bantu Saya! / Re: Mcm mana nak buat List Post mcm ni on: April 27, 2008, 09:44:50 PM
yay, aku dah boleh solve problem ko. sebenarnye gini, dia jadi gitu sebab xde file archive and category. so, bile ko pegi kat category/archive page, dia secara default tunjuk yg index punye. k, xyah pening pale, ko buat jer ape yang aku suruh buat nih  Grin

- copy file page.
- paste'kan and rename jadi archive.
- copy skali lagi file page
- paste'kan and rename jadi category.

pastu bukak file index. copy code kat bawah and relpace dengan semua code dlm index file tuh. pastu save.

Code:
<?php get_header(); ?>
<?php get_sidebar(); ?>

<!-- Content -->
<div id="content">

<!-- Advertisement -->
<div class="post">
<?php include (TEMPLATEPATH '/ads/post.php'); ?>
</div>
<!-- /Advertisement -->

<?php if(have_posts()) : ?>
<?php $my_query = new WP_Query('showposts=1');
while (
$my_query->have_posts()) : $my_query->the_post(); ?>

<!-- Post -->
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="post-info">Posted on <?php the_time('F d, Y'?> by <?php the_author() ?> in <?php the_category(', '?></div>
<div class="entry">
<?php the_content(__('(more...)')); ?>
</div>
<div class="post-comments">
<?php comments_popup_link('Comments (0)''Comment (1)''Comments (%)'); ?>
</div>
</div>
<!-- /Post -->
<div class="clear"></div>
<?php endwhile; ?>
<?php else : ?>
<!-- Post -->
<div class="post">
<h2>Not Found</h2>
<div class="entry">
<p>Sorry, but you are looking for something that isn't here.</p>
</div>
</div>
<!-- /Post -->
<?php endif; ?>

</div>
<!-- /Content -->

<?php get_footer(); ?>

amacam ?  Cheesy
12  Bantuan dan Panduan / Perihal Themes / Re: Ok, skrg ni mmg aku betol2 buntu ngan theme nih on: April 27, 2008, 09:31:59 PM
nop. x setel pon. aku setel-kan dengan buang jer kod tag tu kat homepage  Grin. x fening kua x5
13  Bantuan dan Panduan / Tolong! Bantu Saya! / Re: Mcm mana nak buat List Post mcm ni on: April 26, 2008, 05:12:06 PM
boleh tahu theme maner guna. bagi url theme tu  Undecided
14  Bantuan dan Panduan / Tolong! Bantu Saya! / Re: Mcm mana nak buat List Post mcm ni on: April 26, 2008, 04:08:05 PM
cuba copy code kat bawah and paste dlm index file tu.  Tongue

Code:
<?php get_header(); ?>
<?php get_sidebar(); ?>
     
      <!-- Content -->
      <div id="content">
     
         <!-- Advertisement -->
         <div class="post">
            <?php include (TEMPLATEPATH '/ads/post.php'); ?>
         </div>
         <!-- /Advertisement -->
         
         <?php if (have_posts()) : ?>
         <?php $my_query = new WP_Query('showposts=1'); while (have_posts()) : the_post(); ?>
         <!-- Post -->
         <div class="post" id="post-<?php the_ID(); ?>">
            <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
            <div class="post-info">Posted on <?php the_time('F d, Y'?> by <?php the_author() ?> in <?php the_category(', '?></div>
            <div class="entry">
               <?php the_content(__('(more...)')); ?>
            </div>
            <div class="post-comments">
               <?php comments_popup_link('Comments (0)''Comment (1)''Comments (%)'); ?>
            </div>
         </div>
         <!-- /Post -->
         <div class="clear"></div>
         <?php endwhile; ?>
         <?php else : ?>
         <!-- Post -->
         <div class="post">
            <h2>Not Found</h2>
            <div class="entry">
               <p>Sorry, but you are looking for something that isn't here.</p>
            </div>
         </div>
         <!-- /Post -->
         <?php endif; ?>
     
      </div>
      <!-- /Content -->
     
<?php get_footer(); ?>
15  Bantuan dan Panduan / Perihal Themes / Re: Ok, skrg ni mmg aku betol2 buntu ngan theme nih on: April 26, 2008, 03:37:28 PM
xleh gak. ok, xper. senang keje-x-pening, aku buang je lor.  Grin
Pages: [1] 2
Theme by webtechnica.net