CDN and W3 Total Cache Integration with Repeater Templates
-
I’ve noticed that some of the filters that plugins apply as well as some stuff in my functions.php do not work on the Repeater Templates.
What I’m trying to do is have the_post_thumbnail load from the CDN. Is there a way to have W3 replace image URL’s in snippets loaded by Ajax Load More?
Here is the code that is not being filtered:
<?php if ( has_post_thumbnail() ) { the_post_thumbnail(‘large’); }?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CDN and W3 Total Cache Integration with Repeater Templates’ is closed to new replies.