1.0.0 • Published 6 years ago

cp-read-more v1.0.0

Weekly downloads
20
License
MIT
Repository
bitbucket
Last release
6 years ago

Content Pilot Read More

Find and convert <!--more--> tag in the WordPress Editor into a button that allows visitor to toggle content visibility.

Install as devDependency

npm install cp-read-more --save-dev

Require JS file in task runner

./node_modules/cp-read-more/cp-read-more.js

Bind to content area

$('.entry-content').cpReadMore();

1.0.0

6 years ago