• Resolved stefanbean82

    (@stefanbean82)


    I love that I can have the form entries visible only to the creator of the posts, but I was wondering if the field value could include the current page title as well, so when a logged in user is on a page where they have completed a form that has a hidden field with the default value of {embed_post:post_title} the sticky list will only show entries from that creator that include the current page title. This will allow me to use only one form but have it display different data for that creator on each page they use that form.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author fried_eggz

    (@fried_eggz)

    Im not sure I understand. Could you please explain in more detain, maybe with an example?

    Plugin Author fried_eggz

    (@fried_eggz)

    I think I understand. Yes, you can do this but not in the editor. You need to put the shortcode call in a template file, like so:

    echo do_shortcode( "[stickylist id='1' field='YOUR-HIDDEN-FIELD-ID' value='" . get_the_title() . "']");

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Show Posts by Creator and Current Page Title’ is closed to new replies.