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