- This topic has 7 replies, 3 voices, and was last updated 11 months, 3 weeks ago by
Bruno Borsi.
-
AuthorPosts
-
January 23, 2020 at 2:45 am #1141145
Bruno Borsi
you can do as an example:
author name + original post date + modification date
By: paperino Published: March 17, 2014 | Last updated: December 11, 2019
I found this plugin but I would like to avoid other plugins
https://wordpress.org/plugins/wp-last-modified-info/#the%20plugin%20isn%E2%80%99t%20working%20or%20have%20a%20bug%3FJanuary 23, 2020 at 6:05 am #1141318David
StaffCustomer SupportHi there,
can you link me to the site where i can see your current set-up. Should be fairly simple to do. You can edit your original topic and use the Site URL field to share the link privately.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 23, 2020 at 6:14 am #1141326Bruno Borsi
done. I also sent you username and password
January 23, 2020 at 4:18 pm #1142057Tom
Lead DeveloperLead DeveloperHi there,
Are you using any functions, currently? For example, where’s the “Updated” text you have right now coming from?
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 23, 2020 at 11:04 pm #1142233Bruno Borsi
Good morning Tom and David what you see now is the result of this CSS:
.posted-on .updated {
display: inline-block;
}.posted-on .updated + .entry-date {
display: none;
}.posted-on .updated:before {
content: “Ultimo aggiornamento | “;
}what I would like to have is:
By: (author name) Published: March 17, 2014 | Last updated: December 11, 2019
January 24, 2020 at 6:40 am #1142522Bruno Borsi
do you have any information for me?
January 24, 2020 at 6:53 am #1142672David
StaffCustomer SupportAdd this CSS:
.entry-header .entry-meta { display: flex; } .entry-header .byline { order: -1; margin-right: 1ch; } .posted-on .updated + .entry-date { display: inline !important; } .posted-on .updated + .entry-date:before { content: '| Last Updated: '; margin-left: 1ch; }
Then you will need to change this CSS:
.posted-on .updated:before { content: "Ultimo aggiornamento | "; }
to:
.posted-on .updated:before { content: "| Ultimo aggiornamento "; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 25, 2020 at 2:57 am #1143378Bruno Borsi
Thanks a lot for your help.
you can see the result herehttps://marcogiangrande.it/la-postura/
I have one last thing. π
I wish “mobile” was all on one column: (example)
> author
> last update
> article datecan you give me this last help ?
thanks – I send you a crate of beer π
-
AuthorPosts
- You must be logged in to reply to this topic.