_s: Add basic support for Content Options Post Details (#1131)
* _s: Add basic support for Content Options Post Details This allows us to always display the category and author since it can be hidden via Customizer -> Content Options We don’t need to check for `is_multi_author` or `_s_categorized_blog()` anymore.
This commit is contained in:
parent
69e08e1e5b
commit
d3ab4c0da4
5 changed files with 14 additions and 62 deletions
|
@ -6,16 +6,10 @@
|
|||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
.byline,
|
||||
.updated:not(.published){
|
||||
display: none;
|
||||
}
|
||||
|
||||
.single .byline,
|
||||
.group-blog .byline {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.page-content,
|
||||
.entry-content,
|
||||
.entry-summary {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue