Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. foreach( get_bookmarks( array( 'category_name' => 'blogroll' ) ) as $bookmark )
  2.     if( isset( $bookmark->link_description ) && ! empty( $bookmark->link_description ) )
  3.         printf( '<p>%s</p>', $bookmark->link_description );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement