Comments & Password
Author | Posts |
---|---|
April 19, 2013 at 12:30 am 2494 | |
Tareq Hasan | How can the values of both these options be set in the form? ie Comments on/off password = xyz |
April 19, 2013 at 12:39 am 2496 | |
Tareq Hasan | Currently there isn’t a way, only you can use plugin filters to achieve these. |
April 19, 2013 at 12:50 am 2498 | |
kiwi | What about setting the upload buttons to select multiple files ( like the old version). Its a pain to select one file at a time…esp if you want to attach 20+ photos, etc. |
April 19, 2013 at 8:10 am 2524 | |
kiwi | This reply has been marked as private. |
April 19, 2013 at 11:49 am 2547 | |
Tareq Hasan | Yes, sure. Please send your requirements to support@wedevs.com. |
April 20, 2013 at 6:35 pm 2616 | |
kiwi | This reply has been marked as private. |
April 20, 2013 at 6:57 pm 2618 | |
Tareq Hasan | Those sequential numbers are the attachment ID’s and they are intentionally there. So to get the video url, you’ve to use the following code: |
April 21, 2013 at 1:15 am 2626 | |
kiwi | Ok – where do I add the above coding? |
April 21, 2013 at 1:57 am 2627 | |
Tareq Hasan | How did you setup the video URL to the video player? I guess you just used ` echo get_post_meta( $post->ID, ‘video’, true );`. You’ve to replace this one with the previous post. |
April 21, 2013 at 10:11 am 2634 | |
kiwi | We have tried this and its not working. Any ideas? |
April 21, 2013 at 11:48 am 2640 | |
Tareq Hasan | Can you share how did you try? How did you do before? |