Titles are just returning empty for me as well. I have this issue a couple of months now after updating to 3.1.0 but I need to do something as the issue does not fix itself. Recreating the indices on the Tools page did not resolve the issue. I checked the settings, clear CRP cache, clear some other caches, disabled some plugins.
Note: I use text only mode, no thumbnails. Only title is not showing but excerpt is showing. The title is in a URL frame. The URL frame is working (is clickable). The problem is that we do not have a text for the title. The TEXT content of the title is not generated!
This is the returned HTML:
<span class="crp_title"></span>
Update: I found an option for title length under Output tab that was set to 0
. That’s strange! OK so the issue is that we now have to set a character number limit for title length. We do not have an option to just display the full title regardless of its length. I suppose we can use a large number like 500 to get there. It works now!
It is however desirable to be able to set -1
for full title length.