Results 1 to 4 of 4

Thread: new wordpress link problem

  1. #1
    Porn Star PierreFitch.com pierrefitch's Avatar
    Join Date
    Nov 2005
    Location
    Montreal
    Posts
    553

    new wordpress link problem

    Has anyone upgraded to the new wordpress the links don't seem to show up something is wrong .. anyone having this problem?


  2. #2
    Moderator Bec's Avatar
    Join Date
    Nov 2003
    Location
    Ohio
    Posts
    8,419
    If your sidebar uses a wp-get-links(2) type call - yep, it messed me up too. The upgrade renamed all of your link Category IDs. What I did was bring up the blogroll page, hovered over each category for a link, looked in the url bar below to see what the new ID was, and then went into the sidebar and manually edited mine to the new ID number and all worked.


  3. #3
    Porn Star PierreFitch.com pierrefitch's Avatar
    Join Date
    Nov 2005
    Location
    Montreal
    Posts
    553
    Not really a php pro but can you tell me what you did exactly


  4. #4
    Moderator Bec's Avatar
    Join Date
    Nov 2003
    Location
    Ohio
    Posts
    8,419
    Ok, if you haven't already, go up with ftp and go to wp-content/themes/ and the folder with your theme and chmod the theme php files to 777. Now sign in to your admin panel and go to Presentation, and choose Theme Editor. Find the Sidebar.php file. Look for where it's currently saying
    <h2>Links</h2>
    <ul></ul>

    Between the <ul> tags copy and put this:

    <?php get_links_list(); ?>

    so it looks like this:

    <ul>
    <?php get_links_list(); ?>
    </ul>
    Now scroll down and save it. Then go view your page. You may have to refresh it. That call is supported in the new release, and will list the Link Category along with the links you've assigned to it.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •