wp_list_bookmarks and is_home problem..
-
Hello..
I want to make my links visible only on home page.I have two link categories (Links and Friends), but for now i’m using only second(friends).
Do i need to remove links widget or to leave it on a sidebar?I tried both, and nothing..I use this code
<?php if(is_home() && !is_paged()) : ?> <?php wp_reset_query(); ?> <?php wp_list_bookmarks('categorize=0'); ?> <?php endif ?>
Is this OK?
How to make it working?Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘wp_list_bookmarks and is_home problem..’ is closed to new replies.