GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Wordpress sidebar issue (https://gfy.com/showthread.php?t=895939)

BigVikingAl 03-25-2009 02:47 PM

Wordpress sidebar issue
 
I just loaded the latest verison of WP for a new blog. I have created a new link category called friends but I don't know how to get it in my sidebar. I have this code:

<?php get_links(-1, '<li>', '</li>', ' - '); >

which shows all my links together(friends, blogroll etc). I wan't to have them under seperate headings. Old installations of WP have the following code to dispaly link categories:

<?php get_links(2, '<li>', '</li>', '', TRUE, 'name', FALSE,TRUE);>


<?php get_links(3, '<li>', '</li>
', '', TRUE, 'name', FALSE,TRUE);>

There seems to be no way of assigning category ID numbers for my links as in the older versions of WP. Any ideas?

Erotic Effect 03-25-2009 03:12 PM

Quote:

Originally Posted by BigVikingAl (Post 15672130)
I just loaded the latest verison of WP for a new blog. I have created a new link category called friends but I don't know how to get it in my sidebar. I have this code:

There seems to be no way of assigning category ID numbers for my links as in the older versions of WP. Any ideas?

For the same reason I had to insert, under (or above) the link category, something like this:

Code:

            <div class="your_right_column_headings">
                      <h2>Heading</h2>
            </div>

<ul class="you_right_column_list">
    <span class="your_class_for_links">
      <table width="1%" border="0" align="left" cellpadding="2" cellspacing="1">
        <tr><td nowrap><a href="http://blabla.com" target="_blank">Blabla</a></td></tr>
        <tr><td nowrap><a href="http://gogo.com" target="_blank">Gogo</a></td></tr>
      </table>
</span>
</ul>

And put all links manually.

BigVikingAl 03-25-2009 11:09 PM

Come on really. That's BS. You mean Wordpress doesn't let you set or call different link categories in version 2.7? Where can I get an older version then?

Itchy 03-26-2009 06:09 AM

This might be the tag your looking for
http://codex.wordpress.org/Template_...list_bookmarks

Mordhaus 03-26-2009 03:47 PM

uh, in the current version of wp, when you add a link, after name, address, and description, theres a box for categories. make a couple of categories, and stick your links in there.
The links on this test blog http://simpleadultwordpressthemes.com/test/ were added and display under different headings, with no coding in the sidebar at all with the default theme, just set to different categories.


All times are GMT -7. The time now is 08:40 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc