• Resolved PaulAJohnston

    (@paulajohnston)


    I am using twentyten wrapped in a child container and at the bottom it says
    Proudly powered by WordPress.
    I would like further to display the particular version but have it dynamically generated not just entered as a string.
    I can find where it comes from:
    >find . -name "*.php" -exec grep -l Proud {} \;
    ./footer.php

    In footer.php I find this
    <?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?>

    So how do I get the version of WordPress and put it here?
    Not a php programmer ??

    Regards Paul

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add version at bottom of page’ is closed to new replies.