WordPress: customizing the Jetpack Infinite Scroll Footer plugin module

Wordpress: condividere nuovamente gli articoli condivisi con Jetpack Publicize

WordPress 4.1 is now live! With the brand-new Twenty Fifteen theme widely adopted by many blog and websites, the Infinite Scroll Jetpack module is becoming more and more popular (if you don't know what we're talking about you can read here to know more about this neat plugin).

As you might already know, the Infinite Scroll module features a standard Footer with the blog name on its left side and the "Proudly powered by WordPress theme <nome del tema>" phrase on its right side. If you don't like their content you can change it with few lines of code.

To change the contents of the right side you can simply add this custom Filter (if you don't know what a Filter is or how to add it to your WP website read here):

 

In order to change the left side of the Infinite Footer a few more lines of code will be needed:

The above code is a bit more complex than the previous one. We're still using a custom Filter, but we'll use it to launch a custom function who will change the whole footer content.

If you don't want to mess with your template source code and/or you don't feel like adding custom Filters and functions to your template code you can obtain the same result with the following JavaScript function (requires jQuery): you can append it to the end of your page's <head> block (Appearance -> Edit > header.php):

 

If you just want to hide the Infinite Footer all you need to do is to add the following css rule (Appearance -> Edit CSS > style.php):

Happy customization!

About Ryan

IT Project Manager, Web Interface Architect and Lead Developer for many high-traffic web sites & services hosted in Italy and Europe. Since 2010 it's also a lead designer for many App and games for Android, iOS and Windows Phone mobile devices for a number of italian companies. Microsoft MVP for Development Technologies since 2018.

View all posts by Ryan

2 Comments on “WordPress: customizing the Jetpack Infinite Scroll Footer plugin module”

  1. Pingback: download triplets of belleville
  2. Pingback: How to Customize or Remove the Infinite Scroll Footer & Credits

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.

This site uses Akismet to reduce spam. Learn how your comment data is processed.