Hello, is it possible to show meta-info in this way? https://ibb.co/z7yxJdp
Author – Linkedin – Date and Hour – Categories?
Is it possible to have also hour and not only date?
Thanks
Hi,
Unfortunately in exact the same way you display it is possible only with custom work and changes.
Unfortunately I think that the Linkedin need to be set manually in theme templates.
For example the date can be display withe time, for this you can use this WordPress guide: -> https://wordpress.org/support/article/formatting-date-and-time/ the settings for date need to be set in -> https://i.imgur.com/rjY6WB0.png -> https://i.imgur.com/wKwDSVN.png -> https://i.imgur.com/kGpyy2C.png -> https://i.imgur.com/NY9swxL.png
To display the category in line with date time, you need to edit the single post you are using:
– if is the default one edit this file -> wp-content/plugins/td-composer/legacy/Newsmag/loop-single.php
– if is a post template from 1 to 8 edit these files -> wp-content/plugins/td-composer/legacy/Newsmag/parts/single
What you need to do is to more the category function after meta info -> https://i.imgur.com/iQgicIb.png -> https://i.imgur.com/bxGUEQp.png after that add this custom css in theme panel to make the elements to be inline -> https://i.imgur.com/fLp8FTA.png also these files can be set in a child theme -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ in this your changes will not be lost when the update will be made.
Thank you!
Thank you very much! =) it helps a lot!
Category filter is “TOP8” why No Posts is displayed? https://ibb.co/j5bV5tx
Here i have an article in TOP8 category.. https://ibb.co/16dKxrd
Regards
Hi,
Make sure that you do not have set any offsets on that slider -> https://i.imgur.com/SfTEsxi.png if you have remove it and the post should be display.
Hope this will help.