Avoid showing same WordPress post in multiple loops
11 November 2017
Avoid showing duplicate WordPress posts when you have multiple loops in the page. This is a really neat solution.
Avoid showing duplicate WordPress posts when you have multiple loops in the page. This is a really neat solution.
I recently found myself really wanting to use RequireJS with WordPress, to manage the various JavaScript dependencies a client site had. Unfortunately, this was easier said than done. WordPress is historically not very compatible with RequireJS, as it provides jQuery and a myriad of other JavaScript files out of the box, which are difficult to… [Read More]
Loading...