Beskrivelse
A WordPress Plugin that makes it very simple and easy to create a custom widget areas, sidebars and Menu locations. With the help of this plugin you can create multiple custom widget areas, menu locations and use it wherever you want to show in your site.
It allows you to show custom widget areas and menu locations created with this plugin in any part of your site (i.e, as sidebars, bottom widget areas , in header and plus with this plugin now you can also show it in your pages and posts contents.) There’s two way of using this plugins. To show it in posts or pages content use shortcode link «Get shortcode» and for other like to show as sidebars etc. use code link «Get code».
Skjermskudd
Installasjon
- Upload
wp-custom-widget-area
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- click on CWA settings menu at left menu bar
FAQ
- Installation Instructions
-
- Upload
wp-custom-widget-area
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- click on CWA settings menu at left menu bar
- Upload
- How to use custom widget area?
-
- Create a new Widget area.
- Click on the «get code» link.
- Copy the code and Paste it in a wordpress theme where you want to display it.
- Create a new Widget area.
- How to Use it in page or post content?
-
- Click on the «get shortcode» link form table below.
- Copy the shortcode and Paste it in a post or page editor where you want to display it.
- Click on the «get shortcode» link form table below.
- How to customize widget style?
-
- Click on the advance link while creating new widget area and add widget class.
- Add custom css targeting your widget area class. i.e.
.mynewwidgetareaclass a{ color: red; }
at the bottom of your style.css where «.mynewwidgetareaclass» is your widget area class.
- Add custom css targeting your widget area class. i.e.
- Click on the advance link while creating new widget area and add widget class.
- How to edit widget area?
-
- scroll down to the widget area table and click on the edit link.
- edit the widget area data.
- click on the update button to save changes.
- scroll down to the widget area table and click on the edit link.
- How to use menu locations?
-
- Create a new Menu Location.
- Click on the «get code» link from table below.
- Copy the code and Paste it in a wordpress theme where you want to display it.
- Create a new Menu Location.
- How to customize menu style?
-
- Pass the extra arguments while calling function
i.e.
wp_nav_menu( array( ‘theme_location’ => ‘footer-location’, ‘menu_class’ => ‘Cwa-menu’, [arguments] => [‘values’]… ) );
Cick here to know more about available Parameters.
[Note: for shortcode pass arguments like [menu theme_location=’footer-location’ ‘menu_class’=’Cwa-menu’ [arguments]=[values]…]- Make sure you have passed custom menu class options i.e. ‘menu_class’ like in above code.
- Add custom css targeting your menu_class or container_class etc. i.e.
.Cwa-menu a{ color: red; }
at the bottom of your style.css.
- Pass the extra arguments while calling function
Vurderinger
Bidragsytere og utviklere
“WP Custom Widget area” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
Bidragsytere“WP Custom Widget area” har blitt oversatt til 2 språk. Takk til oversetterne for deres bidrag.
Oversett “WP Custom Widget area” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
1.2.5
- fixed script and styles equeue
- Added new feature for custom wrapper elements.
1.2.2
- Widget area bug fix for tag less code display on frontend. support ticket : widget-title-showing-in-code-form
1.2.1
- Widget area edit form bug fix
1.2.0
- Added widget area edit option
1.1.5
- delete script bug fix
1.1.4
- database table upgrade bug fix
- form and js bug fix
1.1.3
- widget area bug fix
- improved user interface
- easy and simple how to use help guide
1.1.2
- database bug fix for v 1.1.0 and 1.1.1
1.1.1
- database update fix for v 1.1.0
1.1.0
- added new menu location feature
- design update
1.0.4
- 4.2 compatible
1.0.3
- fix for «code conflict with CoSchedule plugin»
1.0.2
- shortcode bug fix
- removed unused assets
1.0.1
- added widget area shortcode
- how to use update
1.0.0
- Launch version.