Test SLP Page

Posted by & filed under Unvetted.

This is a test [ezc_list_posts show_slider=’true’ posts_to_show=’10’] Heat oven to 450°F. In large bowl, mix flour, sugar, baking powder and salt. Cut in shortening, using pastry blender (or pulling 2 table knives through ingredients in opposite directions), until mixture looks like fine crumbs. Stir in milk until dough leaves side of bowl (dough will be… Read more »

Documentation Test- Full Width with Title

Posted by & filed under Programming Docs Admin, Unvetted.

Easy Content Super List Posts What Is It? You can use this plugin to list posts or pages on your site in many different styles and combinations. Some of the things you can do: Automatically Show Posts in an Interactive Slider Show ‘Magazine Style’ Listings of Posts List Posts by: Category Recent Posts Most Popular… Read more »

Test: 2 Column Layout – Magazine Style

Posted by & filed under Super List Posts, Unvetted.

[ezc_list_posts show_slider=true category_id=’50’] [ezc_list_posts category_id=’50’ theme=’athens’ show_excerpt=’true’ columns=’2′ thumb_size=’100′] Only two lines of shortcode create the page above this line. One to show the slider, and one to show the posts for this category. The shortcode used is: [ezc_list_posts show_slider=true] [ezc_cat_page category_id=50]

Sass and Compass

Posted by & filed under Programming Docs Admin, Unvetted.

Laptop

Sass Documentation – http://sass-lang.com/docs/yardoc/ [ezc_accordian_group] [ezc_accordian title=’CSS Border Radius’] border: 1px solid #aaa; @include border-radius(3px); @include border-radius(3px 3px 3px 3px); [/ezc_accordian] [ezc_accordian title=’CSS Gradient Background Image’] @include background-image(linear-gradient($gradient_color_start, $gradient_color_end)); [/ezc_accordian] [ezc_accordian title=’CSS Box Shadow’] @include box-shadow(#999 3px 2px 6px 0px inset); @include box-shadow(#999 3px 2px 6px 0px); [/ezc_accordian] [ezc_accordian title=’If / Else’] $type: monster; p… Read more »