apply_filers or the_content not working in chrome
-
I’m having an issue with a new site that I am about to launch: evolutionofus.com
It works great in IE, Firefox, mobile browsers, etc., all except Chrome.
I’ve narrowed down the issue to the the_content function, in particular the call to apply_filters. I can replace the call to the_content with an echo of the post, but I lose the formatting of the page.
I also tried changing the post-template.php file to see if I could get it to work. The only way I could get content to appear was to change the reference to the_content to something like the_contenta. This allowed the content to appear on the page in Chrome, but it was not formatted.
I need to launch the site as soon as possible and I can’t figure this out. I want to use the_content so I don’t have to manually format each page.
I’ve read a bunch of the threads on semi-related topics to no avail.
Does anyone have any thoughts???
- The topic ‘apply_filers or the_content not working in chrome’ is closed to new replies.