• Hi guys,

    I’m currently using Jr Post Image to show the images of a post without manually inserting them into the post, the only problem I have is that you have to define in the template php how many images that would be:

    <?php if ( function_exists('jr_post_image') ) {
       	 jr_post_image_list($id, 3);
    } ?>

    with 3 being the number of images.

    Is there any chance I could use a custom field or something to specify later how many images will that post have?

    Thanks!

The topic ‘JR Post Image’ is closed to new replies.