I am here because I read the FAQ, but didn’t find the answers I sought.
In it, it says wpt_test_first_page — the first page of the test with title. Attributes (allowed values): id/name (id or name or your test), class (any CSS class name).
But does not explain how to writ it up as a shortcode.
I get that you write [wpt_test_first_page], but it doesn’t explain how to format the attributes.
I’ve tried with just
[wpt_test_first_page id=””]
[wpt_test_first_page id/name=””]
[wpt_test_first_page name=””]
but whenever I write the name of the test in the quotation marks the result on the page is “wpt_test_first_page: Can not find test by id or name” – you have to remember that people are here because we’ve more than likely gone through the documentation and not found the answers.
For instance, it says that you can use an ID, but I can’t for the life of me find that ID anywhere. I can find tags, category, title, etc. but not “name” and not “id”.
Would you be able to explain how to format the shortcode, or provide an example of one that actually shows how to do it.