I am working on a site for a business partner (another mike) trying to reorder the links in the right column of the theme. I am working with WP 2.7... it has the feature to set a number for ordering... did that. Works great in the header of the theme, but in the column it does not work. I took a look at the code for the header and I see it using a command to order them, but the column code is a lot more vague and the ordering there must be hidden in the backend.
Wordpress link order in column.
6
I am working on a site for a business partner (another mike) trying to reorder the links in the right column of the theme.
I am working with WP 2.7... it has the feature to set a number for ordering... did that. Works great in the header of the theme, but in the column it does not work. I took a look at the code for the header and I see it using a command to order them, but the column code is a lot more vague and the ordering there must be hidden in the backend.
Site:
Coin Shows Illinois; Gold & Silver Bullion, Collectibles, Antiques Auctions; Flea Markets Ill
Theme:
New Dirt Blog
Theme Download:
New Dirt Designs - Wordpress Themes
I found a plug-in that looks like it might help, but that seems like overkill... for something that should be fairly simple once I know where to look.
Can someone provide me map?
Thanks,
Michael
Sidebar Code:
I am working with WP 2.7... it has the feature to set a number for ordering... did that. Works great in the header of the theme, but in the column it does not work. I took a look at the code for the header and I see it using a command to order them, but the column code is a lot more vague and the ordering there must be hidden in the backend.
Site:
Coin Shows Illinois; Gold & Silver Bullion, Collectibles, Antiques Auctions; Flea Markets Ill
Theme:
New Dirt Blog
Theme Download:
New Dirt Designs - Wordpress Themes
I found a plug-in that looks like it might help, but that seems like overkill... for something that should be fairly simple once I know where to look.
Can someone provide me map?
Thanks,
Michael
Sidebar Code:
Code:
<!-- begin l_sidebar -->
<div id="l_sidebar">
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>
<li>
<h2>Categories</h2>
<ul>
<?php wp_list_categories('sort_column=name&title_li='); ?>
</ul>
</li>
<li>
<h2>Archives</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<li>
<h2>Links</h2>
<ul>
<?php get_links(-1, '<li>', '</li>', ' - '); ?>
</ul>
</li>
<li>
<h2>Meta</h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://www.wordpress.org/">WordPress</a></li>
<?php wp_meta(); ?>
<li><a href="http://validator.w3.org/check?uri=referer">XHTML</a></li>
</ul>
</li>
<?php endif; ?>
</ul>
</div>
<!-- end l_sidebar --> - ThomM
- Niche Kid
- [1] reply
- magentawave
- mouseffects
Next Topics on Trending Feed
-
6