By platypus media on
Hello everyone,
I've made a custom theme and I'm trying to get the primary links running. For some reason only the last link in the list is showing up. I've read all the postings and have tried the solutions but to no avail. Any suggestions would be greatly appreciated
Mike
Comments
This is the code i use to
This is the code i use to add primary links to the themes. What's yours? Post it here so we can see what's wrong.
--
Duplika
Here's My Code
Here is my code:
if (is_array($primary_links) && !empty($primary_links)):foreach ($primary_links as $link):print phptemplate_wrap_links($link, 2);endforeach;endif;ok i'm not sure why the code
ok i'm not sure why the code didn't come out like yours did... I hope its ok for you to undrstand.
Mike
Same URLs???
I just got done adding primary links to a new template and found that if you use the same url in all of the links only the last one shows up. When I started adding the "real" links everything started showing up.
Wow great find!
I was having the same problem, thanks for finding the solution!