• Hi All,

    I am using Buddypress to create new blogs. I am trying to edit the welcome message displayed when we create new blog. (Welcome to Test Sites. This is your first post. Edit or delete it, then start blogging!)

    The welcome message is in \wp-admin\includes\upgrade.php Line#199
    $first_post = stripslashes( __( 'hello' ) );

    In the above code i have changed Welcome message to “hello”. But once i create a new blog i am still getting the welcome message and not hello.
    How can i change the default “Welcome to” message ?

  • The topic ‘How to change Welcome message’ is closed to new replies.