|
|
|
|
|
|
|
![]() |
#1 |
Just because I don't care doesn't mean I don't understand!
Join Date: May 2005
Posts: 96
|
Watch out for the dangling bracket
<?php } ?> must also go ( I think ) |
![]() |
![]() |
![]() |
#2 |
Oh no, I'm sweating like Roger Ebert
|
nice catch...i missed that and i do believe your correct. Fuck, look at me got one WP project in process and i'm already talking like i know shit.
Last edited by walrus; 2006-04-07 at 06:21 PM.. Reason: add more shit what else |
![]() |
![]() |
![]() |
#3 |
Are you sure you're an accredited and honored pornographer?
Join Date: Jul 2005
Posts: 64
|
OK I figured it out. You need to reverse the order of this code from:
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?> <?php get_links_list(); ?> to <?php get_links_list(); ?> <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?> Thanks to every one for their responses. Have a great weekend. |
![]() |
![]() |
![]() |
|
|