[tantek], [KevinMarks] and [tw2113_Slack_] joined the channel
#[tw2113_Slack_]enqueue style loads in order received, unless a dependency is specified, in which the dependent is loaded last
#[tw2113_Slack_]so if I'm a child theme, and specify I'm dependent on the parent, then i'd be loaded last
#[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
#jeremycherfas!tell GWG In content-single.php, how does iw26-entry-meta() get the meta data? I cannot see the function being called anywhere.
#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.
#jeremycherfasAnd I think that is because I can't see what the previous command `iw26_entry_meta()` is doing, in detail.
#jeremycherfasNo, wait. Rubber ducky. It is a great big function in `inc/template-tags.php`. That may help me now.
#jeremycherfasAnd I see that is says "Create your own iw26_entry_meta() function to override in a child theme".
#jeremycherfasBut would that be in a child `inc/template-tags.php` or directly in `functions.php`?
#[tw2113_Slack_]as long as the child version gets loaded first, so if child inc/template-tags.php is loaded first as well, you’ll be fine
#[tw2113_Slack_]which SHOULD be true if functions.php is loading the child-template-tags.php file
[girrodocus] joined the channel
#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.
#GWGjeremycherfas: A lot of that is from the original 2016 theme
#jeremycherfasI'm sure it is. I know I don't need much of the complexity, so I am trying to get what I know I do need.
#GWGI might look to simplify it if I ever put it out more broadly
#GWGI also ported a bunch of improvements from _s, the starter theme 2016 and many others are based on
#GWGI can be more or less aggressive in forking a theme
[Murray], [schmarty], [tantek], [KevinMarks], [snarfed], [chrisaldrich], [manton], [girrodocus], [jgmac1106], jamietanna, [Rose], [kimberlyhirsh], [tw2113_Slack_] and [aciccarello] joined the channel