• Resolved tdda

    (@tdda)


    Hello,

    How can I count portfolios only ? It appears in with [sbs_cpts_count] code but also “testimonials” that I don’t want… At the end I just want the number of portfolios.

    Hope to read you soon,

    Thomas

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

    (@specialk)

    Hi Thomas,

    Just to be clear, are you asking if it is possible to display the number only? For example, instead of this:

    100 things

    ..you just want this instead:

    100

    Does that sound correct? If so, it’s not a current feature, but is on the to-do list and will be added in the next plugin update.

    Thread Starter tdda

    (@tdda)

    Hej,

    Yes, I would like a counter with number (only) of portfolio, it could look like this for exemple : [sbs_port_count] … Do you know more or less when do you plan to release this update ? Do you have any alternative to propose to me ? Another plugin maybe ?

    Have a nice day, thanks for your reply,

    Thomas

    Plugin Author Jeff Starr

    (@specialk)

    Can’t say for sure, but in general I update my plugins with each major release of WordPress (e.g., version 4.1, 4.2, etc.). There may be another plugin that can do it, you’ll have to search around. Cheers,

    looking for the same feature. Did you find a solution to count only the portfolio itme?

    Plugin Author Jeff Starr

    (@specialk)

    You can do this:

    [sbs_cpt_count cpt="YOURPOSTTYPE" txt="null"]

    That will output the number of posts that are in the “YOURPOSTTYPE” Post Type. Because of the txt="null" attribute, only the number will be displayed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[sbs_cpts_count] -> Portfolio only ?’ is closed to new replies.