Skip Navigation

[Resolved] Show are only in rss feed

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

Our next available supporter will start replying to tickets in about 3.06 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 1 reply, has 2 voices.

Last updated by Beda 7 years, 4 months ago.

Assisted by: Beda.

Author
Posts
#553340

I would like to show some areas of my content template only in the rss feed. Is it possible in some way?

Thank you

#553382

Content Templates do replace the_content() part of a Post if assigned to a Post, or display where you add them (as example in a Layout).

RSS feeds are neither part of the_content() nor of Layouts.

But you can also call/display a Content Template with a PHP Function:
https://toolset.com/documentation/programmer-reference/views-api/#render_view_template

It will require Custom Code in that case.