usp_display_gallery
-
Hello Jeff,
I rebuilt my server and I am trying to get your plugin to work again.
In wp-content/plugins/user-submitted-posts/library/short-code-misc.php, you have:
‘size’ => ‘thumbnail’,
‘before’ => ‘{a href=”%%url%%”}{img src=”‘,
‘after’ => ‘” /}{/a}’,
‘number’ => false,
‘id’ => false,
), $attr));
$images = usp_get_images($size, $before, $after, $number, $id);However, I am unable to display the images despite have set “Set featured image” and “auto-display image”.
I was thinking about putting the function usp_get_images in one of the files in my theme to troubleshoot, but I am not exactly sure which file to put it in. I have custom pages created.
The page I need help with: [log in to see the link]
- The topic ‘usp_display_gallery’ is closed to new replies.