Welcome to the forums
Community
Navigation
WC Navigation
Main Page
Article Directory
Affiliate Directory
IM Blog Directory
Download Directory
Forum Menu
Home
Register
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Mark Forums Read
View Forum Leaders


Sponsor
Klik Disini Untuk Menaja!.
Terima kasih diucapkan kepada pihak-pihak yang telah sudi menaja kewujudan website ini..



Iklan Berbayar
Klik Disini Untuk Mengiklan!.


Dirty Dozen Brass Band
Loans
Personal Car Finance
Books
Mobile Phone

 


Welcome, Unregistered.
Member Panel
Go Back   WangCyber.com - Komuniti Usahawan Internet Malaysia > Bahagian Teknikal > Pembangunan Web

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-19-2008, 04:55 AM
WC300
 
Join Date: Jul 2006
Posts: 585
kodin is an unknown quantity at this point
Send a message via Yahoo to kodin
iTrader: (11)
Exclamation WP: Post Link List

ok. saya dah cari kat forum ini, tp tak jumpe psl masalah saya ini..

saya ingin buat blog saya, bile kite klik kategori, die akan listkan post2 yg berkaitan dgn kategori itu.. bukan list sbgai full post, tp sbg link post.. contoh kategori itu psl ayam. so bile kite klik kategori ayam, die akan listkan post2 yg berkaitan ayam..

Quote:
Kategori: Ayam

-ayam serama <-- link ke full post bile klik
-ayam katik
-ayam kampung
-ayam organik
lebih kurang camtuhlahh.. bukan list sbg post tau, die list sbg link..

so, ade sape tau tak cammane? saya cari plugin pun tak jumpe.. klau nk kene hack coding kat wp ni, kat mane ek?

+ve rep bg sape yg reply dgn bagos


Reply With Quote
  #2 (permalink)  
Old 01-19-2008, 08:12 AM
riden7's Avatar
New Member
 
Join Date: May 2007
Posts: 35
riden7 is on a distinguished road
iTrader: (3)
Default

ni nak buat bila klik kategori dia link ke page list semua tajuk yang berkaitan ke?


Reply With Quote
  #3 (permalink)  
Old 01-19-2008, 08:28 AM
ramzy0's Avatar
WC300
 
Join Date: Feb 2007
Location: Kuala Terengganu
Posts: 755
ramzy0 is on a distinguished road
iTrader: (3)
Default

aa, yang nih. kalu cam untuk blog saya, kene delete sikit
some code kat file archive.php tu rasanye. cuba try delete

Quote:
<div class="entry">
<?php the_content(' <span class="cont-read">Read more...</span>'); ?>
</div>
hope membantu ^_^
__________________


Reply With Quote
  #4 (permalink)  
Old 01-19-2008, 10:01 AM
WC300
 
Join Date: Jul 2006
Posts: 585
kodin is an unknown quantity at this point
Send a message via Yahoo to kodin
iTrader: (11)
Default

Quote:
Originally Posted by riden7 View Post
ni nak buat bila klik kategori dia link ke page list semua tajuk yang berkaitan ke?
haah. cammane ek?



Quote:
Originally Posted by ramzy0 View Post
aa, yang nih. kalu cam untuk blog saya, kene delete sikit
some code kat file archive.php tu rasanye. cuba try delete
hope membantu ^_^
xbleh gakla.. tq for helping..


Reply With Quote
  #5 (permalink)  
Old 01-19-2008, 10:42 AM
ramzy0's Avatar
WC300
 
Join Date: Feb 2007
Location: Kuala Terengganu
Posts: 755
ramzy0 is on a distinguished road
iTrader: (3)
Default

kodin, boleh tau tak theme mane you use utk blog tuh..^_^
__________________


Reply With Quote
  #6 (permalink)  
Old 01-19-2008, 10:49 AM
WC300
 
Join Date: Jul 2006
Posts: 585
kodin is an unknown quantity at this point
Send a message via Yahoo to kodin
iTrader: (11)
Default

saya gune theme ni
http://www.xsized.de/wordpress-theme-not-so-fresh/


Reply With Quote
  #7 (permalink)  
Old 01-19-2008, 11:48 AM
ramzy0's Avatar
WC300
 
Join Date: Feb 2007
Location: Kuala Terengganu
Posts: 755
ramzy0 is on a distinguished road
iTrader: (3)
Default

try gak tengok code theme tuh. tapi xleh nak bantu gak.
maybe riden7 tahu camane kot..sorry ^_^
__________________


Reply With Quote
  #8 (permalink)  
Old 01-19-2008, 04:31 PM
mesol's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 281
mesol is on a distinguished road
iTrader: (13)
Default

ni kot - http://www.dagondesign.com/articles/...for-wordpress/

atau
http://www.dagondesign.com/articles/...for-wordpress/

try


Reply With Quote
  #9 (permalink)  
Old 01-19-2008, 09:04 PM
bat_infomalaya's Avatar
Junior Member
 
Join Date: Nov 2006
Location: Penang
Posts: 65
bat_infomalaya is on a distinguished road
iTrader: (0)
Default

Kodin, kalau boleh, cuba paste kan kod archive.php kat sini. Rasanya tahu camna nak buat. Disebabkan benda ni bergantung pada theme, jadi kalau nak guna kod theme saya sendiri, takut tak jadi pulak nanti(sebab berlainan penamaan ID dan classes)..


Reply With Quote
  #10 (permalink)  
Old 01-20-2008, 12:09 AM
WC300
 
Join Date: Jul 2006
Posts: 585
kodin is an unknown quantity at this point
Send a message via Yahoo to kodin
iTrader: (11)
Default

ini code archive.php nye :
Quote:
<?php get_header(); ?>

<div class="main">

<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>

<div class="post" id="post-<?php the_ID(); ?>">

<div class="post-date"><?php the_time('F jS, Y') ?></div>

<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>

<div class="entry">

<div class="postmetadata">
<ul>
<li class="author">by <?php the_author_link(); ?></li>
<li class="comment-number"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></li>
</ul>
</div>

<div class="clear"></div>

<?php the_excerpt(); ?>

<p class="filedunder">Filed under: <?php the_category(', ') ?> <?php edit_post_link('Edit', '', ''); ?></p>

</div>
</div>

<?php endwhile; ?>

<div class="previous-next">

<ul>
<li><?php next_posts_link('<span class="previous">Previous</span>') ?></li>
<li><?php previous_posts_link('<span class="next">Next</span>') ?></li>
</ul>

</div>

<?php else : ?>

<div class="post">
<div class="post-date">Not Found</div>
<h2>You've reached the end.</h2>
<div class="entry">
<p>There's nothing here for you. Go back!</p>
</div>
</div>

<?php endif; ?>

</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>


Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pedagang E-Mail (mailing list).... cikgureza1 Sembang Umum 13 12-17-2007 07:59 PM
Sudah Berpindah Dan Ada Tawaran Tukar Link taqiyuddin Sembang Umum 6 12-17-2007 01:38 PM
Nak arrange kedudukan post. azree_mh Ada Sesiapa Yang Tahu... 7 11-24-2007 03:19 PM
Paid Per Post Versi Malaysia hafreze Survey & Poll 18 11-18-2007 01:48 AM
Jaga-jaga dengan Post anda... smartusaha Sembang Umum 0 10-04-2007 07:18 AM


All times are GMT +8. The time now is 10:08 PM. - Forum style by ForumMonkeys
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0