Skip Navigation

[Resolved] Content template inherits fields form theme's template

This support ticket is created 4 years, 10 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Shane 4 years, 10 months ago.

Assisted by: Shane.

Author
Posts
#1565397

Tell us what you are trying to do? Create a template for a post type

Is there any documentation that you are following? Usual stuff on creating templates

Is there a similar example that we can see? hidden link

What is the link to your site? hidden link

When I create a template the page appears to be inheriting content from the theme. This appears abovemy template content.

e.g. in the link above I have only added the feature image to the template and a line of text, yet all kinds of other stuff appears: title, social links, etc.

#1566107

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Thank you for getting in touch.

In most cases the theme provides a default way on how to disable these sections in the theme settings.

If such a setting doesn't exist then you will need to use custom css in order to hide it.

.content-image{
display: none;
}
.single-content-title{
display: none;
}

Please let me know if this helps.
Thanks,
Shane