pmodugno
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Meteor Slides] captionHi Josh, i found this topic http://ww.wp.xz.cn/support/topic/plugin-meteor-slides-show-image-title?replies=13
and this script
<?php // Get the featured <?php // Get the featured image's title $ms_thumb_id = get_post_thumbnail_id($id); $ms_title = esc_attr( get_post_field( 'post_title', $ms_thumb_id ) ); echo '<p>' . $ms_title . '</p>'; ?>where do i have to write this? thanks!
Forum: Plugins
In reply to: [Meteor Slides] captionI’m really sorry, i don’t understand what i have to do. Please, can you tell me, step by step, what i’ll do? i’m new whit wordpress. thanks al lot.
Forum: Plugins
In reply to: [Meteor Slides] captionthis is my code
<div id="content-wrapper"> <div id="breadcrumbs"><h2><?php the_title(); ?></h2></div><!-- .mslide --> <div id="content"><?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?></div> </div><!-- CONTENT WRAPPER CLOSED -->Forum: Plugins
In reply to: [Meteor Slides] captioni’m sorry, but, i don’t understand what i have to do. where do i have to write that code?
Forum: Plugins
In reply to: [Meteor Slides] captionW.P. Ginfo thanks a lot! Josh Leuze, i write <p><?php the_title(); ?></p> white the <!– .mslide –> at the and of div, but i have the title of the post, not image’s caption.
Viewing 5 replies - 1 through 5 (of 5 total)