Title: [Plugin: Countdown Timer] Remove the word &#8220;in&#8221;
Last modified: August 19, 2016

---

# [Plugin: Countdown Timer] Remove the word “in”

 *  [jockoe](https://wordpress.org/support/users/jockoe/)
 * (@jockoe)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-remove-the-word-in/)
 * Can I remove the word “in” so that only the countdown timer is displayed? (instead
   of, “in xx days xx hours xx minutes xx seconds”)

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

 *  [fergbrain](https://wordpress.org/support/users/fergbrain/)
 * (@fergbrain)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-remove-the-word-in/#post-1117421)
 * currently it’s hard coded in, so no. unless you feel comfortable modifying php.
 * Note: I am on vacation until August.
 *  Thread Starter [jockoe](https://wordpress.org/support/users/jockoe/)
 * (@jockoe)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-remove-the-word-in/#post-1117437)
 * Thanks for the reply. I’ll make a backup and see if I can edit the PHP file without
   screwing it up.
 *  [neurodoc](https://wordpress.org/support/users/neurodoc/)
 * (@neurodoc)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-remove-the-word-in/#post-1117494)
 * Find this line in the language variable section:
    `echo "fergcorp_countdownTimer_js_language['
   in'] = '".addslashes(__('in %s', 'afdn_countdownTimer'))."';\n";`
 * And replace it with:
    `echo "fergcorp_countdownTimer_js_language['in'] = '".addslashes(
   __('%s', 'afdn_countdownTimer'))."';\n";`
 * The only change is going from ‘in %s’ to ‘%s’
 * That successfully removed the word in from the output of the timer.

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

The topic ‘[Plugin: Countdown Timer] Remove the word “in”’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [neurodoc](https://wordpress.org/support/users/neurodoc/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-countdown-timer-remove-the-word-in/#post-1117494)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
