Add a short code parameter for entry ID
I'd like to be able to embed a View in a post such that a specific, designated single entry shows up. For example, if my view is a directory of people, I may want to have the entry for Frank Jones show up in the bottom of a particular post. Right now I can accomplish this with something like: [gravityview id='863' searchfield="2" searchvalue="jones"] but if we have more than one Jones, we'll get more than one result. So I'd like to be able to do this: [gravityview id='863' entry-id="3"] where the ID for the Frank Jones entry is "3," for example.
This is possible with the [gventry] shortcode—just set the Entry ID and the View ID it’s connected to, and you’re all set! https://docs.gravityview.co/article/463-gventry-shortcode
-
Anonymous commented
has this been implemented