Title: Displaying the version number
Last modified: August 19, 2016

---

# Displaying the version number

 *  [BClifton](https://wordpress.org/support/users/omegadm/)
 * (@omegadm)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/displaying-the-version-number/)
 * I am trying to install a plugin (suma) that requires the version number of wordpress
   displayed as a meta tag on each page.
 * For some reason mine does not do that. I have checked and I have not obfuscated
   it i.e. functions.php is clean.
 * Is there an easy way to get the version number back in the meta tag?
 * functions.php:
 *     ```
       <?php
       if ( function_exists('register_sidebar') )
           register_sidebar(array(
               'before_widget' => '<li id="%1$s" class="widget %2$s">',
               'after_widget' => '</li>',
               'before_title' => '<h2 class="sidebartitle">',
               'after_title' => '</h2>',
           ));
       function new_excerpt_length($length) {
       	return 150;
       }
       add_filter('excerpt_length', 'new_excerpt_length');
       ?>
       ```
   

The topic ‘Displaying the version number’ is closed to new replies.

## Tags

 * [hide](https://wordpress.org/support/topic-tag/hide/)
 * [unhide](https://wordpress.org/support/topic-tag/unhide/)
 * [version number](https://wordpress.org/support/topic-tag/version-number/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [BClifton](https://wordpress.org/support/users/omegadm/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/displaying-the-version-number/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
