'name', 'order' => 'ASC', 'limit' => -1, 'category' => '', // Actually name, not slug 'category_name' => '', 'hide_invisible' => 1, // comma-separated string of IDs 'include' => '', 'exclude' => '', // searches link_url, link_name or link_description 'search' => '' ) ); if (!empty($links)) : foreach ($links as $link) : $output .= ' ' . $link->link_name . ''; endforeach; endif; $meta = get_post_meta(get_the_ID(), 'this', true); ?>