Results 1 to 2 of 2
-
28th Jun 2012, 12:46 PM #1OPBannedWebsite's:
MediaFireFILMY.com MediaMovies.Net[help] How to add an extra Sidebar in my theme using a plugin?
is it possible to do?
If yes,then plz share the plugin name..
In my current theme,there is only 1 Sidebar(in right)...I want to add an extra sidebar in Left position.
plz help me out.
thanks in advancesoum111 Reviewed by soum111 on . [help] How to add an extra Sidebar in my theme using a plugin? is it possible to do? If yes,then plz share the plugin name.. In my current theme,there is only 1 Sidebar(in right)...I want to add an extra sidebar in Left position. plz help me out. thanks in advance Rating: 5
-
4th Jul 2012, 02:58 PM #2MemberWebsite's:
anadesigns.netNo need for a plugin. You can register another sidebar in your theme's functions.php file. Try this...
Add this chunk of code:
Code:/* register sidebar widget area */ function yourtheme_widgets_init() { register_sidebar( array( 'name' => __( 'Secondary Widget Area', 'yourtheme' ), 'id' => 'secondary-widget-area', 'description' => __( 'New secondary widget area', 'yourtheme' ), 'before_widget' => '<ul><li id="%1$s" class="%2$s">', 'after_widget' => '</li></ul>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); } add_action( 'widgets_init', 'yourtheme_widgets_init' );
Code:<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('secondary-widget-area')) : ?> <?php endif; ?>
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Left Sidebar or Right Sidebar
By EsotorisK in forum Polling PlazaReplies: 18Last Post: 29th Jun 2012, 03:02 AM -
Any Theme or plugin ?
By m107 in forum WordpressReplies: 4Last Post: 26th Feb 2012, 10:55 PM -
Calendar theme or plugin
By usb3 in forum WordpressReplies: 1Last Post: 21st Feb 2012, 09:25 PM -
is there any theme or plugin for contest
By xmadox in forum WordpressReplies: 0Last Post: 10th Feb 2012, 08:34 PM -
Move sidebar in WP theme please
By Cid in forum Tutorials and GuidesReplies: 9Last Post: 15th Nov 2011, 05:40 PM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...