Need Your Help About Page Designing... Guyz...

Discussion in 'HTML & Website Design' started by Ummi Mental, Feb 18, 2013.

  1. #1
    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..
     
    Ummi Mental, Feb 18, 2013 IP
  2. AlbCoder

    AlbCoder Well-Known Member

    Messages:
    126
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    163
    #2
    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 ;)
     
    Last edited: Feb 18, 2013
    AlbCoder, Feb 18, 2013 IP