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 ?
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
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.