Forum Replies Created
Author | Posts |
---|---|
March 22, 2014 at 4:46 am in reply to:
Show Images in post 17068 | |
onafets | Or there is a way to reset options to default? |
March 21, 2014 at 6:03 pm in reply to:
Show Images in post 17043 | |
onafets | I am not sure I understand. 1-this is into my single-posttype.php <?php echo get_post_meta( $post->ID, ‘images’, true ); ?> 2-this is into my function.php $images = get_post_meta( $post->ID, ‘mey_key_name’ ); if ( $images ) { printf( ‘%s‘, $full_size, $thumb ); What I got is a number that appears at the bottom of the post |
July 5, 2013 at 4:19 pm in reply to:
You Tube Link 5621 | |
onafets | Sorry, I don’t think to follow, do you mean this: I have this doubt, shall I create a new custom post type or is the plugin wp youtube lyte that makes all of it |
July 5, 2013 at 4:16 pm in reply to:
.standard-form span.label 5620 | |
onafets | Thank you I have solved, Basically I had in my single.php that css line on the top of everything. |
July 5, 2013 at 3:16 pm in reply to:
You Tube Link 5617 | |
onafets | sorry, I need to get this thing work, this is what I append to my function.php
and this in my single.php In the form I add a custom TEXT FIELD for the youtube id Is it all right? |
July 5, 2013 at 2:28 pm in reply to:
.standard-form span.label 5616 | |
onafets | I have made a test, deleted all my custom css but the line still exist at the top left, right before the header, of the pages created with the Form. |
June 28, 2013 at 2:43 pm in reply to:
Google map in widget? 5386 | |
onafets | Thank you, Tareq. I have tested but it doesn’t fetch the map |
June 25, 2013 at 11:00 am in reply to:
Pronamic google and image gallery won't show on portfolio post 5212 | |
onafets | I have a doubt, in the snipped:
|
June 25, 2013 at 10:39 am in reply to:
Search form? 5207 | |
onafets | For example, |
June 3, 2013 at 2:53 pm in reply to:
Gallery snipped 4467 | |
onafets | Solved thanks |
June 1, 2013 at 2:24 pm in reply to:
Pronamic Google Maps action hook 4404 | |
onafets | jeremy.debost can you please share the whole snippet? |
May 31, 2013 at 3:53 pm in reply to:
Pronamic google and image gallery won't show on portfolio post 4387 | |
onafets | ok, done with the map, it’s appears but is somewhere in the ocean, not the coordinates I gave when I have submitted the post. Regarding the gallery, which I suppose is a custom field, theoretically if I get the custom field’s names I can pull them up in some way on the front end post, am I right? Can you show me how can I pull the custom fields on the front end post? |