• Resolved doomidze

    (@doomidze)


    Hello Aakash.
    You have a nice plugin, but I have an issue.
    When I’m trying to paste <a> tag inside shortcode’s value – it not showing.
    plugin 5.1, wp 5.4, PHP 5.6

    Also I can’t find information in documentation about Tags

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author vaakash

    (@vaakash)

    Hi @doomidze,

    Could you please share the full shortcode content ?

    Thanks,
    Aakash

    Thread Starter doomidze

    (@doomidze)

    [sc name="howto_block2" step_desc="text2 <a href="https://google.com">google</a>"][/sc]

    <div>%%step_desc%%</div>
    $$enclosed_content$$
    Thread Starter doomidze

    (@doomidze)

    Hi @vaakash
    I’m sorry, it was my fault because of quotes

    Plugin Author vaakash

    (@vaakash)

    Hi @doomidze,

    The best way to do this is to design your shortcode template like below.

    <div>Text <a href="%%link%%">%%desc%%</a></div>
    $$enclosed_content$$

    Shortcode:

    [sc name="howto_block2" link="https://google.com" desc="My text"][/sc]

    Thanks,
    Aakash

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

The topic ‘Tags inside shortcode values’ is closed to new replies.