=== Plugin Name === Contributors: sachin8600 Donate link: Tags: posts, post, shortcode, widget, custom, taxonomy, pages, page, css, layout, recent Requires at least: 3.8 Tested up to: 4.5.2 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin is used for display post using widget as well as shortcode. == Description == This plugin is used for display posts in widget as well as shortcode. Display post shortcode using shortcode generator Display post widget with selection tools ( like grid view or listing view ) Customize display output without editing plugin Display post as well as custome post type Display post with perticuler Taxonomy, Term, Category, Tag Display post with selection like: Title, Image, Category, Tag, Cutome Field, Excerpt, Read More Easy to change plugin css from backend plugin page. Create shortcode using plugin page * "Contributors" sachin8600 * "Tags" posts, post, shortcode, widget, custom, taxonomy, pages, page, css, layout, recent * "Requires at least" 3.8 * "Tested up to" 4.5.2 == Installation == This section describes how to install the plugin and get it working. 1. Upload `post-shortcode` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place `` in your templates == Frequently Asked Questions == = How to use shortcode = You can use shortcode in two way 1. In .php file use : code or use : [pcs] use in backend editor. In backend menu : 'Post Shorcode' here is generator of shortcode as well as customization 2. Use ps widget in widget area to get output of shortcode ********** Parameter of shortcode [pcs] ********* = posttype = posttype=post //default posttype check https://codex.wordpress.org/Class_Reference/WP_Query in that page find post_type = orderby = orderby=ID //default orderby check https://codex.wordpress.org/Class_Reference/WP_Query in that page find orderby = order = order=ASC //default order check https://codex.wordpress.org/Class_Reference/WP_Query in that page find order = postcount = postcount= 3//default postcount check https://codex.wordpress.org/Class_Reference/WP_Query in that page find posts_per_page = template = template=ws //default effects other effect is iws, gws and igws = showfield = showfield=title,thumbnail,excerpt //default showfield other are: date,author,cc,content,readme,category,tag = excerptl = excerptl=100 //default excerpt length == readmoretitle == readmoretitle=8 //Read more readmoretitle = customfield = customfield= //default customfield is empty == Screenshots == 1. screenshot-1.png show the backend widget layout. 2. screenshot-2.png show the front end display. 3. screenshot-3.png show backend shortcode generator and customization. == Changelog == = 2.0.4 = Improve backend and add css edit option. = 2.0.3 = Improve layout and css. = 2.0.2 = Solving bug about menu page and excerpt. = 2.0.1 = Solving bug about category and excerpt. = 2.0.0 = * A change of whole plugin . * Another change. = 1.0 = * A change since the previous version. * Change add weidget and shortcode of post type and category. == Upgrade Notice == = 2.0.4 = Improve backend and add css edit option. = 2.0.3 = Improve layout and css. = 2.0.2 = Solving bug about menu page and excerpt. = 2.0.1 = Solving bug about category and excerpt. = 2.0.0 = This change of whole plugin its like new plugin with same name.