Topic

Developers

  • Enable Infinite Scroll in your theme using Masonry

    To enable Infinite Scroll in your theme, you can follow the steps described here. However, if your theme uses the Masonry library you’ll need a few extra steps. Luckily, WPTheming put together a great tutorial: Jetpack Infinite Scroll + Masonry

  • How to change the credit link in the Infinite Scroll footer

    If you’d like to change the default credit link appearing in the Infinite Scroll footer, you can use the infinite_scroll_credit filter, like so: Once you add that code to your theme’s functions.php, a new link will appear instead of the default “Powered by WordPress” link.

  • How to write a great bug report

    We know you don’t like bugs. We don’t like them either. But as they’re an unavoidable part of software, it’d be good for us to share how best to report issues to us to speed things along. In short, here’s a great rule: If we can’t reproduce the bug, we can’t fix the bug. When…