Skip Navigation

[Resolved] First result not displaying in archive page

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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by Waqar 1 year ago.

Assisted by: Waqar.

Author
Posts
#2588083

Hello,
In hidden link i am displaying the results of the archive of a custom post type named "professors".
For some strange reason, probobly after an update, the first result is not showing as you can see.
I haven;t touched anything for quite some time and it was working well.
This is why i am guessing it has to do with an update.
Can you please help me ?

#2588603

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting us and I'd be happy to assist.

To troubleshoot this missing result, I'll need to see how this archive and the custom posts are set up in the admin area.

Can you please share temporary admin login details, in reply to this message?

Note: Your next reply will be private and making a complete backup copy is recommended before sharing the access details.

regards,
Waqar

#2590329

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Thank you for sharing the access details.

I noticed that the view 'Διδάσκοντες πλήρης λίστα', was set to use this shortcode in the loop editor section to load the content template for the loop items:
( ref: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-body )


[wpv-post-body view_template="loop-item-in-didaskontes-pliris-lista"]

I included the attribute suppress_filters="true" to these shortcodes so that third-party filters from the active theme or other plugins, don't affect this content template's output:


[wpv-post-body view_template="loop-item-in-didaskontes-pliris-lista" suppress_filters="true"]

After this change, the first item is also showing correctly.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.