This plugin types out the messages for a newsfeed style container. It is an addon for Fulcrum.
This plugin adds two new shortcodes. Here's how you use it:
[typed_features]
[typed_feature_item url="#wpdc-core" message="Help one another with code"]
[typed_feature_item url="#wpdc-core" message="Share your insights"]
[typed_feature_item url="#wpdc-core" message="Promote your gigs"]
[typed_feature_item url="#wpdc-core" message="Learn. Help. Grow."]
[/typed_features]
The [typed_features]
shortcode is the container. Then each item that you want to type out is placed within the [typed_feature_item]
shortcode. Simply specify the message that you want to send. If you want that message to be clickable, then specifcy the URL for it.
- Install the Fulcrum, the central custom repository plugin for WordPress.
- Then you can install this plugin.
Installation from GitHub is as simple as cloning the repo onto your local machine. To clone the repo, do the following:
- Using PhpStorm, open your project and navigate to
wp-content/plugins/
. (Or open terminal and navigate there). - Then type:
git clone https://github.com/wpdevelopersclub/Typed-Features.git
.
Everything is configurable using the configuration files found in the config
folder.
All feedback, bug reports, and pull requests are welcome.