[tw2113_Slack_]otherwise if not specifying a dependency, since child functions.php is run first, a wp_enqueue_style() from the child would be run and thus loaded first.
[Joshua_Sim], [snarfed], lahacker, [aciccarello], Ruxton and [Rose] joined the channel
LoqiGWG: jeremycherfas left you a message 12 minutes ago: In content-single.php, how does iw26-entry-meta() get the meta data? I cannot see the function being called anywhere.
jeremycherfasIn iw26 (and possibly 2016) the post meta is displayed in a div called `footer class="entry-footer"` in a column to the left of the post content. I prefer to have the post meta displayed either immediately after or immediately before the post Title, and within that `entry-header` div, so as to give the content a bit more width.
jeremycherfasI found the requisite section in `content-single.php` and moved it into `entry-header`. But now that I want to style it, I cannot work out how the information in the array passed to `wp_link_pages() can be used to set CSS.
jeremycherfasTo be honest, that function looks overwhelmingly complicated right now. I'm going to see if I can do a simpler version with, probably, not quite such high accessibility.