Title: Increase number
Last modified: December 9, 2016

---

# Increase number

 *  Resolved [drbyte2009](https://wordpress.org/support/users/drbyte2009/)
 * (@drbyte2009)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/increase-number/)
 * Hello all,
 * On my home page i have a piece of text like,
    “at this moment it’s 10 years ago………..”
 * I it possible to increase the number “10” then every year on the first of January?
 * Thnx in advance,
    René

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 8 months ago](https://wordpress.org/support/topic/increase-number/#post-8534868)
 * I wrote a plugin that has a shortcode “years-since”. You’re welcome to to the
   code — either make a plugin or put it in your theme’s functions.php
 * [https://github.com/sterndata/sdsplugin/blob/master/sterndata-plugin.php#L185](https://github.com/sterndata/sdsplugin/blob/master/sterndata-plugin.php#L185)
 * usage:
 *     ```
       [years-since start="a year number"]
                 returns years since a year number. For example, In business for [years-since start="1960"] years.
       ```
   
 *  Thread Starter [drbyte2009](https://wordpress.org/support/users/drbyte2009/)
 * (@drbyte2009)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/increase-number/#post-8535554)
 * Hello Steve,
 * Your script works perfect!
    I did a minor modification to display the number 
   in digits an in my own language (dutch)
 * `$a = new NumberFormatter( 'nl',NumberFormatter::DECIMAL );`
 * Thanks a lot for the quick reply!!!
 * René

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

The topic ‘Increase number’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [drbyte2009](https://wordpress.org/support/users/drbyte2009/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/increase-number/#post-8535554)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
