3 reputation
3
bio website
location
age
visits member for 1 year, 3 months
seen Feb 13 at 10:19
stats profile views 3

Oct
18
comment slideshow is not showing in a post call with ajax
oh yes , I know the code is not a coop/past solution...I don't know where exactly I have to put this code in my ajax call
Oct
17
awarded  Commentator
Oct
17
comment slideshow is not showing in a post call with ajax
thanks for suggestion but doesn't works, I try to insert in the single post page but nothing happen..
Oct
17
comment slideshow is not showing in a post call with ajax
thanks for suggestion but doesn't
Oct
17
comment slideshow is not showing in a post call with ajax
Hey Thanks for your time and reply! Ther're non errors in firebug console...
Oct
17
asked slideshow is not showing in a post call with ajax
Sep
18
asked include plugin folder directly in theme folder to load faster page n wp
Mar
24
comment custom post type with supersized plugin
Ok sorry, by the way there is no javascript errors
Mar
23
comment custom post type with supersized plugin
? Do you know how Can I fix it?
Mar
23
comment custom post type with supersized plugin
is not working again....strange
Mar
22
awarded  Editor
Mar
22
revised custom post type with supersized plugin
is not working . I add the html code
Mar
22
suggested suggested edit on custom post type with supersized plugin
Mar
22
comment custom post type with supersized plugin
Thanks for fix my post! Why incomplete? The second example is simply the second foreach code but is not working away...
Mar
22
revised custom post type with supersized plugin
edited tags
Mar
21
asked custom post type with supersized plugin
Mar
14
awarded  Tumbleweed
Mar
7
suggested suggested edit on Custom post type slideshow background images to insert in a plugin
Mar
7
comment Custom post type slideshow background images to insert in a plugin
sorry !thi code is correct to have a slideshow with text (with meta field)?? thanks! <?php foreach( $slider_posts as $post ) { $thumb = wp_get_attachment_image_src(get_post_thumbnail_id(), 'home-slide'); $meta = get_post_meta( $post->ID, 'the-meta-field-name', true ); echo '"' . $thumb[0] . '",' echo '"' . $meta[0] . '",'; //Assuming images are separated by a comma } ?>
Feb
22
comment Custom post type slideshow background images to insert in a plugin
just last question: To add post meta data from custom field fo each slide?