=== Sample Content Shortcode === Contributors: adampieniazek Tags: sample content, development, shortcode, html examples Requires at least: 2.0 Tested up to: 3.1 Stable tag: 0.3 Sample Content Shortcode outputs a thorough chunk of sample content with html/css code examples via a shortcode. == Description == Sample Content Shortcode displays paragraphs, links, lists, tables, headings & other standard HTML structures. Code examples are provided for each chunk of sample content. A few notes about the sections above: == Installation == 1. Upload the `sample-content-shortcode` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Type `[sample-content]` in any post/page/widget. == Frequently Asked Questions == = Some of the sample structures look messed up on my site, what gives? = There are a few non-standard classes used as examples that your theme may not include. = Do you really use the words deals, meals, wheels as slang? = Yes. == Screenshots == 1. Snap of sample content generated with code samples. == Changelog == = 0.3 = Tidied up documentation, switched to heredoc for sample content container, added two image variables. = 0.2 = * Renamed function names to include 'sampent_' prefix. = 0.1 = * Initial base setup for sample content shortcode. Migrated from Hitchin theme modules. == Upgrade Notice == = 0.3 = Better handling of image locations & complete code examples.