Sauter la navigation

[Résolu] I have disabled the post title, however, the metadata is still visible.

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem: I would like to hide the post author and post date information from a single post template.

Solution: Unfortunately there is no corresponding theme option to hide this information, but you could use some CSS to turn the display off:

#left-area .et_pb_post.type-fabricante .post-meta {
  display:none;
}
This support ticket is created Il y a 5 années et 1 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Ce sujet contient 6 réponses, a 3 voix.

Dernière mise à jour par Francisco Ramón Molina Busquiel Il y a 5 années et 1 mois.

Assisté par: Christian Cox.

Auteur
Publications
#1455825
metadata.png

Hi,

I have disabled the post title in Toolset Template (fabricantes), however, the metadata is still visible.
lien caché
lien caché

Thanks for your help.

Regards,
Jose

#1456605

You have disabled the post title, and the post title does not appear. This appears to be working correctly. There is currently no theme option that controls the author and date metadata. You could add some custom CSS to your template to hide those:

#left-area .et_pb_post.type-fabricante .post-meta {
  display:none;
}
#1456617

Hi Chritian,
It would be very interesting if you included that option in Toolset, since normally in all pages you have to disable the title and metadata, it doesn't make much sense to have to put a CSS every time.
Thanks.
Regards,
Jose

#1458483

Shane
Supporter

Les langues: Anglais (English )

Fuseau horaire: America/Jamaica (GMT-05:00)

Hi Jose,

Christian, is currently out today but will be back tomorrow to continue to help you resolve this issue.

Thank,
Shane

#1459281

Ok. Thanks Shane.

#1471941

I agree, this would be a great feature to add to the software. I encourage you to submit your request here so our management knows you would like to see this theme option setting added in a future version of the Toolset suite: https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/

Thanks for your input!

#1475251

My issue is resolved now. Thank you!