The view slot is the content builder. Here you decide what parts of the post, page, attachment or any other content type you want to show.

It has two sections.
The container where you find many so called bricks representing all the common parts of your post or page. Such as post title, content, featured image, custom meta and others.
The second area of the view is slot.
Any view bricks dropped in to slot will be shown to the front end user. Each brick has its own particular settings. All the post parts will be show in the exact order as you saved them in the widget.
Each brick has it’s own extra field for CSS where you can add your own class or id. Each brick output will be wrapped in either it’s own div or ul or any other corresponding container enhanced by your own class (The whole widget has its own class structure as well. See general.).
Author

Shows the post author.
Link
- Plain text
- link to authors archive
- link to Authors URL
What to show
- Authors ID
- Login
- nicename
- URL
- display name
class
Your own class. If you want to use more then one write one after the other separated by space.
Comments

Comments brick adds the comments you are accustomed to see in WordPress on the final single post, page,..
The comments are by its nature visible only on the final post,page,..
class
Your own class. If you want to use more then one write one after the other separated by space.
Comments number

Comments number brick shows how many comments where posted on the post, page,..
class
Your own class. If you want to use more then one write one after the other separated by space.
Content

Content bricks shows the part of the content you select. Choices are:
Content
- Content
- excerpt
- content above the more tag
which is not always the same as excerpt if you set excerpt but want to see the content from above the more tag. - content below more tag
class
Your own class. If you want to use more then one write one after the other separated by space.
Date

Date brick shows the date when the post, page, .. has been posted or modified.
Type
- published
- modified
Format
The format is based on the PHP format table..it depends solely on you how you would like it to be.
Check the php date manual, it’s easy.
Class
Your own class. If you want to use more then one write one after the other separated by space.
Edit link

Edit link brick shows the link to the admin area where from you can edit the the post, page,..
Type
- Just link
- link with the post, page,.. ID (handy if you use permalinks and need to find it)
Class
Your own class. If you want to use more then one write one after the other separated by space.
Featured image

Probably the most popular brick. This brick gives you many ways how to handle your featured images. With this brick you can super easily make a image gallery or use it in your carousel or just “simply” use it in your template for many purposes.
What you get
You can get any image registered image size. The widgets gets all registered image sizes automatically for you.
Where it points
The image can be used as link to:
- nowhere ;) it is as it is, an image nothing more
- Link to all registered image sizes of it selfs
- Link to the post, page.. the image belongs to
Class
Your own class. If you want to use more then one write one after the other separated by space.
Link to archive

Create a link to the archive page of the Taxonomy or Custom post type.
Type
- Link to taxonomy archive
- Link to custom content type archive
The name of the Taxonomy or custom post type.
Taxonomy/Custom post type name. It’s “nice name” or slug if you like. The name you see in the address bar when using permalinks.
Btw: Category is a taxonomy type.
Term ID
The number. A unique ID of the term ( needed only for taxonomies.. ).
Link text
The link text.. something like “taxonomy archive…” or what ever you like.
Class
Your own class. If you want to use more then one write one after the other separated by space.
Meta

Show as
- Show meta as text
- Show meta in list (ul li)
Meta key
Unique name of the custom key
Meta value
Unique name of the custom value
Class
Your own class. If you want to use more then one write one after the other separated by space.
Navigation

Navigation mimics the WordPress next-prev link navigation.
Next link

Text used for next link
Class
Your own class. If you want to use more then one write one after the other separated by space.
Previous link

Text used for next link
Class
Your own class. If you want to use more then one write one after the other separated by space.
Post gallery

This brick gets all the images for the post/pages you define in Control slot and show them as you set up.
note: If you want to build image gallery for each post where the sidebar with the widget resides,this is what makes it real and easy. Use it along the “For actual post/page” Control brick and you’ll be done :). The gallery for each post type is made out of the images belonging to that particular post.
Choices:
Image
The image size that will be shown. (the select box populates all registered image sizes automatically)
Image size to be linked
The image size where to the above selected image will be pointing to. (the select box populates all registered image sizes automatically)
Ordering
ascendingly, or discerningly
Sorting
By what logic the images will be sorted, like by title, by the menu_order (that is actually the order you set up by drag&drop in the admin area),..and so on.
Title
All the images can point somewhere and can have a title attribute.
Choices:
- The image title
- Caption
- or empty
Exclude/include featured image
If you display the featured image already and you do not want to display it again in the gallery, here is the right place where you can disalow it to show up.
Class
Your own class. If you want to use more then one write one after the other separated by space.
Shortcode

Shortcode
Executes the shortcode. Grate if you want execute some third party shortcode such as Facebook like button, PayPal button, or any other shortcode. This is actually the easiest way how to extend the Easy of your own functions!
Class
Your own class. If you want to use more then one write one after the other separated by space.
Sidebar

Shows sidebar within sidebar :O . Grate if you would like to use the Easy control logic for widgets that have no controls of that kind..
(the ID of the sidebar is most likely defined in the functions.php in your template directory)
Taxonomies (Categories)

Show taxonomies as
- Raw text taxonomy links.
- Links in list (ul li)
Taxonomy name
Unique taxonomy name. Remember, the category is actually one of the taxonomy type.
Show count
Show or not the count of posts under the taxonomy.
Class
Your own class. If you want to use more then one write one after the other separated by space.
Text

Text
Any extra text you would like to insert. Can be even a piece of HTML (no PHP though).
Class
Your own class. If you want to use more then one write one after the other separated by space.
Title

The title brick outputs the post, page, .. title.
link
no link
just raw title text
link to “post”
Regular link to this post (the link is dynamic, so no matter what you do with the permalinks it aleays point to the right place)
scafolding
Lets you choose in what HTML container will the title be wrapped
- raw text
- h1-h5
- div
class
Your own class. If you want to use more then one write one after the other separated by space.
class1 class2 class3
WP-pagenavi

This brick will give you a chance to use the WP-pagenavi plugin once installed and active. Functions of this plugin should be in the WP core anyway.
Note: Be aware that the navigation will be placed after the widget content no matter on what position you put the brick!
This is done by intention.