Forums

Displaying Version Number in a page (3 posts)

  1. bjohnm
    Member
    Posted 3 years ago #

    Is there a tag that will call the WP version number? I'm sure you'd have to be running PHPExec or one of the other plugins, but is there a PHP call that would let you put the version number in a post or page?

  2. podz
    Support Maven
    Posted 3 years ago #

    <strong>WordPress Version</strong><br />
    <?php bloginfo('version'); ?>

    Inside the loops, you'll need to use phpexec or similar.
    Outside the loop the above will do.

  3. bjohnm
    Member
    Posted 3 years ago #

    Thank you Podz. I knew there had to be a way.

Topic Closed

This topic has been closed to new replies.

About this Topic