Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garyjones/genesis-jetpack-infinite-scroll

Adds support for JetPack Infinite Scroll to Genesis Framework child themes.
https://github.com/garyjones/genesis-jetpack-infinite-scroll

Last synced: 16 days ago
JSON representation

Adds support for JetPack Infinite Scroll to Genesis Framework child themes.

Awesome Lists containing this project

README

        

# Genesis Jetpack Infinite Scroll

Adds support for Jetpack Infinite Scroll to Genesis Framework child themes.

## Description

Tutorial where the plugin code came from, explaining the code: http://sridharkatakam.com/jetpacks-infinite-scroll-genesis/

## Requirements
* Genesis 2.0

## Installation

### Upload

1. Download the latest tagged archive (choose the "zip" option).
2. Go to the __Plugins -> Add New__ screen and click the __Upload__ tab.
3. Upload the zipped archive directly.
4. Go to the Plugins screen and click __Activate__.

### Manual

1. Download the latest tagged archive (choose the "zip" option).
2. Unzip the archive.
3. Copy the folder to your `/wp-content/plugins/` directory.
4. Go to the Plugins screen and click __Activate__.

Check out the Codex for more information about [installing plugins manually](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

### Git

Using git, browse to your `/wp-content/plugins/` directory and clone this repository:

`git clone [email protected]:GaryJones/genesis-jetpack-infinite-scroll.git`

Then go to your Plugins screen and click __Activate__.

## Updates

This plugin supports the [GitHub Updater](https://github.com/afragen/github-updater) plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub.

## Usage

1. Ensure this plugin is activated.
2. Activate Infinite Scroll module in Jetpack.
3. That's it.

## Credits

Built by [Sridhar Katakam](https://twitter.com/srikat) and [Gary Jones](https://twitter.com/GaryJ)