Skip Navigation

[Resolved] Remove date posted and category from single page.

This support ticket is created 4 years, 2 months ago. 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)

This topic contains 2 replies, has 2 voices.

Last updated by LennyS7960 4 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#1987943
postedon.png

Tell us what you are trying to do?
I`m creating a content template with block editor and when viewing a single post page at the bottom it shows: Posted On March 13, 2021 In.
Is there a way to remove it?
Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site?

#1988171

Hello, usually this information is inserted by the theme files in a way that is unmanageable with Toolset. That content may be inserted in the theme files outside the_content. Other themes offer theme options that can be used to turn off specific elements in a template like this. So it largely depends on whether or not the theme is integrated with Toolset this way. A few popular themes are integrated, but most are not.
https://toolset.com/documentation/programmer-reference/theme-support-for-content-templates/

If so, you would see a Theme Options panel appear in the Content Template editor. You may be able to disble specific elements, like the post publication date and relevant taxonomy terms. If those display options are not available, I can look for a CSS-based solution that hides those elements. I would need a URL where I can see the problem on the front-end of the site (not a screenshot, an actual, live, working URL).

Or, you could create your own custom PHP template file in a child theme using WordPress's Theme Template Hierarchy documentation as a guide: https://developer.wordpress.org/themes/basics/template-hierarchy/
Remove the code responsible for displaying the post date and taxonomy information.

#1988223

My issue is resolved now. Thank you! I hid it with css.