This is what I see under the directory you gave. I do appreciate your guidance. I am not a programmer and this is difficult to understand. I need help accessing the home page and modfying it. What is the best route to take to do that?
<div id=”container”>
<div id=”content” role=”main”>
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and that will be used instead.
*/
get_template_part( ‘loop’, ‘index’ );
?>
</div><!– #content –>
</div><!– #container –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>