Forums

Links/Bookmarks Custom Output (3 posts)

  1. freshifreshy
    Member
    Posted 2 years ago #

    wp_list_bookmarks() doesn't let you do too much customizing to the link data.

    I was looking at this, but I'm not sure how to also organize my links by their category.

    <?php $bm = get_bookmarks(); ?>
    
        <?php foreach ($bm as $bookmark) { 
    
    	       $output .= "<li>{$bookmark->link_name}</li>";
    
              } 
    
    	echo $output;
    
    	?>

    Any help would be appreciated.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

  3. freshifreshy
    Member
    Posted 2 years ago #

    I was hoping to get more customization. For example, showing the URL of the link.

Topic Closed

This topic has been closed to new replies.

About this Topic