How can I add/append content to the_content on the home page via a plugin?

You mean a filter and a check for is_home()?

add_filter( 'the_content', 'wpse6034_the_content' );
function wpse6034_the_content( $content )
{
    if ( is_home() ) {
        $content .= '<p>Hello World!</p>';
    }
    return $content;
}

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)