Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1351 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

WP categories/blogroll help!

Thread title: WP categories/blogroll help!
Closed Thread    
    Thread tools Search this thread Display Modes  
03-05-2007, 08:27 PM
#1
Katy is offline Katy
Katy's Avatar
Status: Junior Member
Join date: Jan 2007
Location: Finland
Expertise:
Software:
 
Posts: 40
iTrader: 0 / 0%
 

Katy is on a distinguished road

Send a message via MSN to Katy

  Old  WP categories/blogroll help!

I'm trying to integrate my layout into wordpress and I ran into a big problem. When I edit my sidebar template I want my links to look like this:
HTML Code:
<div class="nav">

<h2>Categories</h2>

<ul class="nav">

<li><a href="#">Uncategorized</a></li>
</div>
But I've no idea what to do with this
PHP Code:
<?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>

<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php wp_list_bookmarks
(); ?>
I only added the <div> tags and when I viewed my page's source it showed:
HTML Code:
<div class="nav">

<li class="categories"><h2>Categories</h2><ul>    <li><a href="http://rock-kitty.net/wordpress/?cat=1" title="View all posts filed under Uncategorized">Uncategorized</a> (3)

</li>
</ul></li>
<li id="linkcat-2" class="linkcat"><h2>Blogroll</h2>
    <ul>
<li><a href="http://www.alexking.org/">Alex</a></li>
<li><a href="http://inphotos.org/">Donncha</a></li>
<li><a href="http://dougal.gunters.org/">Dougal</a></li>
<li><a href="http://photomatt.net/">Matt</a></li>
<li><a href="http://zengun.org/weblog/">Michel</a></li>
<li><a href="http://zed1.com/journalized/">Mike</a></li>
<li><a href="http://boren.nu/">Ryan</a></li>

    </ul>
</li>

</div>
So, my question is, how can I edit that? And where can I find those "categories" and "bookmarks" files?



If anyone can help me, please reply ASAP!
Thanks!!!

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed