• Tawanda

    (@tawanda)


    I’m guessing on the version btw.

    My blog has a blogroll/link section labeled “Inspiration” in my sidebar. I want a second blogroll, labeled something else, to hold different links. How do I do this in the html? I managed to get a new title up but not the place to add the links in.

Viewing 15 replies - 1 through 15 (of 26 total)
  • rudolf45

    (@rudolf45)

    You shouldn’t mess anything with the html.
    Just go admin > Blogroll > Add Link
    when there, look on the right and add your new link category (“something else”) and add a new link. Make sure you check the right category for it.

    Thread Starter Tawanda

    (@tawanda)

    I’ve long had categories for my links but they aren’t visible on the page, only on the organizational end within my dashboard. I want an entirely different section, like a “blogroll2” to list entirely different kinds of links (business versus personal). I’m working in the html on my style sheet in ftp, which is new to me. When I copy the code from my existing blogroll it copies all the links again too.

    You see, I know just enough to keep me from being a web idiot and just enough to make me dangerous but not enough to actually know what I’m doing!!! bwwwhhahaahaaa

    You can see where I want this to go on the side bar of my site. “Blogging with flair” should be the second blogroll.

    rudolf45

    (@rudolf45)

    I really don’t understand what are you doing “in your html on the stylesheet” (which is kinda nonsense, btw…).
    As I said, there is nothing you should mess around with code and things like that.

    All you need is the proper template tag in your sidebar:
    http://codex.wordpress.org/Template_Tags/wp_list_bookmarks
    and it will do the job for you.
    Maybe the problem is with the code for your existing blogroll! What is the line to display your links?

    Thread Starter Tawanda

    (@tawanda)

    Why is nonsense? In my ftp I open the style sheet to customize my template. The code in there is called html right? So what is nonsensical about that?

    I’m not sure how the problem could be my existing blogroll….it works perfectly fine and my issue isn’t with the first one but in wanting a second one. But here is the code for the first:

      <?php get_links(‘-1’, ‘

    • ‘, ‘
    • ‘, ‘
      ‘, FALSE, ‘id’, FALSE, TRUE, -1, FALSE); ?>

      Like I said, just duplicating that code also duplicates all my current links.

    Thread Starter Tawanda

    (@tawanda)

    and I’m not sure why but when I hit “post” it took a straight line of code and made it it look like the above. That is not how it looks on the sidebar.php

    Thread Starter Tawanda

    (@tawanda)

    bumping this back up to the top. I was told this forum was the best place to go for advice…sure hope someone can help!

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Why is nonsense? In my ftp I open the style sheet to customize my template. The code in there is called html right? So what is nonsensical about that?

    The code in the stylesheet is called CSS, not HTML.
    The code in the template is a combination of HTML and PHP.
    The stylesheet is part of the template, not the template itself.

    And in any case, none of what you are talking about is necessary to make another Link category for a second blogroll.

    See this:
    get_links('-1'...
    That will display links for *all* your link categories. All you have to do is to a) make the category and b) put links in it, and it will show up right there, all by itself. You don’t need to make another copy of that code.

    Also, you talk about using get_links(). If you’re using wordpress 2.1 and up, you should switch to using wp_list_bookmarks() instead. More info here: http://codex.wordpress.org/Template_Tags/wp_list_bookmarks

    Thread Starter Tawanda

    (@tawanda)

    Thanks Otto…like I said above, I’m still learning and the “lingo” is my weakest link ;-).

    I wish I could say this isn’t still greek to me but it is. If I don’t need to be working on my style sheet, can you tell me where to make that category and put links into it? I think I said above that my current link categories in my dashboard do not separate my current links at all and they are all in one blogroll.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    I think I said above that my current link categories in my dashboard do not separate my current links at all and they are all in one blogroll.

    Right. You have to create a new category, like rudolf45 said above.

    In other words, you’ve been given the right answer. All you have to do is to read it.

    Go to Blogroll->Add Link. Over on the right hand side, you can create an entirely new category, right there, as you add the first link to it. Call it “Blogroll 2” or whatever the heck you like. Then add the link to it. Then add more links to it. And so forth.

    After you have your other category for your second blogroll, then you can go change the template to show the links in a different place, if you want. Like I said, you should probably use the wp_list_bookmarks function, as it’s simpler to use and mess with.

    Thread Starter Tawanda

    (@tawanda)

    Gee Otto thanks for condescending down here to my level where
    people ask for clarification and support on a um…support forum.

    “In other words, you’ve been given the right answer. All you have to do is to read it.”

    Interestingly enough, the first part of your (and rudy’s) suggestion has already been tried several times on my blog and does not get the desired result. I’ll give the second half of your reply some more effort but I did go to that bookmark function earlier (the first time I managed to make out the words and um, read it) and was not certain which part goes where in my template. Really Otto, if clarifying for someone still learning is too annoying for you, feel no need to reply yet again.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Interestingly enough, the first part of your (and rudy’s) suggestion has already been tried several times on my blog and does not get the desired result.

    Then you should explain what result it does get. Seriously, saying “it doesn’t work” over and over when it clearly *does* work… well, that’s not helpful at all.

    You asked a question. It got answered. If the answer is unacceptable, please explain why it is unacceptable so that more information can then be given. Because repeating the same thing over and over and going off into other unrelated areas, well, that doesn’t get as good of a response, as you have learned.

    We’re happy to answer any question you ask, but the answer will only be as good as the question is.

    The Blogroll/Links are basically just a list of categorized Links. The get_links or wp_list_bookmarks functions are the calls in your template that actually display those links. Where you put them depends on your template and where you want them to show up.

    You say you want a second list. Okay. So we told you how to create one. The get_links command you’re using will display those links. It might categorize them, it might not, but either way that’s irrelevant to creating a second list of links. The content and the display of the content are two different things. So, if you want to display it elsewhere/differently/etc, then please describe how/where you want it to be displayed. Then, maybe, we can tell you how to do that. 🙂

    Thread Starter Tawanda

    (@tawanda)

    Okay…I add links to my blogroll. I choose a category for them. On my sidebar it shows as ONE list of links and is not categorized in any other way than within my dashboard organization. I don’t know how to make it clearer than that. You can look if you want. sixredheads.com. There is ONE list of links labeled “Inspiration”, even though until yesterday I had 4 different categories (today I have two).

    I have gone and looked at the suggested bookmark sheet but again, it is not clear to me what one is to do with that information. It’s language I’m only starting to become familiar with and I think I am still unapologetically at the stage where I need a bit of code and an instruction on where to put it; that page seems to indicate I need to construct it myself. Also, if I need to adjust my template, I’ve been told by my web designer that I need to do so in ftp and the style.css. If that is not the case, please tell me how I should do it instead. My template within my dashboard is not writable.

    When two people have a problem communicating and making sure they both understand one another, it is rarely all one
    person’s fault, or in one person’s ability to ask their question well enough.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Okay…I add links to my blogroll. I choose a category for them. On my sidebar it shows as ONE list of links and is not categorized in any other way than within my dashboard organization. I don’t know how to make it clearer than that.

    Okay, the problem is that up until now, you had not made it that clear. Furthermore, you act as if we could see what you’re talking about, when you had not posted the address of your blog until your last post.

    All we have to go on is what you tell us. If you don’t say it, we don’t know it.

    As for your particular issue, the problem is indeed the use of the get_links() code. You could probably replace that with just wp_list_bookmarks(); all by itself and see an immediate improvement.

    What you’re going to do is to look at your theme’s “sidebar.php” file. You can get it via FTP or whatever. Ignore the style.css, you’re not going to modify that.

    In the sidebar.php, you’ll likely find something like this:

    <h2>Inspiration</h2>
    <?php get_links('-1', '...
    ...blah blah...
    ?>

    Replace that code with just this:
    <?php wp_list_bookmarks(); ?>

    Yes, get rid of the Inspiration. Why? Because the wp_list_bookmarks() is going to do that for you.

    Save it, and FTP the updated sidebar.php file back to the site, where you found it.

    Now, when you load your page, you’ll get something new. Instead of “Inspiration”, you’ll get “Blogroll” and your other link categories in separate chunks. You can rename the “Blogroll” or whatever the names of the categories are on the Manage->Categories admin page. You can add new Link categories, and they’ll all appear too (as long as they have links in them anyway).

    Thread Starter Tawanda

    (@tawanda)

    My apologies for not posting my site sooner; by clicking on my “member” name the link is visible and I wrongly assumed you would have checked it.

    Thank you for the detailed instructions. Is this the code I should place in it’s entirety?

    <?php wp_list_bookmarks(); ?>

    My apologies as well on the style.css confusion. I had been doing this work in the sidebar.php; I have been working in so many places this week, doing things all completely new to me, that I simply got confused and mixed them up. I didn’t like your tone but I wanted to apologize for my contribution.

    Thread Starter Tawanda

    (@tawanda)

    Hey Otto…one more question. I did it and it worked great. But from the link section down everything has a diamond bullet next it. How can I remove them?

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘adding in a second blogroll’ is closed to new replies.