Hi James.
I was talking in the area on the backend.
When we add the media in the gallery field, this gives us two viewing options.
A grid (default) and another in the list.
Would I like to send when the media was in the default view list.
Hello friends!
Problem solved …
<?php
$image_ids = get_the_author_meta(‘galeria’, false, false);
$shortcode = ‘
[gallery ids="' . implode(',', $image_ids) . '"]
‘;
echo do_shortcode( $shortcode );
?>
Thanks! 😉
First, thank you for your attention.
And peopl apologize in advance, I’m Brazilian and do not understand English very well.
I tried but did not recover the data, let me explain what I’m trying to do:
I’m creating a post that will pdf files, is for public tenders, so when you open the contest will be published a file (so it is perfect plugin, then I want to buy the addons repeating fields) because even after this post will be entered another file showing the contestants, and so on …
When I send the pdf file, I click to edit and appears fields such as name, description, caption … onths and want to use fields for file naming and description of it, talves change the name of a place for the date it was posted. I just need to know how to retrieve that data there.
Attached is an example for you to understand better.
grateful