bhang
Forum Replies Created
-
Forum: Plugins
In reply to: microkid related postOK got it..
<?php $related_posts = MRP_get_related_posts( $post->ID ); if(!empty($related_posts)) { foreach($related_posts as $key => $value) { $related_post = get_post($key);$category = get_the_category() ; $category = get_the_category($related_post->ID); echo $category[0]->cat_name; echo "<div class='pic_column'>"; echo "<a href='"; echo get_permalink($related_post->ID); echo "'><img src='"; echo p75GetThumbnail($related_post->ID); echo "' /></a>"; echo "</div>"; echo "<h6>"; echo "$related_post->post_title"; echo "</h6>"; echo "<p>"; echo "$related_post->post_content"; echo "</p>"; } }?>Forum: Plugins
In reply to: microkid related postOK i already found it..hahaha
<?php $related_posts = MRP_get_related_posts( $post->ID ); if(!empty($related_posts)) { foreach($related_posts as $key => $value) { $related_post = get_post($key); echo "<div class='pic_column'>"; echo "<img src='"; echo p75GetThumbnail($related_post->ID); echo "' />"; echo "</div>"; echo "<h6>"; echo "$related_post->post_title"; echo "</h6>"; echo "<p>"; echo "$related_post->post_content"; echo "</p>"; } }?>but now i need to show the category..can anyone help? thanks in advance
Forum: Plugins
In reply to: microkid related postanyone..? thanks
Forum: Plugins
In reply to: microkid related postanyone…?
Forum: Plugins
In reply to: microkid related postthe exercpt still show the main post’s excerpt..not the related one
can anyone tell me to fix this..thanks in advance
Forum: Plugins
In reply to: microkid related postanyone?? any help would be great :)thanks
Forum: Plugins
In reply to: microkid related post<?php $related_posts = MRP_get_related_posts( $post->ID ); if(!empty($related_posts)) { foreach($related_posts as $key => $value) { $related_post = get_post($key); echo "<div class='pic_column'>"; echo "<img src='"; echo p75GetThumbnail($related_post->ID); echo "' />"; echo "</div>"; echo "<h6>"; echo "$related_post->post_title"; echo "</h6>"; echo "<p>"; echo the_excerpt($related_post->ID); echo "</p>"; } }?>im using this code..i can get the thumbnail but for execrpt still not working..
any help? thanksForum: Plugins
In reply to: show related post by tag from specific categoryanyone…? need help..
Forum: Fixing WordPress
In reply to: error linknot specific url it goes random..just try it all
Forum: Fixing WordPress
In reply to: error linkanyone?
Forum: Fixing WordPress
In reply to: error linkhere’s the site url : whiteboardjournal.com
Forum: Fixing WordPress
In reply to: how to use query postanyone..?
Forum: Fixing WordPress
In reply to: how to use query post@shane G
i looked to your reference articles for the right query posts but still not found what i want..
and many thanks for your supportForum: Fixing WordPress
In reply to: how to use query postim using wordpres 2.7.1 and it’s not compatible i got an error after i intall it..thanks anyway for you response.. 🙂
Forum: Fixing WordPress
In reply to: how to use query postanyone?