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?
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?
<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.
Thank you Podz. I knew there had to be a way.
This topic has been closed to new replies.