Jump to content

Wordpress Bookmarks arguments not working


papillonstudios

Recommended Posts

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);		?> 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.