Hi, my site is http://price-in-pakistan.com and i want to change the post view like whatmobile.com.pk & qeemat.com.... I want that only feature image & title is show on main page or category page... If you know any plugin OR another so please let me know... my site running on wordpress..
in your index or home.php of your theme you have a code like this <div id="tab-0" class="tab_content"> <div class="item"> <img width="75" height="80" src="img" /> <h2 class="entry-title"><a href="xxx" title="<?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <p> delete the function wich is here between p tags ...</p> delete the function between <p> tags if you want there between the p tags you can put a custom field for example the price <?php $price = get_post_custom_values("price"); echo $price[0]; ?> just add this instead of expert and when you make a post cate a new custom field called price and put dolars