Where would the code update be made to add an identifier to the post content div using the "Lifestyle Child Theme 1.0"?
The code I want to add is the id portion of the following content div wrapper:
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
The post_class() is being rendered properly, however, I want to add the id to the post content as well but I'm not sure where I do that since "Edit Themes" >> Lifestyle Child Theme does not expose that section of code.
Do I have to make the change to the physical php template file on the file system itself or is there an admin console interface I can use to make the change?
Thanks