Skip to content

Tag: wordpress

Second loop on WordPress page not working

Disclaimer: I am trying to help someone with adding another section to their WordPress site. I did not write most of this code. I am using a different custom post type for each WP_Query loop. Both loops work fine on their own, but when I try to run them on the same page, the second one doesn’t show any …

Undefined function wptexturize()

I’m really new to wordpress and I had just encountered this error: I also tried checking on https://developer.wordpress.org/reference/functions/wptexturize/ and I had traced the callers and functions used by this wptexturize() to no avail. The main issue seems to be that the function is undefined. So I …