=== LibWP === Contributors: mostafa.s1990 Donate link: http://iran98.org/ Tags: wordpress, functions, functionality, useful, plugin, theme, class, library Requires at least: 3.0 Tested up to: 3.4.1 Stable tag: 1.2 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) - [Vote](http://www.phpclasses.org/vote.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'); ?>` * 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 == = 1.2 = * Added title into Excerpt function. = 1.1 = * Added meta function. = 1.0 = * Start plugin. == Changelog == = 1.2 = * Added title into Excerpt function. = 1.1 = * Added meta function. = 1.0 = * Start plugin.