In the themes folder for my blog, there are three folders and one file:
The file is index.php and the folders are: twentyeleven / wordfruit / twentyten
The blog is at http://wordfruit.com/blog
Obviously folders could be given any label, but I think the folders are organised fairly logically.
Question 1: Is 'twentyeleven' likely the child theme and 'wordfruit' likely the parent theme?
Question 2: I want to edit a file so that when a user clicks a thumbnail image in the list of blog posts, the blog post opens up...
(As per this post: How to make thumbnail images click into blog posts )
As I understand, I need to edit the index.php file...
Do I edit the index.php in the child theme or the parent theme?
