• xarquid

    (@xarquid)


    I installed Kubrick (customized) on my WordPress blog and the Links are display under the header “Links” on the right hand column — but no categories are being displayed. Is there a way to fix this so categories for the links display again with Kubrick?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Beel

    (@beel)

    Should be working, what is the function call in your menu under the categories heading?

    shanest

    (@shanest)

    I have the same problem. Here’s the code:

    • <h2><?php _e(‘Categories’); ?></h2>
      <?php list_cats(0, ”, ‘name’, ‘asc’, ”, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”) ?>
    Thread Starter xarquid

    (@xarquid)

    <? // Begin Frontpage ?>
    <?php if (empty($_GET[‘cat’]) and empty($_GET[‘category_name’]) and empty($_GET[‘m’]) and empty($_GET[‘s’]) and empty($_GET[‘paged’]) and empty($_GET[‘year’]) and empty($_GET[‘monthnum’]) and empty($_GET[‘day’])) {
    if ((! $withcomments) && (! $single)) { ?>
    <div id=”content” class=”narrowcolumn”>

    Thread Starter xarquid

    (@xarquid)

    Sorry. Posted too fast. The code is:

    • <h2><?php _e(‘Categories’); ?></h2>
      <?php list_cats(0, ”, ‘name’, ‘asc’, ”, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”) ?>

    Never even touched these lines so no idea what is going on.

    shanest

    (@shanest)

    Nope. https://shanest.com Notice how it only says “Links”. Those are actually supposed to be under “Blogs”.

    Thread Starter xarquid

    (@xarquid)

    Thread Starter xarquid

    (@xarquid)

    Yeah, and my categories worked in the last theme. I currently have two categories specified in the Categories tab for links…
    “Friends” and just “Random Blogs”
    So it should be working like the others, I would’ve thought.

    Beel

    (@beel)

    This is what I see:
    Categories
    * deadafterdark.com (1)
    * fun/humor (2)
    * general (20)
    * politics (7)
    * rants (2)

    shanest

    (@shanest)

    Whoops, I posted the post categories code. We’re talking about link categories. Here is the code that came with Kubrick for that:

    • <h2><?php _e(‘Links’); ?></h2>
      <?php get_links(‘-1’, ‘

    • ‘, ‘
    • ‘, ‘
      ‘); ?>

    Thread Starter xarquid

    (@xarquid)

    Yeah, I am a whacko too. Same code, same situation.
    Talking about the link categories here also.
    Sorry.

    shanest

    (@shanest)

    As a newbie to WordPress, sincerest thanks for dealing with the miscommunication problems.

    Paolo

    (@paolo)

    This was very handy. Thank you.
    To be clear for any newbs, like me, you make this change in your index.php and replace it with your old get_links data.
    For me, it was around 188 but I’ve changed my index.php considerably so it this is a rough indication.
    Good luck to the rest of you!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Kubrick on 1.2 — Link Categories?’ is closed to new replies.