display custom field next to listing title in detail view

Discussion in 'GeoCraft WordPress Theme' started by zweitbuch, Mar 21, 2014.

  1. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    is it possible to display a display custom field next to listing title in detail view?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    You want to switch listing single page slider with custom fields.
    For it download "single-listing.php" file attached.

    Thanks & Regards
    Nitesh Raghuwanshi
     

    Attached Files:

  3. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    okay thanks, but what do i have to do with this file :)!?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Sorry that was my mistake.
    Download it and replace it with your existing "single-listing.php" file.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    thanks nitesh but what i actually wanted to do is having a custom field (e.g. price) right next to the listing title in the headline!
    or if thats not possible having a custom field in bold font
     
  6. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    plz advice
     
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    To make custom fields bold Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    tbody td {
    font-weight: bold;
    } 
    Thanks & Regards
    Nitesh Raghuwanshi
     
  8. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    but i just wanted to have one singular custom field bold! how do i do that?

    and how do i display this custom field right next to the listing title (in the same line?)
     
  9. zweitbuch

    zweitbuch Member

    Joined:
    Mar 18, 2014
    Messages:
    172
    Likes Received:
    1
    plz help
     

Share This Page