How To Add "Post Time" into bottom of block post?

Posted in: Newsmag
Post count: 9

Hi,
i need some help..
how to add “post time” into bottom of block post?

please take a look at this picture for details:
picture 1 (the question)
picture 2 (sample)
picture 3 (sample)

Post count: 6535

Hi

To hide the author from block content you need to edit the module used like here: http://screencast.com/t/6otXuydyVz You can check which module it’s used for a specific block in theme panel > block settings: http://screencast.com/t/Ty6Sx8zX

To change the date color use this custom css in theme panel > custom css: http://screencast.com/t/k7KVNtr6

.td-post-date{
color: blueviolet!important;
}

To add the publish post time you need to create a custom date format in WordPress > Settings: http://screencast.com/t/zKcsdlAUc3ih and add this parameters: D d/M/Y H:i The result should be like here: http://screencast.com/t/LEyPJwgz4l Here you can find more details about date format if you want a different customization: https://codex.wordpress.org/Formatting_Date_and_Time

Thanks

Post count: 9

Thankyou soooo much Andrei 😉

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.