• Resolved thelawbrigade

    (@thelawbrigade)


    Hi Jeff,

    I am using SDC Plugin with a shortcode [sdc_count id=”34928″]. It should display a count of the downloads. However, the output is in this format

    [Download Post Name -12 Downloads]

    I just want the number 12. I do not want the Downloads at the end or the Download Post Name at the beginning.

    I can even manage with “12 Downloads” but the before that the post name starts showing which are long names and I do not want to show that. If I wanted to output the file name I would have gone with the other variation of the shortcode.

    I there a way I can stop this from showing? Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Glad to help. As explained in the plugin Installation docs, you can set the before and after text. So for yours just do this:

    [sdc_count id="123" before="" after=""]

    ..and change the id to the actual id of your download.

    Should do the trick, let me know if I can provide any further infos.

    Thread Starter thelawbrigade

    (@thelawbrigade)

    Thank you. It is working now.

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