wp_list_bookmarks display

Not extremely elegant, but should work… $sep = ” | “; $args = array( ‘before’=>”, ‘after’=>$sep, ‘category_after’=>”, ‘category_before’=>”, ‘title_li’=>”, ‘echo’=>0 //return the string, don’t echo ); $str = wp_list_bookmarks($args); //chop off the last separator… $str = substr($str, 0, strlen($str) – strlen($sep)); echo $str; EDIT — I added before and after to the $args array — … Read more

Getting Links in Multiple Categories (intersection)

It should be as simple as that: Just get the terms from the link_category and use the get_terms() argument instead, which should work like you need it. get_terms( ‘link_category’ ,array( ‘include’ => array( 1, 2, 3 ) ,’orderby’ => ‘name’ ,’order’ => ‘ASC’ ,’hierarchical’ => 0 ) );

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)