I’ve read the Best practices section and can’t figure out how to get to the code that spits out post markup. For instance, I open content.php in the integrity views and within the entry-wrap div 2 x_get_view calls. I look into the x_get_view( ‘global’, ‘_content’ ) call which should load the global _content.php template. Within this file there is the x_get_view( ‘global’, ‘_content’, ‘the-excerpt’ ) call for non-singular output. Nothing in the best practices references the third argument and the first and second arguments just point me back to the same file.
What I need to do is rearrange the elements within the post and wrap span tags around the day in the post date. I’ve been going in circles trying to figure this out. I think I want to implement an archive.php template but don’t know where to find the code which actually writes the html markup. What am I missing?