=== LibWP === Contributors: mostafa.s1990 Donate link: http://mostafa-soufi.ir/ Tags: wordpress, functions, functionality, useful, plugin, theme, class, library Requires at least: 3.0 Tested up to: 4.0.1 Stable tag: 1.4 Provide additional functionality within Wordpress == Description == This plugin add useful functions to wordpress Features: * Show post thumbnail url * Show category without style * Limit Quote (Title/Content) * Show current page title * Show current page keywoard from tags * LibWP class in [PHPclasses](http://www.phpclasses.org/package/7605-PHP-Provide-additional-functionality-within-Wordpress.html) == Installation == 1. Upload `libwp` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. To display stats, using this functions: * Current title page: `Title(); ?>` * Current keywoard page: `Keywoard(); ?>` * Return thumbnail post: `Thumbnail('item-large', 'images/large.png', 'Post ID'); ?>` * Return category post: `Category(); ?>` * Return excerpt post: `Excerpt(150, 'content'); ?>` * Return excerpt title: `Excerpt(50, 'title'); ?>` * Return custom field value: `Meta('Custom Field name'); ?>` == Frequently Asked Questions == This plugin add useful functions to wordpress == Screenshots == == Upgrade Notice == == Changelog == = 1.4 = * Fixed: Parameter `ID` in Thumbnail. * Added: Parameter `ID` in Meta. = 1.3 = * Added: Parameter `ID` in Thumbnail. = 1.2 = * Added: title into Excerpt function. = 1.1 = * Added: meta function. = 1.0 = * Start plugin.