Title: WP Categ Menu
Author: alvaron
Published: <strong>اگست 30, 2011</strong>
Last modified: ستمبر 15, 2011

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://s.w.org/plugins/geopattern-icon/wp-categ-menu.svg)

# WP Categ Menu

 منجانب [alvaron](https://profiles.wordpress.org/alvaron/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/wp-categ-menu.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/wp-categ-menu/#description)
 * [جائزے](https://ur.wordpress.org/plugins/wp-categ-menu/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/wp-categ-menu/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/wp-categ-menu/#developers)

 [معاونت](https://wordpress.org/support/plugin/wp-categ-menu/)

## تفصیل

Description: Widget/shortcodes menu(list or select field) based on posts categories/
pages(also for custom post types and custom taxonomies). You can display subcategories(
one level) and configure CSS, with optional jquery dropdown effect.
 Based on Sample
Hello World Plugin 2 (http://lonewolf-online.net/) by Tim Trott(http://lonewolf-
online.net/) and WP e-Commerce Featured Product by Zorgbargle | Phenomenoodle http://
www.phenomenoodle.com

More info about the plugin:http://www.wpworking.com/

### Arbitrary section

You can also use this hack instead of the plugin http://wp.me/p1fZU8-7A
 If you 
have any questions, please let me know alvaron8@gmail.com

This readme file were validated at https://wordpress.org/extend/plugins/about/validator/

## اسکرین شاٹس

 * [[
 * Configuring widget parameters on wp-admin
 * [[
 * Live demo on http://www.wpworking.com/posts-list/

## انسٹالیشن

 * After the steps bellow, go to the permalink settings page and update it without
   changing, it flushes
    WordPress permalink settings and make the product permalink
   work.

 1. Upload `wp_categ_menu` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

Version 7.0.0 supports short codes, like this:
 [wpcm tpp=’s’ pggo=’c’ tte=” typep
=’posts’ catg=’category’ subc=’false’ orient=” styatr1=” styatr2=” styatr3=” styatr4
=” ste=’Select a Category’ selcss=”] /* tpp – Menu Type – ‘s’ select ‘m’ menu – 
default = ‘posts’; pggo – Display Pages or Categories? ‘c’ categories ‘p’ pages;
tte – Widget Title – default = ”; typep – Posts Type – default = ‘posts’; catg –
Posts Category – default = ‘category’; subc – Display subcategories/child pages(
one level) – default =” ; sbmn – Use Jquery drop down subcategory submenu – default
=” ; orient – Menu Orientation(doesn’t work for select field) ‘h’ or ‘v’ – default
=” ; styatr1 – Main menu(ul) CSS (doesn’t work for select field); styatr2 – Main
menu(LI) CSS (doesn’t work for select field); styatr3 – Sub menu(ul) CSS (doesn’t
work for select field); styatr4 – Sub menu(LI) CSS (doesn’t work for select field);
ste – Select first option text(doesn’t work for regular menu) – default is "Select
One”; selcss – Select field CSS(doesn’t work for regular menu) */

Or

 1. Register a widget sidebar on your functions file, for example, just paste the code
    below on your theme functions.php

/_if ( function\_exists(‘register\_sidebar’) )
 register\_sidebar(array( ‘name’ 
=> ‘wp\_categ\_menu’, ‘before\_widget’ => ”, ‘after\_widget’ => ”, ‘before\_title’
=> ”, ‘after\_title’ => ”, ));/

 1. Go to the permalink settings page and update it without changing

Or

You if you have already registered any sidebar, you can drag the `WP Categ Menu`
widget inside it, at wp-admin

 1. Configure the widget on your wp-admin pannel and save(see screenshot 1)
 2. Use the PHP code bellow where you want the widget to show, on your theme pages
    /*
    if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘wp_categ_menu’)) :
    endif; */
 3. You can also play with its CSS styles, so using the ids divcateg, ulcateg and the
    dynamic generated licateg_[category slug], you may change the category menu appearance.
    If you choose to use the select field menu, use the element selcateg to change 
    CSS.
 4. Go to the permalink settings page and update it without changing

## عمومی سوالات

If you have any questions, please let me know alvaron8@gmail.com

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“WP Categ Menu” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

 *   [ alvaron ](https://profiles.wordpress.org/alvaron/)

[“WP Categ Menu” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/wp-categ-menu)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/wp-categ-menu/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/wp-categ-menu/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/wp-categ-menu/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/wp-categ-menu/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

On version 7.0.0 works with shortcodes
 On version 6.0.2 fixed javascritp bug On
version 6.0.1 fixed bug for categories or pages with "-” on the name On version 
6.0.0 you can choose pages or categories to display on the menu bug fixed on ul-
li menu

## میٹا

 *  Version **7.0.0**
 *  Last updated **15 سال پہلے**
 *  Active installations **30+**
 *  WordPress version ** 3.2 یا اس سے جدید **
 *  Tested up to **3.2.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-categ-menu/)
 * Tags
 * [categories](https://ur.wordpress.org/plugins/tags/categories/)[list](https://ur.wordpress.org/plugins/tags/list/)
   [menu](https://ur.wordpress.org/plugins/tags/menu/)[posts](https://ur.wordpress.org/plugins/tags/posts/)
   [subcategories](https://ur.wordpress.org/plugins/tags/subcategories/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/wp-categ-menu/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-categ-menu/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-categ-menu/reviews/)

## شراکت دار

 *   [ alvaron ](https://profiles.wordpress.org/alvaron/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/wp-categ-menu/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://www.wpworking.com/)