Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/garyjones/genesis-jetpack-infinite-scroll
- Owner: GaryJones
- License: gpl-2.0
- Created: 2014-02-18T01:19:28.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2014-02-18T01:52:08.000Z (over 10 years ago)
- Last Synced: 2024-10-04T16:14:34.556Z (about 1 month ago)
- Language: PHP
- Size: 156 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)