Thanks for the suggestion Anders. I tried a few variations this evening but any use of get_the_excerpt() or the_excerpt() seems to send the site into a death-spiral. Even when including the in_the_loop() and is_main_query() conditionals.
I suspect some kind of recursion is going on creating an infinite loop. After 10 seconds or so it loads the first post title/excerpt but then times out.
I had some luck just modifying the $content string but that quickly turned into ‘reinvent the WP wheel that creates an excerpt’. I might give it another shot at some point and if I do I’ll post it here.
Thanks again,
Bryan
-
This reply was modified 4 years, 9 months ago by bdam55.