Site logo

Archived topic

add date post update

7 replies · Started by newmedianewpeople.com on January 23, 2020

Viewing posts 1–8 of 8

Hi 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.

done. I also sent you username and password

Hi there,

Are you using any functions, currently? For example, where's the "Updated" text you have right now coming from?

Let me know :)

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

do you have any information for me?

Add 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 ";
}

Thanks a lot for your help.
you can see the result here

https://marcogiangrande.it/la-postura/

I have one last thing. :-)

I wish "mobile" was all on one column: (example)
> author
> last update
> article date

can you give me this last help ?

thanks - I send you a crate of beer :-)

This archived topic is closed to new replies.