• Resolved billybob71a

    (@billybob71a)


    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]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘usp_display_gallery’ is closed to new replies.