Tell us what you are trying to do?
I want to display this pdf in a page.
I use PDFembedder plugin. So i have a custom post type where user can upload a pdf.
If i use the PDFembedder Block it works, but i want that my client just upload the pdf and its done.
so i create custom-field for fileupload.
The shortcode for it would be this:
lien caché
[pdf-embedder url="lien caché"]
instead of the url i want to display the custom field "pdf-datei"
so i used a text field with that:
[pdf-embedder url="[types field='pdf-text'][/types]"]
but got error message u see in link.
Is there any documentation that you are following?
no
Is there a similar example that we can see?
no
What is the link to your site?
lien caché
My issue is resolved now. Thank you!
I think this is the right shortcode:
[pdf-embedder url="[types field='pdf-text' output='raw'][/types]"]
i forget output=raw