papillonstudios Posted October 10, 2010 Share Posted October 10, 2010 Out of this code the only argument that is working for sure is the title_before. Im wondering why is that? and how do i make it work? <?php wp_list_bookmarks( $args ); ?> <?php $args = array( 'orderby' => 'id', 'order' => 'DESC', 'limit' => 10, 'category_name' => 'Recent Shows', 'title_before' => 0); ?> Link to comment https://forums.phpfreaks.com/topic/215525-wordpress-bookmarks-arguments-not-working/ Share on other sites More sharing options...
Pikachu2000 Posted October 10, 2010 Share Posted October 10, 2010 $args isn't defined until after you try to pass it to the function call? Link to comment https://forums.phpfreaks.com/topic/215525-wordpress-bookmarks-arguments-not-working/#findComment-1120717 Share on other sites More sharing options...
papillonstudios Posted October 10, 2010 Author Share Posted October 10, 2010 stupid me, lol i feel stupid now Link to comment https://forums.phpfreaks.com/topic/215525-wordpress-bookmarks-arguments-not-working/#findComment-1120718 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.