Issue displaying the correct captions and titles
-
I am trying to get the Title and Caption of each slide to display.
The main issue I am having is that the only caption and title being shown is the title and contents of the page that the slideshow is on.
I have added the excerpts field to the slides using the following code from this thread
// Add excerpts to Meteor Slides add_post_type_support('slide', 'excerpt');
<?php // Get the slide post's excerpt the_excerpt();?>
For some reason only the page title and page content show when doing this, rather than the title and excerpt for each individual slide.
I have also tried other code snippets from this thread and this thread. All only show one instance of title and caption and they never change with the slide.
I am building on localhost and I am using widgets in my template files to show the correct slideshow, as I need the site to be updated by inexperienced users.
Is there a way to have the Title and Excerpt from each slide appear as they appear? I would suspect that this Is possible?
- The topic ‘Issue displaying the correct captions and titles’ is closed to new replies.