Blog

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

    user_firstname;

    // Get the blog name
    $blog_name = get_bloginfo( ‘name’ );

    // Display the welcome message and subscription form
    echo ‘

    Hey ‘ . $user_display_name . ‘, welcome to ‘ . $blog_name . ‘! You can subscribe to our newsletter here:

    ‘;
    ?>