xarquid
Member
Posted 8 years ago #
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?
Should be working, what is the function call in your menu under the categories heading?
shanest
Member
Posted 8 years ago #
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,'','','','','') ?>
xarquid
Member
Posted 8 years ago #
<? // 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">
xarquid
Member
Posted 8 years ago #
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
Member
Posted 8 years ago #
Nope. http://shanest.com Notice how it only says "Links". Those are actually supposed to be under "Blogs".
xarquid
Member
Posted 8 years ago #
xarquid
Member
Posted 8 years ago #
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.
This is what I see:
Categories
* deadafterdark.com (1)
* fun/humor (2)
* general (20)
* politics (7)
* rants (2)
shanest
Member
Posted 8 years ago #
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', '
- ', '
', '
'); ?>
xarquid
Member
Posted 8 years ago #
Yeah, I am a whacko too. Same code, same situation.
Talking about the link categories here also.
Sorry.
shanest
Member
Posted 8 years ago #
As a newbie to WordPress, sincerest thanks for dealing with the miscommunication problems.
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!