Franklin
========
Requires at least: 4.5
Requires Benjamin theme
Tested up to: 4.7
Stable tag: 1.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html


<img alt="benjamin" src="https://github.com/kyle-jennings/franklin/svn/assets/icon-256x256.jpg" style="float: right; margin-left: 10px;">

Franklin is the companion plugin (and only works with) [Benjamin](https://github.com/kyle-jennings/Benjamin), the 18f styled WordPress theme.

## Components!
* Grid columns
* Accordions
* Labels
* Buttons
* Alerts
* Side Navigation
* Contact Blocks
* Media Blocks
* Alerts
* Brands


### Grid Columns
[column width="one-half"]

[Documentation](https://github.com/kyle-jennings/Franklin/wiki/10.-Grid-Columns)


### labels
[label color="primary" text="Label" ]


### Buttons and Button Groups
[button color="primary" text="Click Here" target="http://google.com"]

[Documentation](https://github.com/kyle-jennings/Franklin/wiki/1.-Labels)

[buttongroup] [button color="primary" text="Button 1" target="http://google.com"][button color="primary" text="Button 2" state="hover" target="http://google.com"][button color="primary" text="Button 3" state="active" target="http://google.com"] [/buttongroup]


[Documentation](https://github.com/kyle-jennings/Franklin/wiki/2.-Buttons)


### Alerts
[alert color="success" title="Success" text="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod"]


[Documentation](https://github.com/kyle-jennings/Franklin/wiki/3.-Alerts)


### Accordions
[accordion title="First Amendment" text="Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances."]

[Documentation](https://github.com/kyle-jennings/Franklin/wiki/4.-Accordions)


### Accordion Groups
[accordion-group post_type="post" taxonomy="category" term="test" count="20"]


### Contact Blocks
[contact-block]

[Documentation](https://github.com/kyle-jennings/Franklin/wiki/5.-Contact-Blocks)


### Brand
[brand]

[Documentation](https://github.com/kyle-jennings/Franklin/wiki/6.-Brand)


### Media Blocks
[media-block title="Hello World" text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nisl metus, hendrerit non purus at, congue tristique sapien. Nulla finibus purus a velit porttitor, convallis efficitur sem cursus." logo="yoursite.gov/img/circle-124.png"]

[Documentation](https://github.com/kyle-jennings/Franklin/wiki/7.-Media-Block)


### Callouts
[callout title="Hello World" text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nisl metus, hendrerit non purus at, congue tristique sapien. Nulla finibus purus a velit porttitor, convallis efficitur sem cursus." link="https://woot.com" linktext="Read More" ]

[Documentation](https://github.com/kyle-jennings/Franklin/wiki/8.-Callouts)


### Navlists
[nav-list title="the title" menu="menu-b"]

[Documentation](https://github.com/kyle-jennings/Franklin/wiki/9.-Navlists)


== Copyrights and License ==

Unless otherwise specified, all the theme files, scripts and images are licensed
under GPLv2 or later

== Credits ==

* US Web Design Standards (USWDS)
(USWDS) v1.2.0 (https://standards.usa.gov/)
Mixed License (https://github.com/18F/web-design-standards/blob/develop/LICENSE.md)


*  This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

== Changelog ==

* 1.1.1
* moved contact settings from Benjamin to this plugin
* added additional options to contact block:
** contact block alignment
** fixed defaults option
* Added digital search support

* 1.2
* added accordion-group shortcode
* added alignment to media block
* organized shortcodes into separate files
* made the accordions easier to build

* 1.2.3
* fixed brand bugs
* added notes for the new accordion groups

* 1.2.3.1
* cleaned up accordion group args to match wp_query a little bit more
