First image of the recording
-
Hello dear Hector! Your plug-ins have a great display feature for the first image of the recording, but the fact is that some recordings with miniatutours (thumbnal),And some without a miniatur thumbnail. Now, if you include the first 6 output in the settings of the plug-in, The rest of the recordings are displayed without a picture.
question:
Can’t you include both the thumbnal and the first image?For example, set the output thumbnail, and if not, then output the first picture from the
For example, ask this code:`
<?php
/**
*If you need a miniature to be displayed, and if it’s not, the first picture from the record, you need to insert the condition of the next kind
*/if ( has_post_thumbnail() ) {}
else { ?>
<img src=”<?php echo first_post_image() ?>” />
<?php } ?> `The page I need help with: [log in to see the link]
- The topic ‘First image of the recording’ is closed to new replies.