Results 1 to 1 of 1

Thread: Adding extra fields desplegable (problem)

  1. #1
    Thread Starter
    vytas's Avatar
    Join Date
    Oct 2009
    Location
    New Zealand
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Adding extra fields desplegable (problem)

    Hi,

    I am working with drop-add field and I'm using the article:

    http://wpclassipress.com/forum/viewtopic.php?f=11&t=209


    I'm doing as said and all is well with me sali kampo advert published, buscqueda is, but I do not think I notice gets error.


    I'm thinking that in STEP 5 we have to put another code depegable


    This code is fine
    Code:
    <label for="make">Make: <span>*</span> 
    Your vehicle make</label>
    <select name='make' id='make' class='make' >
    <option value=''>Select One</option>
    <option> Option 1</option>
    <option> Option 2</option>
    <option> Option 3</option>
    </select>
    this is wrong
    Code:
    <?php _e('Make'); ?>: <?php echo get_post_meta($post->ID, "make", true); ?>
    single.php file
    is in this I went wrong, see if you can help me,

    If I put this code, I went out error
    buscar

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)