Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Blogging Forum


You are currently viewing our Blogging Forum as a guest. Please register to participate.
Login



Reply
WordPress categories/blogroll help
Old 03-05-2007, 04:15 PM WordPress categories/blogroll help
Skilled Talker

Posts: 50
Location: Finland
Trades: 0
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!!!

Last edited by Catie; 03-05-2007 at 04:16 PM..
Catie is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-05-2007, 10:59 PM Re: WordPress categories/blogroll help
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Catie those are both WordPress Template Tags. The link will take you to the page in the WordPress Codex listing all the tags and contains links to more detailed explanations on each.

The line

if ( is_home() || is_page() ) { ?>

is just saying to only show the bookmarks if the page in question is the home page of the blog or one of the single pages.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 03-06-2007, 07:17 AM Re: WordPress categories/blogroll help
Skilled Talker

Posts: 50
Location: Finland
Trades: 0
Thank you very much! I didn't know there was a whole list of the tags.
Catie is offline
Reply With Quote
View Public Profile
 
Old 03-06-2007, 02:47 PM Re: WordPress categories/blogroll help
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
The WordPress Codex is great. I can usually find anything I need in there, but if you don't try the search feature which will also take you to some forum threads. It can be hit or miss finding an answer in the threads, but I have found solutions there or at least better questions to help direct me to a solution.

Glad to help.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to WordPress categories/blogroll help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13416 seconds with 12 queries