Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Which theme are you using?
Customized White as Milk. Let me know if you want the link.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
It sounds as though you’ll need to create a Child Theme of White as Milk theme. Do you know which template the page you want modified uses?
Not sure what you mean by that. Do you mean index.php and single.php?
add some spans;
example:
<p class="postmetadata2"><span>By</span> Joe Smith <span>on</span> <?php the_time('F jS, Y'); ?> <?php edit_post_link(__('{Edit}'), ''); ?></p>
css:
.postmetadata2 span { font-style: italic; text-transform: none; }
Perfect. Thanks very much!