• Hey Guys! Check out thegreatfire.net, see on the right side there is a “Goals” spot? I need to somehow allow the posting of goals under there just as blogrolls get posted in that category. I already added the table cell to make the option appear. I then also created a category called coals and called the data from cat 8

    Here is what I have for the Goals thingy:

    <div class="box_right_top">Goals</div>
                      <div class="box_right">
                      <ul>
                         <?php wp_get_links('category=8&before=<li>&between=&after=</li>') ; ?>
                      </ul>
                      </div>

    I know that it is calling the “links” info via the wp_get_links portion, but I dont know how to redirect or create the info to be called. if anyone understands me, please help.

    I just want to be able to type a goal and a description in the admin backend and have it show up in that spot…no biggie, really…

    Thanks!
    Dane

Viewing 1 replies (of 1 total)
  • Thread Starter danegerous

    (@danegerous)

    I figured it out…for some reason, though, every side bar based “blogroll” is required to be a link…hmmm. I also wanna figure out how to limit the number it shows…

Viewing 1 replies (of 1 total)
  • The topic ‘Help me add a non link-based sidebar…’ is closed to new replies.