• Resolved matstaffs

    (@matstaffs)


    Dear Sir/Madam

    So far I have added the shortcode for 3 columns which works fine

    For 3 columns: [knowledgebase-three]

    But how do I code the following variables to work please?

    For 3 columns: [knowledgebase-three]
    Exclude categories the name of srftkb

    I have tried this and it did not work

    [knowledgebase-three exclude=srftkb]

    https://ww.wp.xz.cn/plugins/very-simple-knowledge-base/

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

    (@guido07111975)

    Hi,

    You should exclude category by ID (not name or slug).

    Example to exclude categories 1 and 2:

    [knowledgebase-three exclude=1,2]

    If you hover the category name in your dashboard, you will notice the full category link, which also contains the ID.

    Guido

    Thread Starter matstaffs

    (@matstaffs)

    Thank you so much, I just could not see the ID anywhere until now I know to hover over it 🙂

    Plugin Author Guido

    (@guido07111975)

    You’re welcome!

    Guido

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

The topic ‘How do I code several variables’ is closed to new replies.