Bumped in your world a few days ago and untill then dealt with only “plug and play” wordpress themes.
I want to add a small piece of code( a plugin hook actually to show the estimated reading time of an article) in the article meta area( after the number of comments/edit link or whatever, there) and even if I’d want to replicate the index/loop and single template files in my child themes and add the code default way I see there only theme stuff called not something I’m familiar with like <?php the_date …etc.
Since Omega as I understand it is much more than a plug and play theme, with hooks and the rest, I must do that by using a theme hook? Sorry for my noobiness but how do I do that? I’m ready to learn.