• I can’t seem to get “%s” to work with the following shortcode. Any ideas?

    [swpm_show_member_info column=”user_name”]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    What is it you want it to do?

    Typically, you would replace the attribute value with the %s placeholder, like this:

    [swpm_show_member_info column=”%s”]

    The placeholder will be replaced with the value from the record. You need to think in terms of what the shortcode will look like after the replacement, and whether that will give you the desired result.

    Shortcode in possible for connection code nextgen gallery?
    for example [nggallery id=ids record of the database]
    Thank you

    Plugin Author xnau webdesign

    (@xnau)

    It may be possible, I don’t know, I am not familiar with this other plugin. It will require the skills of a WordPress developer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Shortcode help’ is closed to new replies.