Sorry, I didn’t understand your requirement. Could you please elaborate with an example ?
Sure!
https://imgur.com/a/hsSDJXZ
Use wordpress custom fields (https://codex.wordpress.org/Custom_Fields)
to complete the fields of your plugin.
Or function directly as a parameter, same as you did with the title of the post, date of the post …
Understood? Sorry for english bad
Hi, sorry for the delay. I understood you problem. So you want an ability to place custom fields in shortcode content right ?
That’s a nice idea.
I’ll see how it can be implemented !
Yessss this would be very good!
Another very cool thing, would be to enable the “visual composer” within your plugin.
That:
https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431
Is this too hard?
Hey.. sorry for the delay I got to work in another free plugin which is took.
I’ll try to implement this feature by Oct mid.
Thanks,
Aakash
Please install version 4.1.8
This feature is implemented in this version.
This works if the field is a custom text or number field.
If it is a taxonomy, shortcoder is inserting the taxonomy ID instead of the taxonomy value.
Example: I have a custom input field that the author selects the book name.
If i put $$custom_field:book$$ it returns i get “Book: 153” Instead of “Book: John”