You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a staple of pretty much every site; all blog posts either display the author (byline), the date/time posted, or both. The current function works but isn't intuitive at all.
Further, you can't use it to display either/or the date or author; you simply get the entire string as written.
Preferably, this would accept some parameters to allow display of the date and byline separately.
The text was updated successfully, but these errors were encountered:
* Started on refactor of posted_on
* Working on date function
* Adds post_date and post_author functions
* Remove other dev function
* Updates comments for new functions
* Remove unneeded ob_start() from date function
* Adds search.php file to theme root
* Remove header from search.php
Co-authored-by: Oliver Harrison <oliver@positivebias.com>
This is a staple of pretty much every site; all blog posts either display the author (byline), the date/time posted, or both. The current function works but isn't intuitive at all.
Further, you can't use it to display either/or the date or author; you simply get the entire string as written.
Preferably, this would accept some parameters to allow display of the date and byline separately.
The text was updated successfully, but these errors were encountered: