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

https://github.com/ewels/bootstrap-feature-widgets

A simple widget which makes markup for a feature using Twitter Bootstrap styles
https://github.com/ewels/bootstrap-feature-widgets

Last synced: 2 months ago
JSON representation

A simple widget which makes markup for a feature using Twitter Bootstrap styles

Awesome Lists containing this project

README

        

Bootstrap Feature Widgets
=========================

A WordPress plugin which creates a Widget to display a featurette with a super-sized glyphicon, a title, content or latest posts and a link. The output requires [Twitter Bootstrap](http://www.getbootstrap.com) to display properly.

The plugin assumes that you're already using Bootstrap, so you need to load the Bootstrap CSS separately.

* [Download Twitter Bootstrap](http://getbootstrap.com/)
* [Bootstrap WordPress Theme](http://320press.com/wpbs/)
* [Bootstrap CDN](http://www.bootstrapcdn.com/) _(hotlink CSS and javascript files)_

You can download this plugin from the WordPress repository: [Bootstrap Feature Widgets](http://wordpress.org/plugins/bootstrap-feature-widgets/)

Installation
------------

**The easy way:**

1. Go to the Plugins Menu in WordPress
1. Search for "Bootstrap Feature Widgets"
1. Click 'Install'
1. Activate the plugin

**Manual Installation**

1. Download the plugin file from this page and unzip the contents
1. Upload the `bootstrap-feature-widgets` folder to the `/wp-content/plugins/` directory
1. Activate the `Bootstrap Feature Widgets` plugin through the 'Plugins' menu in WordPress

**Once Activated**

1. Make sure that your theme is loading the [Twitter Bootstrap](http://www.getbootstrap.com) CSS
1. Make sure that your theme supports widgets. See the [WordPress Codex](http://codex.wordpress.org/Widgetizing_Themes)
1. Drag and drop a Bootstrap Feature Widget into a widget area

Frequently Asked Questions
--------------------------

**I can't find where to make the features?**

Make sure that your theme supports widgets. See the [WordPress Codex](http://codex.wordpress.org/Widgetizing_Themes)

**The features work, but there's no icon**

Is your theme loading the Bootstrap 3 CSS and Glyphicon font? See the [Bootstrap Documentation](http://getbootstrap.com/components/#glyphicons-how-to-use) for more information.

Changelog
---------

* __1.0__
* Initial release