• Resolved r0ss26

    (@r0ss26)


    Does the database have support for autocount, what I would like to do is have a field where the user enters the year that they completed their degree, and then on the site it will show how many years since that year. So if the user entered ‘2018’, the field on their profile would show ‘1’. Is there such a way to do this?

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

    (@xnau)

    The plugin doesn’t have anything like this built in. You can set up a custom template that calculates the value and displays it. If you just want to show that number alone, you can use the “total” shortcode with a custom template that performs the calculation and displays the number. You’ll need to know some php to get that done.

    The Total Shortcode

    Thread Starter r0ss26

    (@r0ss26)

    Thanks for you help, I will look into creating a custom template.

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

The topic ‘Autocount support’ is closed to new replies.