• Resolved stezani

    (@stezani)


    Hi! I’m using this great plugin in my WP project. It’s awesome but i have one question: in the documentation i have read that you can add in the shortcode the ‘assign_to=<post_id>’ option. Is there a method to take the post_id automatically in the shortcode? Thank you for all replies

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Write it exactly as shown in the documentation. You can either enter an actual post ID, or just write post_id and that will automatically use the post ID of the current page.

    Example 1: Use a specific post ID.

    [site_reviews_form assign_to=123]
    

    Example 2: Use the post ID of the current page automatically.

    [site_reviews_form assign_to=post_id]
    
    Thread Starter stezani

    (@stezani)

    Here’s what happens to not read well. Thank you for help, it works:)

    Plugin Author Gemini Labs

    (@geminilabs)

    Happy to help. Please do consider leaving a review for the plugin if you find it useful! 🙂

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

The topic ‘Get Post Id automatically’ is closed to new replies.