Opened 2 years ago
Last modified 2 years ago
#45555 new defect (bug)
Twenty Nineteen: Remove duplicate meta info on single post
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 5.0 |
Component: | Bundled Theme | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Attachments (2)
Change History (7)
#2
@
2 years ago
Thanks for this report, @pratikkry!
@allancole or @kjellr, can you confirm if this is displaying as intended?
Note: See
TracTickets for help on using
tickets.
I am not sure either if this is a desired behavior, but to me it is a welcome behavior, specially for long posts.
I would however like to suggest the following modification in
twentynineteen_entry_footer
in/var/www/wp-projects/subratasarkar.com/wp-content/themes/twentynineteen/inc/template-tags.php
file which will allow us to customize the behavior ofentry-footer
as per our need.And this is how we can call it:
$post_meta_options = false
hides the entire entry footer whileadds the ability to render
Author
andPosted On
as per requirement.