• I upgraded from 1.2.2 to 1.5 long ago, but now I’ve found out that when I view the source of my page, it says 1.2.2.

    Where is the version stored?
    I haven’t been able to find it in the main page, and this is the only page I kept when I upgraded (kept the old design).

Viewing 2 replies - 1 through 2 (of 2 total)
  • In WP 1.5 the reference to the version is in header.php (of the themes). However it’s not hard coded, but called by a template tag
    <?php bloginfo(‘version’); ?>” />
    In older versions the same tag was used but in the <head> section of the index.php file.

    Moderator James Huff

    (@macmanx)

    Or, login to WP and scroll to the bottom of your Admin interface. If the version number is still v1.2.2, then your update did not complete successfully.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP version number didn’t update’ is closed to new replies.