StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 01-04-2009, 12:16 PM
Brian Gardner's Avatar
Brian Gardner Brian Gardner is offline
Administrator
 
Join Date: Sep 2008
Location: Chicago, IL
Posts: 5,360
Default Re: Widgets?

It depends on which theme you are using, but taken from the Lifestyle theme, it would look like this:

Code:
Code:
<div id="l_sidebar">

	<ul id="l_sidebarwidgeted">
    
		<li id="categories">
		<h2>Categories</h2>
			<ul>
				<?php wp_list_categories('orderby=name&title_li=&depth=2'); ?>
			[/list]		
	
	<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar Bottom Left') ) : ?>
	
		<li id="archives">
		<h2>Archives</h2>
			<ul>
				<?php wp_get_archives('type=monthly'); ?>
			[/list]		
		
		<li id="links">
		<h2>Blogroll</h2>
			<ul>
				<?php wp_list_bookmarks('title_li=&categorize=0'); ?>
			[/list]		
	
		<li id="meta">
		<h2>Admin</h2>
			<ul>
				<?php wp_register(); ?>
				[*]<?php wp_loginout(); ?>
				[*]WordPress
				<?php wp_meta(); ?>
				[*]XHTML
			[/list]		
		
	<?php endif; ?>
	
	[/list]	
</div>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sidebar Widgets not working after adding footer widgets cameronoliver General Discussion 4 06-29-2010 12:40 PM
How to place widgets (home page widgets) on other pages mlonchambon General Discussion 2 04-11-2010 06:31 PM


All times are GMT -5. The time now is 09:45 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.