Skip Navigation

[Gelöst] I have disabled the post title, however, the metadata is still visible.

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 4 Jahren, 10 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

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)

Dieses Thema enthält 6 Antworten, hat 3 Stimmen.

Zuletzt aktualisiert von Francisco Ramón Molina Busquiel vor 4 Jahren, 10 Monaten.

Assistiert von: Christian Cox.

Author
Artikel
#1455825
metadata.png

Hi,

I have disabled the post title in Toolset Template (fabricantes), however, the metadata is still visible.
versteckter Link
versteckter Link

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

Sprachen: Englisch (English )

Zeitzone: 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!