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
  #2  
Old 11-19-2008, 06:04 AM
jpetersen's Avatar
jpetersen jpetersen is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Oct 2008
Location: Tampa
Posts: 126
Default Re: Add Outgoing Link to Page Widget

After searching around to see if I was missing some new development, it looks like you have to create a custom page widget using a text widget and place your outgoing link wrapped in list tags after the wp_list_pages php command.
Code:
<ul>
	<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
	[*]Link
	[/list]
__________________
WordPress customizer - graphic design
Twitter: @jpetersen
Petersen Media Group
 

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


All times are GMT -5. The time now is 04:18 AM.

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