lorenzo_pulpolab
Forum Replies Created
-
Forum: Plugins
In reply to: [Beatport Discography shortcode] Limit number of resultsThanks a lot Federico!
Forum: Plugins
In reply to: [Beatport Discography shortcode] Limit number of resultsUp
No one??
Thanks a lot Agnes
Thanks Agnes,
this code is returning correctly the images.
What about if I want to chose the size, defined on control panel, for rendered images?
For example show thumbnails wrapped with “a” tag to open full size image.
Thanks for your support
Hi Agnes,
thanks for your patience.
I tryed with types_render_usermeta_field( “my-image”, array( “alt” => “blue bird”, “width” => “300”, “height” => “200”, “proportional” => “true”, user_id => “1” ) ) but the problem is I don’t know the user ID, should be maybe Post ID cause images are custom types of a post.
I cannot understand how can I applicate a loop to display images-repeater.
BTW I marked as solved the other post ??
Best
Resolved
Ok perfect.
I dindn’t know about Custom Field Control, would be definitely better for UX remove the field in just one click.
Thank to answer me.
Best
Just a last question if you can…
Now I have a repeater custom field called ‘images-list’, how can I display it with a loop in php? Usually for single fields i use <?php echo get_post_meta(get_the_id(), ‘wpcf-icon’, TRUE) ?> but in this i need a loop to create single img tags.
Best
Thanks a lot for your support Agnes
Hi Agnes,
that’s definitely solve my problem, thanks.
Is there any way to create a relative thumbnail when you upload an image with a preset size?
Best