=== 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.3 Stable tag: 1.0.0 Provide additional functionality within Wordpress == Description == This plugin add useful functions to wordpress Features: * Show post thumbnail url * Show category without style * Limit Quote * 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: * Return thumbnail post: `Thumbnail('item-large', 'images/large.png'); ?>` * Return category post: `Category(); ?>` * Return excerpt post: `Excerpt(150); ?>` * Current title page: `Title(); ?>` * Current keywoard page: `Keywoard(); ?>` == Frequently Asked Questions == This plugin add useful functions to wordpress == Screenshots == == Upgrade Notice == = 1.0 = * Start plugin == Changelog == = 1.0 = * Start plugin